Skip to content

Commit 6a7b5d5

Browse files
committed
新的auth用法
1 parent aa8534d commit 6a7b5d5

3 files changed

Lines changed: 471 additions & 458 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
],
3131
"bin": "dist/index.js",
3232
"dependencies": {
33-
"@aomex/common": "^3.27.1",
34-
"@aomex/console": "^3.27.1",
33+
"@aomex/common": "^3.29.0",
34+
"@aomex/console": "^3.29.0",
3535
"@inquirer/prompts": "^7.4.1",
3636
"sanitize-filename": "^1.6.3",
3737
"yargs-parser": "^21.1.1"
3838
},
3939
"devDependencies": {
40-
"@aomex/async-trace": "^3.27.1",
41-
"@aomex/auth": "^3.27.1",
42-
"@aomex/cache": "^3.27.1",
43-
"@aomex/cache-redis-adapter": "^3.27.1",
44-
"@aomex/compress": "^3.27.1",
45-
"@aomex/cors": "^3.27.1",
46-
"@aomex/cron": "^3.27.1",
47-
"@aomex/etag": "^3.27.1",
48-
"@aomex/helmet": "^3.27.1",
49-
"@aomex/http-logger": "^3.27.1",
50-
"@aomex/logger": "^3.27.1",
51-
"@aomex/openapi": "^3.27.1",
52-
"@aomex/prisma": "^3.27.1",
53-
"@aomex/response-time": "^3.27.1",
54-
"@aomex/swagger-ui": "^3.27.1",
55-
"@aomex/web": "^3.27.1",
40+
"@aomex/async-trace": "^3.29.0",
41+
"@aomex/auth": "^3.29.0",
42+
"@aomex/cache": "^3.29.0",
43+
"@aomex/cache-redis-adapter": "^3.29.0",
44+
"@aomex/compress": "^3.29.0",
45+
"@aomex/cors": "^3.29.0",
46+
"@aomex/cron": "^3.29.0",
47+
"@aomex/etag": "^3.29.0",
48+
"@aomex/helmet": "^3.29.0",
49+
"@aomex/http-logger": "^3.29.0",
50+
"@aomex/logger": "^3.29.0",
51+
"@aomex/openapi": "^3.29.0",
52+
"@aomex/prisma": "^3.29.0",
53+
"@aomex/response-time": "^3.29.0",
54+
"@aomex/swagger-ui": "^3.29.0",
55+
"@aomex/web": "^3.29.0",
5656
"@prisma/client": "^6.6.0",
5757
"@types/lodash.kebabcase": "^4.1.9",
5858
"@types/node": "^22.14.1",

0 commit comments

Comments
 (0)