@modern-js/tailwindcss-generator 3.7.1 → 3.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +0 -30
  2. 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": "3.7.1",
18
+ "version": "3.7.3",
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/dependence-generator": "3.7.1",
35
- "@modern-js/generator-common": "3.7.1",
36
- "@scripts/jest-config": "2.60.5",
37
- "@modern-js/generator-utils": "3.7.1",
38
- "@scripts/build": "2.60.5"
34
+ "@modern-js/generator-common": "3.7.3",
35
+ "@scripts/jest-config": "2.61.0",
36
+ "@modern-js/generator-utils": "3.7.3",
37
+ "@modern-js/dependence-generator": "3.7.3",
38
+ "@scripts/build": "2.61.0"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {