@modern-js/bff-generator 3.2.8 → 3.2.10
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 +2 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -14527,9 +14527,9 @@ var require_ejs = __commonJS({
|
|
|
14527
14527
|
}
|
|
14528
14528
|
});
|
|
14529
14529
|
|
|
14530
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.
|
|
14530
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
|
14531
14531
|
var require_chalk = __commonJS({
|
|
14532
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.
|
|
14532
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.37.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
|
14533
14533
|
"use strict";
|
|
14534
14534
|
(() => {
|
|
14535
14535
|
var e = { 44: (e2, t2, n2) => {
|
|
@@ -53253,7 +53253,6 @@ var MWANewActionPluginDependence = {
|
|
|
53253
53253
|
[ActionFunction.MicroFrontend]: "@modern-js/plugin-garfish",
|
|
53254
53254
|
[ActionFunction.Test]: "@modern-js/plugin-testing",
|
|
53255
53255
|
[ActionFunction.Storybook]: "@modern-js/plugin-storybook",
|
|
53256
|
-
[ActionFunction.StorybookV7]: "@modern-js/storybook",
|
|
53257
53256
|
[ActionFunction.SSG]: "@modern-js/plugin-ssg",
|
|
53258
53257
|
[ActionFunction.Polyfill]: "@modern-js/plugin-polyfill",
|
|
53259
53258
|
[ActionFunction.Proxy]: "@modern-js/plugin-proxy",
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.2.
|
|
18
|
+
"version": "3.2.10",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./src/index.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"/dist/index.js"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@modern-js/utils": "2.39.
|
|
27
|
+
"@modern-js/utils": "2.39.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@modern-js/codesmith": "2.3.0",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@types/node": "^14",
|
|
35
35
|
"jest": "^29",
|
|
36
36
|
"typescript": "^5",
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/
|
|
39
|
-
"@modern-js/generator-
|
|
40
|
-
"@scripts/
|
|
41
|
-
"@scripts/
|
|
37
|
+
"@modern-js/generator-common": "3.2.10",
|
|
38
|
+
"@modern-js/plugin-i18n": "2.39.2",
|
|
39
|
+
"@modern-js/generator-utils": "3.2.10",
|
|
40
|
+
"@scripts/jest-config": "2.39.2",
|
|
41
|
+
"@scripts/build": "2.39.2"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"publishConfig": {
|