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