@modern-js/repo-generator 3.1.27 → 3.1.28

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 +2 -2
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -145015,7 +145015,7 @@ var MWANewActionPluginName = {
145015
145015
  [ActionElement.Server]: "serverPlugin"
145016
145016
  },
145017
145017
  [ActionType.Function]: {
145018
- [ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
145018
+ [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
145019
145019
  [ActionFunction.BFF]: "bffPlugin",
145020
145020
  [ActionFunction.MicroFrontend]: "garfishPlugin",
145021
145021
  [ActionFunction.Test]: "testPlugin",
@@ -145132,7 +145132,7 @@ var ModuleNewActionGenerators = {
145132
145132
  };
145133
145133
  var ModuleNewActionPluginName = {
145134
145134
  [ActionType.Function]: {
145135
- [ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
145135
+ [ActionFunction.TailwindCSS]: "tailwindcssPlugin",
145136
145136
  [ActionFunction.Storybook]: "storybookPlugin",
145137
145137
  [ActionFunction.Test]: "testPlugin"
145138
145138
  }
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.1.27",
18
+ "version": "3.1.28",
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/generator-common": "3.1.27",
33
- "@modern-js/module-generator": "3.1.27",
34
- "@modern-js/monorepo-generator": "3.1.27",
35
- "@modern-js/mwa-generator": "3.1.27",
36
- "@modern-js/doc-generator": "3.1.27",
37
- "@modern-js/utils": "2.25.2",
38
- "@modern-js/generator-plugin": "3.1.27",
39
- "@modern-js/generator-utils": "3.1.27",
40
- "@modern-js/base-generator": "3.1.27",
41
- "@scripts/jest-config": "2.25.2",
42
- "@scripts/build": "2.25.2"
32
+ "@modern-js/generator-common": "3.1.28",
33
+ "@modern-js/module-generator": "3.1.28",
34
+ "@modern-js/monorepo-generator": "3.1.28",
35
+ "@modern-js/mwa-generator": "3.1.28",
36
+ "@modern-js/doc-generator": "3.1.28",
37
+ "@modern-js/utils": "2.26.0",
38
+ "@modern-js/generator-utils": "3.1.28",
39
+ "@modern-js/generator-plugin": "3.1.28",
40
+ "@modern-js/base-generator": "3.1.28",
41
+ "@scripts/jest-config": "2.26.0",
42
+ "@scripts/build": "2.26.0"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {