@modern-js/entry-generator 3.7.1 → 3.7.3

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 -30
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -170,21 +170,6 @@
170
170
  var import_plugin_i18n = __toESM(require_plugin_i18n());
171
171
  // ../../generator-common/dist/esm-node/locale/en.js
172
172
  var EN_LOCALE = {
173
- solution: {
174
- self: "Please select the type of project you want to create:",
175
- mwa: "Web App",
176
- module: "Npm Module",
177
- custom: "Custom Solution",
178
- default: "Default"
179
- },
180
- scenes: {
181
- self: "Please select the project scenario:"
182
- },
183
- sub_solution: {
184
- self: "Please select the type of project you want to create:",
185
- mwa: "Web App",
186
- module: "Npm Module"
187
- },
188
173
  action: {
189
174
  self: "Please select the operation you want:",
190
175
  function: {
@@ -256,21 +241,6 @@
256
241
  };
257
242
  // ../../generator-common/dist/esm-node/locale/zh.js
258
243
  var ZH_LOCALE = {
259
- solution: {
260
- self: "请选择你想创建的工程类型",
261
- mwa: "Web 应用",
262
- module: "Npm 模块",
263
- custom: "自定义",
264
- default: "默认"
265
- },
266
- scenes: {
267
- self: "请选择项目场景"
268
- },
269
- sub_solution: {
270
- self: "请选择你想创建的工程类型",
271
- mwa: "Web 应用",
272
- module: "Npm 模块"
273
- },
274
244
  action: {
275
245
  self: "请选择你想要的操作",
276
246
  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/generator-common": "3.7.1",
35
- "@modern-js/plugin-i18n": "2.60.5",
36
- "@scripts/build": "2.60.5",
37
- "@scripts/jest-config": "2.60.5",
38
- "@modern-js/generator-utils": "3.7.1"
34
+ "@modern-js/generator-common": "3.7.3",
35
+ "@modern-js/generator-utils": "3.7.3",
36
+ "@scripts/build": "2.61.0",
37
+ "@scripts/jest-config": "2.61.0",
38
+ "@modern-js/plugin-i18n": "2.61.0"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {