WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ae0f4fc

Browse files
chronarkFlo4604
andauthored
chore: move cache pacakge to sdks repo (#4423)
* chore: add seed cmd (#4370) * chore: move cache pacakge to sdks repo * chore: add seed cmd (#4370) * chore: move cache pacakge to sdks repo --------- Co-authored-by: Flo <[email protected]>
1 parent 953dac4 commit ae0f4fc

40 files changed

+19
-2983
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@hono/zod-openapi": "0.11.0",
2626
"@hono/zod-validator": "0.2.1",
2727
"@planetscale/database": "1.16.0",
28-
"@unkey/cache": "workspace:^",
28+
"@unkey/cache": "1.5.0",
2929
"@unkey/clickhouse": "workspace:^",
3030
"@unkey/db": "workspace:^",
3131
"@unkey/encryption": "workspace:^",

apps/docs/libraries/ts/cache/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Cache middleware with types"
44
---
55

66

7-
<Card icon="github" title="github.com/unkeyed/unkey/tree/main/packages/cache" href="https://github.com/unkeyed/unkey/tree/main/packages/cache"/>
7+
<Card icon="github" title="github.com/unkeyed/sdks/tree/main/cache" href="https://github.com/unkeyed/sdks/tree/main/cache"/>
88

99

1010
## Motivation

packages/cache/CHANGELOG.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

packages/cache/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/cache/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

packages/cache/package.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

packages/cache/src/cache.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/cache/src/context.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/cache/src/errors.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/cache/src/examples/encryption.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)