@modern-js/ssg-generator 0.0.0-nightly-20240128170732 → 0.0.0-nightly-20240130170640

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/dist/index.js +0 -2
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -61861,7 +61861,6 @@ var ZH_LOCALE2 = {
61861
61861
  polyfill: "启用「基于 UA 的 Polyfill」功能",
61862
61862
  proxy: "启用「全局代理」",
61863
61863
  swc: "启用「SWC 编译」",
61864
- rspack: "启用「Rspack 构建」(实验性)",
61865
61864
  module_doc: "启动「模块文档」功能"
61866
61865
  },
61867
61866
  element: {
@@ -61960,7 +61959,6 @@ var EN_LOCALE2 = {
61960
61959
  polyfill: "Enable UA-based Polyfill Feature",
61961
61960
  proxy: "Enable Global Proxy",
61962
61961
  swc: "Enable SWC Compile",
61963
- rspack: "Enable Rspack Build (experimental)",
61964
61962
  module_doc: "Enable Module Doc"
61965
61963
  },
61966
61964
  element: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240128170732",
18
+ "version": "0.0.0-nightly-20240130170640",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -23,7 +23,7 @@
23
23
  "/dist/index.js"
24
24
  ],
25
25
  "dependencies": {
26
- "@modern-js/utils": "0.0.0-nightly-20240128170732"
26
+ "@modern-js/utils": "0.0.0-nightly-20240130170640"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.3",
@@ -32,12 +32,12 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/dependence-generator": "0.0.0-nightly-20240128170732",
36
- "@modern-js/generator-common": "0.0.0-nightly-20240128170732",
37
- "@modern-js/plugin-i18n": "0.0.0-nightly-20240128170732",
38
- "@scripts/build": "0.0.0-nightly-20240128170732",
39
- "@scripts/jest-config": "0.0.0-nightly-20240128170732",
40
- "@modern-js/generator-utils": "0.0.0-nightly-20240128170732"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20240130170640",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240130170640",
37
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20240130170640",
38
+ "@scripts/build": "0.0.0-nightly-20240130170640",
39
+ "@modern-js/generator-utils": "0.0.0-nightly-20240130170640",
40
+ "@scripts/jest-config": "0.0.0-nightly-20240130170640"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {