@modern-js/plugin-module-polyfill 2.23.0 → 2.24.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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.24.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [53ba418]
8
+ - Updated dependencies [3b82675]
9
+ - Updated dependencies [7073297]
10
+ - @modern-js/module-tools@2.24.0
11
+
12
+ ## 2.23.1
13
+
14
+ ### Patch Changes
15
+
16
+ - @modern-js/module-tools@2.23.1
17
+
3
18
  ## 2.23.0
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.23.0",
18
+ "version": "2.24.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.23.0",
27
- "@scripts/jest-config": "2.23.0",
28
- "@modern-js/module-tools": "2.23.0"
26
+ "@scripts/build": "2.24.0",
27
+ "@scripts/jest-config": "2.24.0",
28
+ "@modern-js/module-tools": "2.24.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "@modern-js/module-tools": "^2.23.0",
31
+ "@modern-js/module-tools": "^2.24.0",
32
32
  "core-js-pure": "^3.25.0"
33
33
  },
34
34
  "dependencies": {