Skip to content

Commit 85f8e21

Browse files
committed
chore: update types and apis as v2 of authorizer
1 parent 3e34c13 commit 85f8e21

4 files changed

Lines changed: 360 additions & 233 deletions

File tree

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
"node": ">=16"
3131
},
3232
"scripts": {
33-
"start": "rollup -w --config rollup.test.config.js",
34-
"ts-types": "tsc --emitDeclarationOnly --outDir lib",
33+
"start": "tsup --watch",
3534
"build": "tsup",
36-
"test": "npm run build && jest --testTimeout=500000 --runInBand",
35+
"test": "pnpm run build && jest --testTimeout=500000 --runInBand",
3736
"prepare": "husky install",
38-
"prepublishOnly": "npm run build",
37+
"prepublishOnly": "pnpm run build",
3938
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
4039
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
4140
"lint": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json .",
@@ -54,9 +53,6 @@
5453
},
5554
"devDependencies": {
5655
"@antfu/eslint-config": "^2.1.0",
57-
"@rollup/plugin-node-resolve": "^15.2.3",
58-
"@rollup/plugin-terser": "^0.4.4",
59-
"@rollup/plugin-typescript": "^11.1.5",
6056
"@swc/core": "^1.3.99",
6157
"@types/jest": "^29.5.12",
6258
"@types/node": "^20.9.4",
@@ -67,9 +63,6 @@
6763
"husky": "^8.0.0",
6864
"jest": "^29.7.0",
6965
"lint-staged": "^15.2.0",
70-
"rollup": "^2.79.1",
71-
"rollup-plugin-filesize": "^10.0.0",
72-
"rollup-plugin-serve": "^2.0.2",
7366
"testcontainers": "^10.3.2",
7467
"ts-jest": "^29.1.1",
7568
"tslib": "^2.6.2",

0 commit comments

Comments
 (0)