@modern-js/monorepo-generator 0.0.0-nightly-20240304170717 → 0.0.0-nightly-20240305170715

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 -4
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -63533,10 +63533,8 @@ var ZH_LOCALE2 = {
63533
63533
  i18n: "启用「国际化(i18n)」功能",
63534
63534
  test: "启用「单元测试 / 集成测试」功能",
63535
63535
  e2e_test: "启用「E2E 测试」功能",
63536
- storybook: "启用「Storybook」",
63537
63536
  storybookV7: "启用「Storybook」V7",
63538
63537
  runtime_api: "启用「Runtime API」",
63539
- mwa_storybook: "启用「Visual Testing (Storybook)」模式",
63540
63538
  ssg: "启用「SSG」功能",
63541
63539
  polyfill: "启用「基于 UA 的 Polyfill」功能",
63542
63540
  proxy: "启用「全局代理」",
@@ -63631,10 +63629,8 @@ var EN_LOCALE2 = {
63631
63629
  i18n: "Enable Internationalization (i18n)",
63632
63630
  test: "Enable Unit Test / Integration Test",
63633
63631
  e2e_test: "Enable E2E Test",
63634
- storybook: "Enable Storybook",
63635
63632
  storybookV7: "Enable Storybook V7",
63636
63633
  runtime_api: "Enable Runtime API",
63637
- mwa_storybook: "Enable Visual Testing (Storybook)",
63638
63634
  ssg: "Enable SSG",
63639
63635
  polyfill: "Enable UA-based Polyfill Feature",
63640
63636
  proxy: "Enable Global Proxy",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240304170717",
18
+ "version": "0.0.0-nightly-20240305170715",
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-20240304170717"
26
+ "@modern-js/utils": "0.0.0-nightly-20240305170715"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@modern-js/codesmith": "2.3.5",
@@ -33,14 +33,14 @@
33
33
  "@types/node": "^14",
34
34
  "jest": "^29",
35
35
  "typescript": "^5",
36
- "@modern-js/generator-utils": "0.0.0-nightly-20240304170717",
37
- "@modern-js/base-generator": "0.0.0-nightly-20240304170717",
38
- "@modern-js/changeset-generator": "0.0.0-nightly-20240304170717",
39
- "@scripts/build": "0.0.0-nightly-20240304170717",
40
- "@modern-js/generator-common": "0.0.0-nightly-20240304170717",
41
- "@modern-js/plugin-i18n": "0.0.0-nightly-20240304170717",
42
- "@scripts/jest-config": "0.0.0-nightly-20240304170717",
43
- "@modern-js/packages-generator": "0.0.0-nightly-20240304170717"
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240305170715",
37
+ "@modern-js/changeset-generator": "0.0.0-nightly-20240305170715",
38
+ "@modern-js/generator-utils": "0.0.0-nightly-20240305170715",
39
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20240305170715",
40
+ "@modern-js/packages-generator": "0.0.0-nightly-20240305170715",
41
+ "@scripts/build": "0.0.0-nightly-20240305170715",
42
+ "@scripts/jest-config": "0.0.0-nightly-20240305170715",
43
+ "@modern-js/base-generator": "0.0.0-nightly-20240305170715"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "publishConfig": {