@modern-js/storybook-next-generator 3.7.2 → 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 +7 -7
package/dist/index.js CHANGED
@@ -173,21 +173,6 @@
173
173
  var import_plugin_i18n = __toESM(require_plugin_i18n());
174
174
  // ../../generator-common/dist/esm-node/locale/en.js
175
175
  var EN_LOCALE = {
176
- solution: {
177
- self: "Please select the type of project you want to create:",
178
- mwa: "Web App",
179
- module: "Npm Module",
180
- custom: "Custom Solution",
181
- default: "Default"
182
- },
183
- scenes: {
184
- self: "Please select the project scenario:"
185
- },
186
- sub_solution: {
187
- self: "Please select the type of project you want to create:",
188
- mwa: "Web App",
189
- module: "Npm Module"
190
- },
191
176
  action: {
192
177
  self: "Please select the operation you want:",
193
178
  function: {
@@ -259,21 +244,6 @@
259
244
  };
260
245
  // ../../generator-common/dist/esm-node/locale/zh.js
261
246
  var ZH_LOCALE = {
262
- solution: {
263
- self: "请选择你想创建的工程类型",
264
- mwa: "Web 应用",
265
- module: "Npm 模块",
266
- custom: "自定义",
267
- default: "默认"
268
- },
269
- scenes: {
270
- self: "请选择项目场景"
271
- },
272
- sub_solution: {
273
- self: "请选择你想创建的工程类型",
274
- mwa: "Web 应用",
275
- module: "Npm 模块"
276
- },
277
247
  action: {
278
248
  self: "请选择你想要的操作",
279
249
  function: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.7.2",
18
+ "version": "3.7.3",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -30,12 +30,12 @@
30
30
  "@types/node": "^14",
31
31
  "jest": "^29",
32
32
  "typescript": "^5",
33
- "@modern-js/dependence-generator": "3.7.2",
34
- "@modern-js/generator-common": "3.7.2",
35
- "@modern-js/plugin-i18n": "2.60.6",
36
- "@modern-js/generator-utils": "3.7.2",
37
- "@scripts/build": "2.60.6",
38
- "@scripts/jest-config": "2.60.6"
33
+ "@modern-js/dependence-generator": "3.7.3",
34
+ "@modern-js/generator-common": "3.7.3",
35
+ "@modern-js/generator-utils": "3.7.3",
36
+ "@modern-js/plugin-i18n": "2.61.0",
37
+ "@scripts/jest-config": "2.61.0",
38
+ "@scripts/build": "2.61.0"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {