@modern-js/plugin-module-polyfill 2.14.0 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @modern-js/plugin-module-polyfill
|
2
2
|
|
3
|
+
## 2.16.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 4e876ab: chore: package.json include the monorepo-relative directory
|
8
|
+
|
9
|
+
chore: 在 package.json 中声明 monorepo 的子路径
|
10
|
+
|
11
|
+
- Updated dependencies [b06f571]
|
12
|
+
- Updated dependencies [acc0a00]
|
13
|
+
- Updated dependencies [fd4a8a6]
|
14
|
+
- Updated dependencies [4e876ab]
|
15
|
+
- Updated dependencies [355d36e]
|
16
|
+
- Updated dependencies [b06f571]
|
17
|
+
- @modern-js/module-tools@2.16.0
|
18
|
+
|
19
|
+
## 2.15.0
|
20
|
+
|
21
|
+
### Patch Changes
|
22
|
+
|
23
|
+
- @modern-js/module-tools@2.15.0
|
24
|
+
|
3
25
|
## 2.14.0
|
4
26
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
@@ -3,7 +3,11 @@
|
|
3
3
|
"description": "The polyfill plugin of Modern.js Module Tools.",
|
4
4
|
"homepage": "https://modernjs.dev/module-tools",
|
5
5
|
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
6
|
-
"repository":
|
6
|
+
"repository": {
|
7
|
+
"type": "git",
|
8
|
+
"url": "https://github.com/web-infra-dev/modern.js",
|
9
|
+
"directory": "packages/module/plugin-module-polyfill"
|
10
|
+
},
|
7
11
|
"license": "MIT",
|
8
12
|
"keywords": [
|
9
13
|
"react",
|
@@ -11,7 +15,7 @@
|
|
11
15
|
"modern",
|
12
16
|
"modern.js"
|
13
17
|
],
|
14
|
-
"version": "2.
|
18
|
+
"version": "2.16.0",
|
15
19
|
"types": "./dist/types/index.d.ts",
|
16
20
|
"main": "./dist/index.js",
|
17
21
|
"devDependencies": {
|
@@ -19,12 +23,12 @@
|
|
19
23
|
"@types/node": "^14",
|
20
24
|
"typescript": "^4",
|
21
25
|
"jest": "^29",
|
22
|
-
"@scripts/build": "2.
|
23
|
-
"@scripts/jest-config": "2.
|
24
|
-
"@modern-js/module-tools": "2.
|
26
|
+
"@scripts/build": "2.16.0",
|
27
|
+
"@scripts/jest-config": "2.16.0",
|
28
|
+
"@modern-js/module-tools": "2.16.0"
|
25
29
|
},
|
26
30
|
"peerDependencies": {
|
27
|
-
"@modern-js/module-tools": "^2.
|
31
|
+
"@modern-js/module-tools": "^2.16.0",
|
28
32
|
"core-js-pure": "^3.25.0"
|
29
33
|
},
|
30
34
|
"dependencies": {
|