@modern-js/plugin-module-polyfill 2.25.2 → 2.27.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
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
|
+
|
9
|
+
## 2.26.0
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- Updated dependencies [54c484c]
|
14
|
+
- Updated dependencies [cc2e3b7]
|
15
|
+
- @modern-js/module-tools@2.26.0
|
16
|
+
|
3
17
|
## 2.25.2
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
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
|
-
"@scripts/build": "2.
|
27
|
-
"@scripts/jest-config": "2.
|
28
|
-
"@modern-js/module-tools": "2.
|
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.
|
31
|
+
"@modern-js/module-tools": "^2.27.0",
|
32
32
|
"core-js-pure": "^3.25.0"
|
33
33
|
},
|
34
34
|
"dependencies": {
|