@authorizerdev/authorizer-js 3.0.0-rc.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorizerdev/authorizer-js",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"packageManager": "pnpm@7.28.0",
|
|
5
5
|
"author": "Lakhan Samani",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"scripts": {
|
|
62
62
|
"start": "tsup --watch",
|
|
63
63
|
"build": "tsup",
|
|
64
|
-
"test": "
|
|
64
|
+
"test": "npm run build && jest --testTimeout=500000 --runInBand",
|
|
65
65
|
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
|
|
66
66
|
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
|
|
67
67
|
"release-rc": "pnpm build && pnpm publish --tag rc",
|