create-skweb 3.7.2 → 3.8.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.
@@ -1,16 +1,16 @@
1
1
 
2
- > create-skweb@3.7.0 prebuild
2
+ > create-skweb@3.8.0 prebuild
3
3
  > tsc --outDir dist --rootDir src
4
4
 
5
5
 
6
- > create-skweb@3.7.0 build
6
+ > create-skweb@3.8.0 build
7
7
  > rollup -c rollup.config.mjs && node scripts/inject-shebang.mjs && chmod +x dist/cli.js
8
8
 
9
9
  
10
10
  src/index.ts → dist/index.js...
11
11
  (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
12
- created dist/index.js in 387ms
12
+ created dist/index.js in 373ms
13
13
  
14
14
  src/cli.ts → dist/cli.js...
15
- created dist/cli.js in 193ms
15
+ created dist/cli.js in 187ms
16
16
  [inject-shebang] Shebang added to /Users/stayknight/projects/skweb-mono/tools/create-skweb/dist/cli.js
@@ -1,5 +1,4 @@
1
-
2
- > create-skweb@2.1.0 check
3
- > tsc --noEmit
4
-
5
- ⠙
1
+
2
+ > create-skweb@3.7.2 check
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-skweb
2
2
 
3
+ ## 3.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 模板依赖 `skweb-express-jwt@^5.1.0` 和 `skweb-express@^2.4.0`,用户可通过 `enrichMiddleware` 在 jwks 模式中转换 IdP token 为本地业务对象。
8
+
3
9
  ## 3.7.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-skweb",
3
- "version": "3.7.2",
3
+ "version": "3.8.0",
4
4
  "description": "Create a new SKWeb project with TypeScript, CJS, or MJS support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@dotenvx/dotenvx": "^1.75.1",
25
25
  "axios": "^1.7.7",
26
26
  "http-errors": "^2.0.1",
27
- "skweb-express": "^2.3.0",
28
- "skweb-express-jwt": "^5.0.0",
27
+ "skweb-express": "^2.4.0",
28
+ "skweb-express-jwt": "^5.1.0",
29
29
  "skweb-express-logger": "^2.0.0",
30
30
  "skweb-sequelize": "^2.0.1",
31
31
  "skweb-redis": "^2.0.0",
@@ -24,8 +24,8 @@
24
24
  "@dotenvx/dotenvx": "^1.75.1",
25
25
  "axios": "^1.7.7",
26
26
  "http-errors": "^2.0.1",
27
- "skweb-express": "^2.3.0",
28
- "skweb-express-jwt": "^5.0.0",
27
+ "skweb-express": "^2.4.0",
28
+ "skweb-express-jwt": "^5.1.0",
29
29
  "skweb-express-logger": "^2.0.0",
30
30
  "skweb-sequelize": "^2.0.1",
31
31
  "skweb-redis": "^2.0.0",
@@ -26,8 +26,8 @@
26
26
  "@dotenvx/dotenvx": "^1.75.1",
27
27
  "axios": "^1.7.7",
28
28
  "http-errors": "^2.0.1",
29
- "skweb-express": "^2.3.0",
30
- "skweb-express-jwt": "^5.0.0",
29
+ "skweb-express": "^2.4.0",
30
+ "skweb-express-jwt": "^5.1.0",
31
31
  "skweb-express-logger": "^2.0.0",
32
32
  "skweb-sequelize": "^2.0.1",
33
33
  "skweb-redis": "^2.0.0",