We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21acfeb commit 7b7f79eCopy full SHA for 7b7f79e
packages/large-response-middleware/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@epilot/large-response-middleware",
3
- "version": "1.0.0-rc.1",
+ "version": "1.0.0-rc.2",
4
"license": "MIT",
5
"repository": {
6
"type": "git",
@@ -31,7 +31,11 @@
31
"check-size": "size-limit",
32
"lint": "biome check --write .",
33
"prepublishOnly": "pnpm lint && pnpm build",
34
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit",
35
+ "bump:prerelease": "npm version prerelease --preid rc --no-git-tag-version",
36
+ "bump:patch": "npm version patch --no-git-tag-version",
37
+ "bump:minor": "npm version minor --no-git-tag-version",
38
+ "bump:major": "npm version major --no-git-tag-version"
39
},
40
"size-limit": [
41
0 commit comments