@modern-js/repo-generator 0.0.0-next-20240605102917 → 0.0.0-next-20240606060726
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.
- package/dist/index.js +0 -6
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -83467,8 +83467,6 @@ var ZH_LOCALE2 = {
|
|
|
83467
83467
|
bff: "启用「BFF」功能",
|
|
83468
83468
|
micro_frontend: "启用「微前端」模式",
|
|
83469
83469
|
i18n: "启用「国际化(i18n)」功能",
|
|
83470
|
-
test: "启用「单元测试 / 集成测试」功能",
|
|
83471
|
-
e2e_test: "启用「E2E 测试」功能",
|
|
83472
83470
|
storybookV7: "启用「Storybook」V7",
|
|
83473
83471
|
runtime_api: "启用「Runtime API」",
|
|
83474
83472
|
ssg: "启用「SSG」功能",
|
|
@@ -83561,8 +83559,6 @@ var EN_LOCALE2 = {
|
|
|
83561
83559
|
bff: "Enable BFF",
|
|
83562
83560
|
micro_frontend: "Enable Micro Frontend",
|
|
83563
83561
|
i18n: "Enable Internationalization (i18n)",
|
|
83564
|
-
test: "Enable Unit Test / Integration Test",
|
|
83565
|
-
e2e_test: "Enable E2E Test",
|
|
83566
83562
|
storybookV7: "Enable Storybook V7",
|
|
83567
83563
|
runtime_api: "Enable Runtime API",
|
|
83568
83564
|
ssg: "Enable SSG",
|
|
@@ -83922,7 +83918,6 @@ var ActionFunction;
|
|
|
83922
83918
|
ActionFunction2["BFF"] = "bff";
|
|
83923
83919
|
ActionFunction2["MicroFrontend"] = "micro_frontend";
|
|
83924
83920
|
ActionFunction2["I18n"] = "i18n";
|
|
83925
|
-
ActionFunction2["E2ETest"] = "e2e_test";
|
|
83926
83921
|
ActionFunction2["StorybookV7"] = "storybookV7";
|
|
83927
83922
|
ActionFunction2["RuntimeApi"] = "runtimeApi";
|
|
83928
83923
|
ActionFunction2["SSG"] = "ssg";
|
|
@@ -83954,7 +83949,6 @@ var ActionFunctionText = {
|
|
|
83954
83949
|
["bff"]: () => i18n2.t(localeKeys2.action.function.bff),
|
|
83955
83950
|
["micro_frontend"]: () => i18n2.t(localeKeys2.action.function.micro_frontend),
|
|
83956
83951
|
["i18n"]: () => i18n2.t(localeKeys2.action.function.i18n),
|
|
83957
|
-
["e2e_test"]: () => i18n2.t(localeKeys2.action.function.e2e_test),
|
|
83958
83952
|
["storybookV7"]: () => i18n2.t(localeKeys2.action.function.storybookV7),
|
|
83959
83953
|
["runtimeApi"]: () => i18n2.t(localeKeys2.action.function.runtime_api),
|
|
83960
83954
|
["ssg"]: () => i18n2.t(localeKeys2.action.function.ssg),
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-20240606060726",
|
|
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-next-
|
|
26
|
+
"@modern-js/utils": "0.0.0-next-20240606060726"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
36
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
37
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
38
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
39
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
40
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
41
|
-
"@scripts/build": "0.0.0-next-
|
|
42
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
35
|
+
"@modern-js/base-generator": "0.0.0-next-20240606060726",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-next-20240606060726",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-next-20240606060726",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-next-20240606060726",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-next-20240606060726",
|
|
40
|
+
"@modern-js/mwa-generator": "0.0.0-next-20240606060726",
|
|
41
|
+
"@scripts/build": "0.0.0-next-20240606060726",
|
|
42
|
+
"@scripts/jest-config": "0.0.0-next-20240606060726"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|