@modern-js/plugin-module-polyfill 2.28.0 → 2.29.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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.29.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6993eb6]
8
+ - Updated dependencies [0f680ec]
9
+ - @modern-js/module-tools@2.29.0
10
+
3
11
  ## 2.28.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.28.0",
18
+ "version": "2.29.0",
19
19
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "devDependencies": {
@@ -24,12 +24,12 @@
24
24
  "typescript": "^5",
25
25
  "jest": "^29",
26
26
  "@swc/helpers": "0.5.1",
27
- "@scripts/jest-config": "2.28.0",
28
- "@scripts/build": "2.28.0",
29
- "@modern-js/module-tools": "2.28.0"
27
+ "@scripts/jest-config": "2.29.0",
28
+ "@scripts/build": "2.29.0",
29
+ "@modern-js/module-tools": "2.29.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@modern-js/module-tools": "^2.28.0",
32
+ "@modern-js/module-tools": "^2.29.0",
33
33
  "core-js-pure": "^3.25.0"
34
34
  },
35
35
  "dependencies": {