@modern-js/tailwindcss-generator 3.3.25 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -14
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -61817,7 +61817,6 @@ var ZH_LOCALE2 = {
|
|
61817
61817
|
self: "请选择你想创建的工程类型",
|
61818
61818
|
mwa: "Web 应用",
|
61819
61819
|
module: "Npm 模块",
|
61820
|
-
monorepo: "Monorepo",
|
61821
61820
|
custom: "自定义",
|
61822
61821
|
default: "默认"
|
61823
61822
|
},
|
@@ -61838,8 +61837,6 @@ var ZH_LOCALE2 = {
|
|
61838
61837
|
bff: "启用「BFF」功能",
|
61839
61838
|
micro_frontend: "启用「微前端」模式",
|
61840
61839
|
i18n: "启用「国际化(i18n)」功能",
|
61841
|
-
test: "启用「单元测试 / 集成测试」功能",
|
61842
|
-
e2e_test: "启用「E2E 测试」功能",
|
61843
61840
|
storybookV7: "启用「Storybook」V7",
|
61844
61841
|
runtime_api: "启用「Runtime API」",
|
61845
61842
|
ssg: "启用「SSG」功能",
|
@@ -61912,7 +61909,6 @@ var EN_LOCALE2 = {
|
|
61912
61909
|
self: "Please select the type of project you want to create:",
|
61913
61910
|
mwa: "Web App",
|
61914
61911
|
module: "Npm Module",
|
61915
|
-
monorepo: "Monorepo",
|
61916
61912
|
custom: "Custom Solution",
|
61917
61913
|
default: "Default"
|
61918
61914
|
},
|
@@ -61922,8 +61918,7 @@ var EN_LOCALE2 = {
|
|
61922
61918
|
sub_solution: {
|
61923
61919
|
self: "Please select the type of project you want to create:",
|
61924
61920
|
mwa: "Web App",
|
61925
|
-
module: "Npm Module"
|
61926
|
-
monorepo: "Monorepo"
|
61921
|
+
module: "Npm Module"
|
61927
61922
|
},
|
61928
61923
|
action: {
|
61929
61924
|
self: "Please select the operation you want:",
|
@@ -61934,8 +61929,6 @@ var EN_LOCALE2 = {
|
|
61934
61929
|
bff: "Enable BFF",
|
61935
61930
|
micro_frontend: "Enable Micro Frontend",
|
61936
61931
|
i18n: "Enable Internationalization (i18n)",
|
61937
|
-
test: "Enable Unit Test / Integration Test",
|
61938
|
-
e2e_test: "Enable E2E Test",
|
61939
61932
|
storybookV7: "Enable Storybook V7",
|
61940
61933
|
runtime_api: "Enable Runtime API",
|
61941
61934
|
ssg: "Enable SSG",
|
@@ -62014,13 +62007,7 @@ var Solution;
|
|
62014
62007
|
(function(Solution2) {
|
62015
62008
|
Solution2["MWA"] = "mwa";
|
62016
62009
|
Solution2["Module"] = "module";
|
62017
|
-
Solution2["Monorepo"] = "monorepo";
|
62018
62010
|
})(Solution || (Solution = {}));
|
62019
|
-
var SubSolution;
|
62020
|
-
(function(SubSolution2) {
|
62021
|
-
SubSolution2["MWA"] = "mwa";
|
62022
|
-
SubSolution2["Module"] = "module";
|
62023
|
-
})(SubSolution || (SubSolution = {}));
|
62024
62011
|
var DependenceGenerator = "@modern-js/dependence-generator";
|
62025
62012
|
|
62026
62013
|
// ../../generator-common/dist/esm-node/common/language.js
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "3.
|
18
|
+
"version": "3.4.1",
|
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": "2.
|
26
|
+
"@modern-js/utils": "2.54.0"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@modern-js/codesmith": "2.3.5",
|
@@ -32,11 +32,11 @@
|
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@modern-js/dependence-generator": "3.
|
36
|
-
"@modern-js/generator-
|
37
|
-
"@modern-js/generator-
|
38
|
-
"@scripts/
|
39
|
-
"@scripts/
|
35
|
+
"@modern-js/dependence-generator": "3.4.1",
|
36
|
+
"@modern-js/generator-utils": "3.4.1",
|
37
|
+
"@modern-js/generator-common": "3.4.1",
|
38
|
+
"@scripts/build": "2.54.0",
|
39
|
+
"@scripts/jest-config": "2.54.0"
|
40
40
|
},
|
41
41
|
"sideEffects": false,
|
42
42
|
"publishConfig": {
|