@modern-js/plugin-module-polyfill 2.22.0 → 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 +19 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @modern-js/plugin-module-polyfill
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/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
  "devDependencies": {
@@ -23,12 +23,12 @@
23
23
  "@types/node": "^14",
24
24
  "typescript": "^5",
25
25
  "jest": "^29",
26
- "@scripts/build": "2.22.0",
27
- "@scripts/jest-config": "2.22.0",
28
- "@modern-js/module-tools": "2.22.0"
26
+ "@scripts/build": "2.23.0",
27
+ "@scripts/jest-config": "2.23.0",
28
+ "@modern-js/module-tools": "2.23.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "@modern-js/module-tools": "^2.22.0",
31
+ "@modern-js/module-tools": "^2.23.0",
32
32
  "core-js-pure": "^3.25.0"
33
33
  },
34
34
  "dependencies": {
@@ -41,7 +41,8 @@
41
41
  "sideEffects": false,
42
42
  "publishConfig": {
43
43
  "registry": "https://registry.npmjs.org/",
44
- "access": "public"
44
+ "access": "public",
45
+ "provenance": true
45
46
  },
46
47
  "scripts": {
47
48
  "dev": "mdn build --watch",