@modern-js/plugin-module-polyfill 2.25.1 → 2.25.2

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a2a5bcd]
8
+ - @modern-js/module-tools@2.25.2
9
+
3
10
  ## 2.25.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.25.1",
18
+ "version": "2.25.2",
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/jest-config": "2.25.1",
27
- "@modern-js/module-tools": "2.25.1",
28
- "@scripts/build": "2.25.1"
26
+ "@scripts/build": "2.25.2",
27
+ "@scripts/jest-config": "2.25.2",
28
+ "@modern-js/module-tools": "2.25.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "@modern-js/module-tools": "^2.25.1",
31
+ "@modern-js/module-tools": "^2.25.2",
32
32
  "core-js-pure": "^3.25.0"
33
33
  },
34
34
  "dependencies": {