@modern-js/plugin-module-node-polyfill 0.0.0-next-1682532403944 → 0.0.0-next-1682574533365
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 +7 -2
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
# @modern-js/plugin-module-node-polyfill
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1682574533365
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 4e876abdf: chore: package.json include the monorepo-relative directory
|
|
8
|
+
|
|
9
|
+
chore: 在 package.json 中声明 monorepo 的子路径
|
|
10
|
+
|
|
7
11
|
- b06f571ff: chore: update libuild and libuild plugins version to 0.12.0
|
|
8
12
|
chore: 更新 libuild 和 libuild 插件的版本到 0.12.0
|
|
9
13
|
- Updated dependencies [b06f571ff]
|
|
10
14
|
- Updated dependencies [acc0a002c]
|
|
11
15
|
- Updated dependencies [fd4a8a653]
|
|
16
|
+
- Updated dependencies [4e876abdf]
|
|
12
17
|
- Updated dependencies [355d36e36]
|
|
13
18
|
- Updated dependencies [b06f571ff]
|
|
14
|
-
- @modern-js/module-tools@0.0.0-next-
|
|
19
|
+
- @modern-js/module-tools@0.0.0-next-1682574533365
|
package/package.json
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
"description": "The node 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-node-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": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1682574533365",
|
|
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": "0.0.0-next-
|
|
23
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
24
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
26
|
+
"@scripts/build": "0.0.0-next-1682574533365",
|
|
27
|
+
"@scripts/jest-config": "0.0.0-next-1682574533365",
|
|
28
|
+
"@modern-js/module-tools": "0.0.0-next-1682574533365"
|
|
25
29
|
},
|
|
26
30
|
"peerDependencies": {
|
|
27
|
-
"@modern-js/module-tools": "0.0.0-next-
|
|
31
|
+
"@modern-js/module-tools": "0.0.0-next-1682574533365"
|
|
28
32
|
},
|
|
29
33
|
"peerDependenciesMeta": {
|
|
30
34
|
"@modern-js/module-tools": {
|