@modern-js/monorepo-generator 0.0.0-nightly-20240129170639 → 0.0.0-nightly-20240131170643

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 +10 -10
package/dist/index.js CHANGED
@@ -63580,7 +63580,6 @@ var ZH_LOCALE2 = {
63580
63580
  polyfill: "启用「基于 UA 的 Polyfill」功能",
63581
63581
  proxy: "启用「全局代理」",
63582
63582
  swc: "启用「SWC 编译」",
63583
- rspack: "启用「Rspack 构建」(实验性)",
63584
63583
  module_doc: "启动「模块文档」功能"
63585
63584
  },
63586
63585
  element: {
@@ -63679,7 +63678,6 @@ var EN_LOCALE2 = {
63679
63678
  polyfill: "Enable UA-based Polyfill Feature",
63680
63679
  proxy: "Enable Global Proxy",
63681
63680
  swc: "Enable SWC Compile",
63682
- rspack: "Enable Rspack Build (experimental)",
63683
63681
  module_doc: "Enable Module Doc"
63684
63682
  },
63685
63683
  element: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240129170639",
18
+ "version": "0.0.0-nightly-20240131170643",
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-20240129170639"
26
+ "@modern-js/utils": "0.0.0-nightly-20240131170643"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.3",
@@ -33,14 +33,14 @@
33
33
  "@types/node": "^14",
34
34
  "jest": "^29",
35
35
  "typescript": "^5",
36
- "@modern-js/generator-common": "0.0.0-nightly-20240129170639",
37
- "@modern-js/base-generator": "0.0.0-nightly-20240129170639",
38
- "@modern-js/generator-utils": "0.0.0-nightly-20240129170639",
39
- "@modern-js/changeset-generator": "0.0.0-nightly-20240129170639",
40
- "@modern-js/plugin-i18n": "0.0.0-nightly-20240129170639",
41
- "@modern-js/packages-generator": "0.0.0-nightly-20240129170639",
42
- "@scripts/jest-config": "0.0.0-nightly-20240129170639",
43
- "@scripts/build": "0.0.0-nightly-20240129170639"
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240131170643",
37
+ "@modern-js/base-generator": "0.0.0-nightly-20240131170643",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20240131170643",
39
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20240131170643",
40
+ "@modern-js/packages-generator": "0.0.0-nightly-20240131170643",
41
+ "@scripts/build": "0.0.0-nightly-20240131170643",
42
+ "@scripts/jest-config": "0.0.0-nightly-20240131170643",
43
+ "@modern-js/changeset-generator": "0.0.0-nightly-20240131170643"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {