@modern-js/server-core 2.22.0 → 2.23.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/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @modern-js/server-plugin
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/plugin@2.23.0
16
+ - @modern-js/utils@2.23.0
17
+
18
+ ## 2.22.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [e2848a2]
23
+ - Updated dependencies [d4045ed]
24
+ - @modern-js/utils@2.22.1
25
+ - @modern-js/plugin@2.22.1
26
+
3
27
  ## 2.22.0
4
28
 
5
29
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { BabelConfigUtils } from '@modern-js/babel-preset-app';
1
+ import type { BabelConfigUtils } from '@modern-js/babel-preset-app';
2
2
  import { BabelTransformOptions } from '@modern-js/types/common';
3
3
  import { ChainedConfig } from './share';
4
4
  type ToolsBabelConfig = ChainedConfig<BabelTransformOptions, BabelConfigUtils>;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.22.0",
18
+ "version": "2.23.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@swc/helpers": "0.5.1",
36
- "@modern-js/plugin": "2.22.0",
37
- "@modern-js/utils": "2.22.0"
36
+ "@modern-js/utils": "2.23.0",
37
+ "@modern-js/plugin": "2.23.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/jest": "^29",
@@ -43,15 +43,16 @@
43
43
  "jest": "^29",
44
44
  "ts-jest": "^29.1.0",
45
45
  "typescript": "^5",
46
- "@modern-js/types": "2.22.0",
47
- "@modern-js/babel-preset-app": "2.22.0",
48
- "@scripts/build": "2.22.0",
49
- "@scripts/jest-config": "2.22.0"
46
+ "@modern-js/babel-preset-app": "2.23.0",
47
+ "@modern-js/types": "2.23.0",
48
+ "@scripts/build": "2.23.0",
49
+ "@scripts/jest-config": "2.23.0"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {
53
53
  "registry": "https://registry.npmjs.org/",
54
- "access": "public"
54
+ "access": "public",
55
+ "provenance": true
55
56
  },
56
57
  "scripts": {
57
58
  "new": "modern-lib new",