@modern-js/plugin-module-node-polyfill 0.0.0-next-1691597760824 → 0.0.0-next-1691604510827

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