@modern-js/ssg-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 +8 -8
package/dist/index.js CHANGED
@@ -61843,10 +61843,8 @@ var ZH_LOCALE2 = {
61843
61843
  i18n: "启用「国际化(i18n)」功能",
61844
61844
  test: "启用「单元测试 / 集成测试」功能",
61845
61845
  e2e_test: "启用「E2E 测试」功能",
61846
- storybook: "启用「Storybook」",
61847
61846
  storybookV7: "启用「Storybook」V7",
61848
61847
  runtime_api: "启用「Runtime API」",
61849
- mwa_storybook: "启用「Visual Testing (Storybook)」模式",
61850
61848
  ssg: "启用「SSG」功能",
61851
61849
  polyfill: "启用「基于 UA 的 Polyfill」功能",
61852
61850
  proxy: "启用「全局代理」",
@@ -61941,10 +61939,8 @@ var EN_LOCALE2 = {
61941
61939
  i18n: "Enable Internationalization (i18n)",
61942
61940
  test: "Enable Unit Test / Integration Test",
61943
61941
  e2e_test: "Enable E2E Test",
61944
- storybook: "Enable Storybook",
61945
61942
  storybookV7: "Enable Storybook V7",
61946
61943
  runtime_api: "Enable Runtime API",
61947
- mwa_storybook: "Enable Visual Testing (Storybook)",
61948
61944
  ssg: "Enable SSG",
61949
61945
  polyfill: "Enable UA-based Polyfill Feature",
61950
61946
  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",
@@ -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-20240304170717",
36
- "@modern-js/generator-common": "0.0.0-nightly-20240304170717",
37
- "@modern-js/plugin-i18n": "0.0.0-nightly-20240304170717",
38
- "@scripts/build": "0.0.0-nightly-20240304170717",
39
- "@modern-js/generator-utils": "0.0.0-nightly-20240304170717",
40
- "@scripts/jest-config": "0.0.0-nightly-20240304170717"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20240305170715",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20240305170715",
37
+ "@modern-js/generator-utils": "0.0.0-nightly-20240305170715",
38
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20240305170715",
39
+ "@scripts/build": "0.0.0-nightly-20240305170715",
40
+ "@scripts/jest-config": "0.0.0-nightly-20240305170715"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {