@modern-js/plugin-module-node-polyfill 0.0.0-next-1685383616364 → 0.0.0-next-1685436485731

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # @modern-js/plugin-module-node-polyfill
2
2
 
3
- ## 0.0.0-next-1685383616364
3
+ ## 0.0.0-next-1685436485731
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 56837a60e: chore(deps): bump libuild v0.12.3 and swc-plugins v0.3.3
8
-
9
- chore(deps): 升级 libuild v0.12.3 和 swc-plugins v0.3.3
10
-
11
- - Updated dependencies [56837a60e]
12
- - @modern-js/module-tools@0.0.0-next-1685383616364
7
+ - ad491407c: chore: adjust output and package.json fields
8
+ chore: 调整包的产物格式以及 packgae.json 里的字段
9
+ - Updated dependencies [d19dc11bd]
10
+ - @modern-js/module-tools@0.0.0-next-1685436485731
package/package.json CHANGED
@@ -15,20 +15,20 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1685383616364",
19
- "types": "./dist/types/index.d.ts",
18
+ "version": "0.0.0-next-1685436485731",
19
+ "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "devDependencies": {
22
22
  "@types/jest": "^29",
23
23
  "@types/node": "^14",
24
24
  "typescript": "^5",
25
25
  "jest": "^29",
26
- "@scripts/build": "0.0.0-next-1685383616364",
27
- "@scripts/jest-config": "0.0.0-next-1685383616364",
28
- "@modern-js/module-tools": "0.0.0-next-1685383616364"
26
+ "@scripts/build": "0.0.0-next-1685436485731",
27
+ "@scripts/jest-config": "0.0.0-next-1685436485731",
28
+ "@modern-js/module-tools": "0.0.0-next-1685436485731"
29
29
  },
30
30
  "peerDependencies": {
31
- "@modern-js/module-tools": "0.0.0-next-1685383616364"
31
+ "@modern-js/module-tools": "0.0.0-next-1685436485731"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "@modern-js/module-tools": {
@@ -36,7 +36,7 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@modern-js/libuild-plugin-node-polyfill": "0.12.3"
39
+ "@modern-js/libuild-plugin-node-polyfill": "0.12.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "registry": "https://registry.npmjs.org/",