@modern-js/plugin-module-babel 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,24 @@
1
1
  # @modern-js/plugin-module-babel
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 [21b7f86]
13
+ - Updated dependencies [d1ef55f]
14
+ - @modern-js/module-tools@2.23.0
15
+
16
+ ## 2.22.1
17
+
18
+ ### Patch Changes
19
+
20
+ - @modern-js/module-tools@2.22.1
21
+
3
22
  ## 2.22.0
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @modern-js/plugin-module-babel
2
2
 
3
- The babel plugin of Modern.js Module Tools.
3
+ The Babel plugin of Modern.js Module Tools.
4
4
 
5
- You can add babel compile by the plugin before module-tools internal building.
5
+ You can add Babel compile by the plugin before module-tools internal building.
6
6
 
7
7
  ## Usage
8
8
 
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
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "dependencies": {
@@ -26,17 +26,18 @@
26
26
  "@types/node": "^14",
27
27
  "typescript": "^5",
28
28
  "jest": "^29",
29
- "@scripts/jest-config": "2.22.0",
30
- "@scripts/build": "2.22.0",
31
- "@modern-js/module-tools": "2.22.0"
29
+ "@modern-js/module-tools": "2.23.0",
30
+ "@scripts/jest-config": "2.23.0",
31
+ "@scripts/build": "2.23.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@modern-js/module-tools": "^2.22.0"
34
+ "@modern-js/module-tools": "^2.23.0"
35
35
  },
36
36
  "sideEffects": false,
37
37
  "publishConfig": {
38
38
  "registry": "https://registry.npmjs.org/",
39
- "access": "public"
39
+ "access": "public",
40
+ "provenance": true
40
41
  },
41
42
  "scripts": {
42
43
  "dev": "mdn build --watch",