-
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.
* fix: add retries * chore(package.json): update keywords format to single line array
- Loading branch information
Showing
7 changed files
with
15 additions
and
55 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,19 +5,12 @@ | |
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,18 +9,12 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"unkey", | ||
"client", | ||
"api" | ||
], | ||
"keywords": ["unkey", "client", "api"], | ||
"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": { | ||
"generate": "openapi-typescript https://api.unkey.dev/openapi.json -o ./src/openapi.d.ts", | ||
|
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 |
---|---|---|
|
@@ -26,22 +26,12 @@ | |
"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", | ||
|
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 |
---|---|---|
|
@@ -8,19 +8,12 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"unkey", | ||
"client", | ||
"api", | ||
"hono" | ||
], | ||
"keywords": ["unkey", "client", "api", "hono"], | ||
"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", | ||
|
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 |
---|---|---|
|
@@ -8,18 +8,12 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"unkey", | ||
"client", | ||
"api" | ||
], | ||
"keywords": ["unkey", "client", "api"], | ||
"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" | ||
|
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 |
---|---|---|
|
@@ -9,19 +9,12 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"unkey", | ||
"ratelimit", | ||
"global", | ||
"serverless" | ||
], | ||
"keywords": ["unkey", "ratelimit", "global", "serverless"], | ||
"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" | ||
|
cf75149
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
planetfall – ./apps/planetfall
planetfall-unkey.vercel.app
planetfall-two.vercel.app
planetfall-git-main-unkey.vercel.app
planetfall.unkey.dev