@modern-js/plugin-module-node-polyfill 0.0.0-next-1692153600120 → 0.0.0-next-1692168588621

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 +3 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # @modern-js/plugin-module-node-polyfill
2
2
 
3
- ## 0.0.0-next-1692153600120
3
+ ## 0.0.0-next-1692168588621
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [4c03d9ab1b]
8
- - Updated dependencies [18823664ee]
9
- - @modern-js/module-tools@0.0.0-next-1692153600120
10
- - @modern-js/libuild-plugin-node-polyfill@0.0.0-next-1692153600120
7
+ - @modern-js/libuild-plugin-node-polyfill@0.0.0-next-1692168588621
8
+ - @modern-js/module-tools@0.0.0-next-1692168588621
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1692153600120",
18
+ "version": "0.0.0-next-1692168588621",
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/jest-config": "0.0.0-next-1692153600120",
28
- "@modern-js/module-tools": "0.0.0-next-1692153600120",
29
- "@scripts/build": "0.0.0-next-1692153600120"
27
+ "@modern-js/module-tools": "0.0.0-next-1692168588621",
28
+ "@scripts/jest-config": "0.0.0-next-1692168588621",
29
+ "@scripts/build": "0.0.0-next-1692168588621"
30
30
  },
31
31
  "peerDependencies": {
32
- "@modern-js/module-tools": "0.0.0-next-1692153600120"
32
+ "@modern-js/module-tools": "0.0.0-next-1692168588621"
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.0.0-next-1692153600120"
40
+ "@modern-js/libuild-plugin-node-polyfill": "0.0.0-next-1692168588621"
41
41
  },
42
42
  "publishConfig": {
43
43
  "registry": "https://registry.npmjs.org/",