@modern-js/plugin-module-node-polyfill 0.0.0-next-1680519811158 → 0.0.0-next-1680546728840
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @modern-js/plugin-module-node-polyfill
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1680546728840
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- a90a6a2d5: feat(plugin-module-node-polyfill, module-docs): add Node Polyfill feature
|
|
8
8
|
feat(plugin-module-node-polyfill, module-docs): 添加 Node Polyfill 功能。
|
|
9
|
-
- Updated dependencies [
|
|
10
|
-
- Updated dependencies [
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
- Updated dependencies [
|
|
13
|
-
- Updated dependencies [
|
|
14
|
-
- @modern-js/module-tools@0.0.0-next-
|
|
9
|
+
- Updated dependencies [0baa168a1]
|
|
10
|
+
- Updated dependencies [1cdb37997]
|
|
11
|
+
- Updated dependencies [39365352d]
|
|
12
|
+
- Updated dependencies [8a3fbbd09]
|
|
13
|
+
- Updated dependencies [8bc2d12ad]
|
|
14
|
+
- @modern-js/module-tools@0.0.0-next-1680546728840
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-1680546728840",
|
|
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
|
-
"@scripts/build": "0.0.0-next-
|
|
23
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
24
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
22
|
+
"@scripts/build": "0.0.0-next-1680546728840",
|
|
23
|
+
"@scripts/jest-config": "0.0.0-next-1680546728840",
|
|
24
|
+
"@modern-js/module-tools": "0.0.0-next-1680546728840"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
27
|
+
"@modern-js/module-tools": "0.0.0-next-1680546728840"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|
|
30
30
|
"@modern-js/module-tools": {
|