@modern-js/plugin-server 2.22.1 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
+ ## 2.23.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e6fb5f: chore: publishConfig add provenance config
8
+
9
+ chore: publishConfig 增加 provenance 配置
10
+
11
+ - Updated dependencies [7e6fb5f]
12
+ - Updated dependencies [a7a7ad7]
13
+ - Updated dependencies [6dec7c2]
14
+ - Updated dependencies [c3216b5]
15
+ - @modern-js/utils@2.23.0
16
+ - @modern-js/server-utils@2.23.0
17
+
3
18
  ## 2.22.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.22.1",
18
+ "version": "2.23.0",
19
19
  "types": "./dist/types/cli.d.ts",
20
20
  "jsnext:source": "./src/cli",
21
21
  "main": "./dist/cjs/cli.js",
@@ -51,20 +51,20 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@swc/helpers": "0.5.1",
54
- "@modern-js/server-utils": "2.22.1",
55
- "@modern-js/utils": "2.22.1"
54
+ "@modern-js/server-utils": "2.23.0",
55
+ "@modern-js/utils": "2.23.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "typescript": "^5",
59
59
  "@types/jest": "^29",
60
60
  "@types/node": "^14",
61
61
  "jest": "^29",
62
- "@modern-js/server-core": "2.22.1",
63
- "@modern-js/app-tools": "2.22.1",
64
- "@modern-js/core": "2.22.1",
65
- "@modern-js/types": "2.22.1",
66
- "@scripts/jest-config": "2.22.1",
67
- "@scripts/build": "2.22.1"
62
+ "@modern-js/server-core": "2.23.0",
63
+ "@modern-js/app-tools": "2.23.0",
64
+ "@modern-js/core": "2.23.0",
65
+ "@modern-js/types": "2.23.0",
66
+ "@scripts/jest-config": "2.23.0",
67
+ "@scripts/build": "2.23.0"
68
68
  },
69
69
  "sideEffects": [
70
70
  "*.css",
@@ -74,6 +74,7 @@
74
74
  ],
75
75
  "publishConfig": {
76
76
  "access": "public",
77
+ "provenance": true,
77
78
  "registry": "https://registry.npmjs.org/"
78
79
  },
79
80
  "scripts": {