@modern-js/repo-generator 0.0.0-next-1685502535286 → 0.0.0-next-1685530921784

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 +1 -1
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -144417,7 +144417,7 @@ var getScenesSchema = (extra = {}) => {
144417
144417
  const solution = (extra === null || extra === void 0 ? void 0 : extra.isMonorepoSubProject) ? getSolutionNameFromSubSolution(extra === null || extra === void 0 ? void 0 : extra.solution) : extra === null || extra === void 0 ? void 0 : extra.solution;
144418
144418
  const items = ((extra === null || extra === void 0 ? void 0 : extra.customPlugin) ? (extra === null || extra === void 0 ? void 0 : extra.customPlugin[solution]) || [] : []).map((plugin) => ({
144419
144419
  value: plugin.key,
144420
- label: plugin.name
144420
+ label: extra.locale === "zh" ? plugin.name_zh || plugin.name : plugin.name
144421
144421
  }));
144422
144422
  if (solution && solution !== "custom") {
144423
144423
  items.unshift({
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1685502535286",
18
+ "version": "0.0.0-next-1685530921784",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -29,17 +29,17 @@
29
29
  "@types/node": "^14",
30
30
  "jest": "^29",
31
31
  "typescript": "^5",
32
- "@modern-js/base-generator": "0.0.0-next-1685502535286",
33
- "@modern-js/generator-plugin": "0.0.0-next-1685502535286",
34
- "@modern-js/generator-common": "0.0.0-next-1685502535286",
35
- "@modern-js/generator-utils": "0.0.0-next-1685502535286",
36
- "@modern-js/module-generator": "0.0.0-next-1685502535286",
37
- "@modern-js/monorepo-generator": "0.0.0-next-1685502535286",
38
- "@modern-js/mwa-generator": "0.0.0-next-1685502535286",
39
- "@modern-js/doc-generator": "0.0.0-next-1685502535286",
40
- "@modern-js/utils": "0.0.0-next-1685502535286",
41
- "@scripts/build": "0.0.0-next-1685502535286",
42
- "@scripts/jest-config": "0.0.0-next-1685502535286"
32
+ "@modern-js/base-generator": "0.0.0-next-1685530921784",
33
+ "@modern-js/generator-common": "0.0.0-next-1685530921784",
34
+ "@modern-js/generator-plugin": "0.0.0-next-1685530921784",
35
+ "@modern-js/generator-utils": "0.0.0-next-1685530921784",
36
+ "@modern-js/module-generator": "0.0.0-next-1685530921784",
37
+ "@modern-js/monorepo-generator": "0.0.0-next-1685530921784",
38
+ "@modern-js/mwa-generator": "0.0.0-next-1685530921784",
39
+ "@modern-js/doc-generator": "0.0.0-next-1685530921784",
40
+ "@modern-js/utils": "0.0.0-next-1685530921784",
41
+ "@scripts/build": "0.0.0-next-1685530921784",
42
+ "@scripts/jest-config": "0.0.0-next-1685530921784"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {