@modern-js/repo-generator 0.0.0-next-1686655458975 → 0.0.0-next-1686660767833

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
@@ -144538,7 +144538,7 @@ var ZH_LOCALE2 = {
144538
144538
  function: {
144539
144539
  self: "启用可选功能",
144540
144540
  question: "请选择功能名称",
144541
- tailwindcss: "启用 「Tailwind CSS」 支持",
144541
+ tailwindcss: "启用「Tailwind CSS」 支持",
144542
144542
  bff: "启用「BFF」功能",
144543
144543
  micro_frontend: "启用「微前端」模式",
144544
144544
  i18n: "启用「国际化(i18n)」功能",
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686655458975",
18
+ "version": "0.0.0-next-1686660767833",
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-1686655458975",
33
- "@modern-js/generator-common": "0.0.0-next-1686655458975",
34
- "@modern-js/generator-plugin": "0.0.0-next-1686655458975",
35
- "@modern-js/generator-utils": "0.0.0-next-1686655458975",
36
- "@modern-js/module-generator": "0.0.0-next-1686655458975",
37
- "@modern-js/monorepo-generator": "0.0.0-next-1686655458975",
38
- "@modern-js/mwa-generator": "0.0.0-next-1686655458975",
39
- "@modern-js/doc-generator": "0.0.0-next-1686655458975",
40
- "@modern-js/utils": "0.0.0-next-1686655458975",
41
- "@scripts/build": "0.0.0-next-1686655458975",
42
- "@scripts/jest-config": "0.0.0-next-1686655458975"
32
+ "@modern-js/generator-utils": "0.0.0-next-1686660767833",
33
+ "@modern-js/module-generator": "0.0.0-next-1686660767833",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-1686660767833",
35
+ "@modern-js/mwa-generator": "0.0.0-next-1686660767833",
36
+ "@modern-js/doc-generator": "0.0.0-next-1686660767833",
37
+ "@modern-js/utils": "0.0.0-next-1686660767833",
38
+ "@modern-js/generator-common": "0.0.0-next-1686660767833",
39
+ "@modern-js/base-generator": "0.0.0-next-1686660767833",
40
+ "@modern-js/generator-plugin": "0.0.0-next-1686660767833",
41
+ "@scripts/jest-config": "0.0.0-next-1686660767833",
42
+ "@scripts/build": "0.0.0-next-1686660767833"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {