@modern-js/tailwindcss-generator 0.0.0-nightly-20241104170657 → 0.0.0-nightly-20241106064312
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 -30
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -179,21 +179,6 @@
|
|
|
179
179
|
var import_plugin_i18n = __toESM(require_plugin_i18n());
|
|
180
180
|
// ../../generator-common/dist/esm-node/locale/en.js
|
|
181
181
|
var EN_LOCALE = {
|
|
182
|
-
solution: {
|
|
183
|
-
self: "Please select the type of project you want to create:",
|
|
184
|
-
mwa: "Web App",
|
|
185
|
-
module: "Npm Module",
|
|
186
|
-
custom: "Custom Solution",
|
|
187
|
-
default: "Default"
|
|
188
|
-
},
|
|
189
|
-
scenes: {
|
|
190
|
-
self: "Please select the project scenario:"
|
|
191
|
-
},
|
|
192
|
-
sub_solution: {
|
|
193
|
-
self: "Please select the type of project you want to create:",
|
|
194
|
-
mwa: "Web App",
|
|
195
|
-
module: "Npm Module"
|
|
196
|
-
},
|
|
197
182
|
action: {
|
|
198
183
|
self: "Please select the operation you want:",
|
|
199
184
|
function: {
|
|
@@ -265,21 +250,6 @@
|
|
|
265
250
|
};
|
|
266
251
|
// ../../generator-common/dist/esm-node/locale/zh.js
|
|
267
252
|
var ZH_LOCALE = {
|
|
268
|
-
solution: {
|
|
269
|
-
self: "请选择你想创建的工程类型",
|
|
270
|
-
mwa: "Web 应用",
|
|
271
|
-
module: "Npm 模块",
|
|
272
|
-
custom: "自定义",
|
|
273
|
-
default: "默认"
|
|
274
|
-
},
|
|
275
|
-
scenes: {
|
|
276
|
-
self: "请选择项目场景"
|
|
277
|
-
},
|
|
278
|
-
sub_solution: {
|
|
279
|
-
self: "请选择你想创建的工程类型",
|
|
280
|
-
mwa: "Web 应用",
|
|
281
|
-
module: "Npm 模块"
|
|
282
|
-
},
|
|
283
253
|
action: {
|
|
284
254
|
self: "请选择你想要的操作",
|
|
285
255
|
function: {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-nightly-
|
|
18
|
+
"version": "0.0.0-nightly-20241106064312",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/node": "^14",
|
|
32
32
|
"jest": "^29",
|
|
33
33
|
"typescript": "^5",
|
|
34
|
-
"@modern-js/generator
|
|
35
|
-
"@modern-js/generator-
|
|
36
|
-
"@scripts/build": "0.0.0-nightly-
|
|
37
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
|
38
|
-
"@modern-js/
|
|
34
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20241106064312",
|
|
35
|
+
"@modern-js/generator-common": "0.0.0-nightly-20241106064312",
|
|
36
|
+
"@scripts/build": "0.0.0-nightly-20241106064312",
|
|
37
|
+
"@scripts/jest-config": "0.0.0-nightly-20241106064312",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20241106064312"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|