-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: move to new build pipeline * fix: turn all example versions to "latest" * fix: remove unneccesary install step before doing bun add * fix: add 10s sleep after workflow publish * fix: use copying into dist folder instead * fix: ci * fix: ci * fix: change canary release tag from next to canary * fix: update redis dependency as latest * chore: remove export fields that are not required We can remove these two because the files they were referencing did not exist in the older versions. So this is not a breaking change * fix: husky warning * fix: revert deleting prepare script before publishing --------- Co-authored-by: CahidArda <[email protected]>
- Loading branch information
Showing
26 changed files
with
50 additions
and
60 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"dependencies": { | ||
"@upstash/redis": "^1.31.6" | ||
"@upstash/redis": "latest" | ||
} | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Binary file not shown.
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,7 +1,7 @@ | ||
{ | ||
"dependencies": { | ||
"@google-cloud/functions-framework": "^3.0.0", | ||
"@upstash/redis": "^1.31.6" | ||
"@upstash/redis": "latest" | ||
} | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"dependencies": { | ||
"@upstash/redis": "^1.31.6" | ||
"@upstash/redis": "latest" | ||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,6 @@ | |
"packages/*" | ||
], | ||
"dependencies": { | ||
"@upstash/redis": "^1.34.0" | ||
"@upstash/redis": "latest" | ||
} | ||
} |
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 @@ | ||
{ | ||
"dependencies": { | ||
"@upstash/redis": "^1.31.6" | ||
"@upstash/redis": "latest" | ||
} | ||
} | ||
|
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"version": "1.30.2", | ||
"main": "./nodejs.js", | ||
"module": "./nodejs.mjs", | ||
"types": "./nodejs.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./nodejs.mjs", | ||
|
@@ -12,22 +13,31 @@ | |
"import": "./nodejs.mjs", | ||
"require": "./nodejs.js" | ||
}, | ||
"./node.js": "./node.js", | ||
"./node.mjs": "./node.mjs", | ||
"./cloudflare": { | ||
"import": "./cloudflare.mjs", | ||
"require": "./cloudflare.js" | ||
}, | ||
"./cloudflare.js": "./cloudflare.js", | ||
"./cloudflare.mjs": "./cloudflare.mjs", | ||
"./cloudflare.js": { | ||
"import": "./cloudflare.mjs", | ||
"require": "./cloudflare.js" | ||
}, | ||
"./cloudflare.mjs": { | ||
"import": "./cloudflare.mjs", | ||
"require": "./cloudflare.js" | ||
}, | ||
"./fastly": { | ||
"import": "./fastly.mjs", | ||
"require": "./fastly.js" | ||
}, | ||
"./fastly.js": "./fastly.js", | ||
"./fastly.mjs": "./fastly.mjs" | ||
"./fastly.js": { | ||
"import": "./fastly.mjs", | ||
"require": "./fastly.js" | ||
}, | ||
"./fastly.mjs": { | ||
"import": "./fastly.mjs", | ||
"require": "./fastly.js" | ||
} | ||
}, | ||
"types": "./nodejs.d.ts", | ||
"description": "An HTTP/REST based Redis client built on top of Upstash REST API.", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -41,39 +51,27 @@ | |
"upstash" | ||
], | ||
"files": [ | ||
"./**" | ||
"./*" | ||
], | ||
"scripts": { | ||
"build": "tsup && cp README.md ./dist/ && cp package.json ./dist/ && cp LICENSE ./dist/", | ||
"build": "tsup && cp package.json README.md LICENSE dist/", | ||
"test": "bun test pkg", | ||
"fmt": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", | ||
"prepare": "husky install", | ||
"prepare": "husky", | ||
"lint": "eslint \"**/*.{js,ts,tsx}\" --quiet --fix", | ||
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", | ||
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"", | ||
"lint:fix": "eslint . -c .ts,.tsx,.js,.jsx --fix", | ||
"commit": "cz", | ||
"lint:format": "bun run lint:fix && bun run format" | ||
"lint:format": "bun run lint:fix && bun run format", | ||
"check-exports": "bun run build && cd dist && attw -P" | ||
}, | ||
"author": "Andreas Thomas <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/upstash/upstash-redis/issues" | ||
}, | ||
"homepage": "https://github.com/upstash/upstash-redis#readme", | ||
"typesVersions": { | ||
"*": { | ||
"nodejs": [ | ||
"./nodejs.d.ts" | ||
], | ||
"cloudflare": [ | ||
"./cloudflare.d.ts" | ||
], | ||
"fastly": [ | ||
"./fastly.d.ts" | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "latest", | ||
"@commitlint/cli": "^19.3.0", | ||
|
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