@modern-js/bff-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.
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -118139,7 +118139,7 @@ var MWANewActionPluginName = {
|
|
|
118139
118139
|
[ActionElement.Server]: "serverPlugin"
|
|
118140
118140
|
},
|
|
118141
118141
|
[ActionType.Function]: {
|
|
118142
|
-
[ActionFunction.TailwindCSS]: "
|
|
118142
|
+
[ActionFunction.TailwindCSS]: "tailwindcssPlugin",
|
|
118143
118143
|
[ActionFunction.BFF]: "bffPlugin",
|
|
118144
118144
|
[ActionFunction.MicroFrontend]: "garfishPlugin",
|
|
118145
118145
|
[ActionFunction.Test]: "testPlugin",
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.1.
|
|
18
|
+
"version": "3.1.28",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./src/index.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@types/node": "^14",
|
|
32
32
|
"jest": "^29",
|
|
33
33
|
"typescript": "^5",
|
|
34
|
-
"@scripts/build": "2.
|
|
35
|
-
"@scripts/jest-config": "2.
|
|
36
|
-
"@modern-js/generator-common": "3.1.
|
|
37
|
-
"@modern-js/generator-utils": "3.1.
|
|
38
|
-
"@modern-js/plugin-i18n": "2.
|
|
34
|
+
"@scripts/build": "2.26.0",
|
|
35
|
+
"@scripts/jest-config": "2.26.0",
|
|
36
|
+
"@modern-js/generator-common": "3.1.28",
|
|
37
|
+
"@modern-js/generator-utils": "3.1.28",
|
|
38
|
+
"@modern-js/plugin-i18n": "2.26.0"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|