-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): version packages (#2003)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
28e7800
commit 921959a
Showing
7 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "api", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"private": true, | ||
"scripts": { | ||
"build": "tsc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
{ | ||
"name": "@unkey/semantic-cache", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"license": "AGPL-3.0-only", | ||
"private": true, | ||
"keywords": ["unkey", "semantic", "cache", "ai"], | ||
"keywords": [ | ||
"unkey", | ||
"semantic", | ||
"cache", | ||
"ai" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/unkeyed/unkey/issues" | ||
}, | ||
"homepage": "https://github.com/unkeyed/unkey#readme", | ||
"files": ["./dist/**"], | ||
"files": [ | ||
"./dist/**" | ||
], | ||
"author": "Dominic Eccleston [email protected]", | ||
"scripts": { | ||
"build": "tsc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@unkey/cache", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.mjs", | ||
|
@@ -26,12 +26,22 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": ["unkey", "cache", "cloudflare", "tiered", "swr", "memory", "latency"], | ||
"keywords": [ | ||
"unkey", | ||
"cache", | ||
"cloudflare", | ||
"tiered", | ||
"swr", | ||
"memory", | ||
"latency" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/unkeyed/unkey/issues" | ||
}, | ||
"homepage": "https://github.com/unkeyed/unkey#readme", | ||
"files": ["./dist/**"], | ||
"files": [ | ||
"./dist/**" | ||
], | ||
"author": "Andreas Thomas <[email protected]>", | ||
"scripts": { | ||
"build": "tsup", | ||
|