@modern-js/plugin-module-node-polyfill 0.0.0-next-1690913929271 → 0.0.0-next-1690985251108

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 +7 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # @modern-js/plugin-module-node-polyfill
2
2
 
3
- ## 0.0.0-next-1690913929271
3
+ ## 0.0.0-next-1690985251108
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 0f680ecfd: chore(deps): bump swc-plugins 0.5.5 and libuild 0.14.3
8
+
9
+ chore(deps): 升级 swc-plugins 0.5.5 和 libuild 0.14.3
10
+
7
11
  - Updated dependencies [6993eb615]
8
- - @modern-js/module-tools@0.0.0-next-1690913929271
12
+ - Updated dependencies [0f680ecfd]
13
+ - @modern-js/module-tools@0.0.0-next-1690985251108
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1690913929271",
18
+ "version": "0.0.0-next-1690985251108",
19
19
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "devDependencies": {
@@ -24,12 +24,12 @@
24
24
  "typescript": "^5",
25
25
  "jest": "^29",
26
26
  "@swc/helpers": "0.5.1",
27
- "@scripts/build": "0.0.0-next-1690913929271",
28
- "@scripts/jest-config": "0.0.0-next-1690913929271",
29
- "@modern-js/module-tools": "0.0.0-next-1690913929271"
27
+ "@scripts/build": "0.0.0-next-1690985251108",
28
+ "@scripts/jest-config": "0.0.0-next-1690985251108",
29
+ "@modern-js/module-tools": "0.0.0-next-1690985251108"
30
30
  },
31
31
  "peerDependencies": {
32
- "@modern-js/module-tools": "0.0.0-next-1690913929271"
32
+ "@modern-js/module-tools": "0.0.0-next-1690985251108"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@modern-js/module-tools": {
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@modern-js/libuild-plugin-node-polyfill": "0.14.1"
40
+ "@modern-js/libuild-plugin-node-polyfill": "0.14.3"
41
41
  },
42
42
  "publishConfig": {
43
43
  "registry": "https://registry.npmjs.org/",