We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be16011 commit 74de0f0Copy full SHA for 74de0f0
package.json
@@ -54,7 +54,6 @@
54
"build:cjs": "tsc -p tsconfig.cjs.json",
55
"release": "release-it",
56
"prepublish": "npm run build && npm pack",
57
- "publish": "npm publish --tag latest",
58
"test": "jest",
59
"test:watch": "jest --watch",
60
"coverage": "jest --coverage",
@@ -70,8 +69,8 @@
70
69
"@codecov/vite-plugin": "^0.0.1-beta.6",
71
"@commitlint/cli": "19.2.1",
72
"@commitlint/config-conventional": "19.2.2",
73
- "@expressots/core": "^3.0.0-beta.1",
74
- "@expressots/shared": "0.2.0",
+ "@expressots/core": "3.0.0-beta.3",
+ "@expressots/shared": "3.0.0-beta.3",
75
"@release-it/conventional-changelog": "8.0.1",
76
"@types/express": "4.17.21",
77
"@types/jest": "^29.5.14",
0 commit comments