@modern-js/plugin-module-polyfill 2.11.0 → 2.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1
1
|
# @modern-js/plugin-module-polyfill
|
2
2
|
|
3
|
+
## 2.13.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [034f36b]
|
8
|
+
- Updated dependencies [88faab3]
|
9
|
+
- Updated dependencies [034f36b]
|
10
|
+
- Updated dependencies [79bc089]
|
11
|
+
- @modern-js/module-tools@2.13.0
|
12
|
+
|
13
|
+
## 2.12.0
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- 979b15f: chore: remove to module folder
|
18
|
+
chore: 移动至 module 文件夹
|
19
|
+
- Updated dependencies [af705fa]
|
20
|
+
- Updated dependencies [0baa168]
|
21
|
+
- Updated dependencies [1cdb379]
|
22
|
+
- Updated dependencies [3936535]
|
23
|
+
- Updated dependencies [8a3fbbd]
|
24
|
+
- Updated dependencies [8bc2d12]
|
25
|
+
- @modern-js/module-tools@2.12.0
|
26
|
+
|
3
27
|
## 2.11.0
|
4
28
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.13.0",
|
15
15
|
"types": "./dist/types/index.d.ts",
|
16
16
|
"main": "./dist/index.js",
|
17
17
|
"devDependencies": {
|
@@ -19,12 +19,12 @@
|
|
19
19
|
"@types/node": "^14",
|
20
20
|
"typescript": "^4",
|
21
21
|
"jest": "^29",
|
22
|
-
"@
|
23
|
-
"@
|
24
|
-
"@scripts/build": "2.
|
22
|
+
"@scripts/jest-config": "2.13.0",
|
23
|
+
"@modern-js/module-tools": "2.13.0",
|
24
|
+
"@scripts/build": "2.13.0"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
|
-
"@modern-js/module-tools": "^2.
|
27
|
+
"@modern-js/module-tools": "^2.13.0",
|
28
28
|
"core-js-pure": "^3.25.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|