@modern-js/repo-generator 0.0.0-next-20230109182747 → 0.0.0-next-20230110140515
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 +16 -16
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -139612,21 +139612,21 @@ var MWANewActionGenerators = {
|
|
|
139612
139612
|
};
|
|
139613
139613
|
var MWANewActionPluginName = {
|
|
139614
139614
|
[ActionType.Element]: {
|
|
139615
|
-
[ActionElement.Server]: "
|
|
139615
|
+
[ActionElement.Server]: "serverPlugin"
|
|
139616
139616
|
},
|
|
139617
139617
|
[ActionType.Function]: {
|
|
139618
|
-
[ActionFunction.TailwindCSS]: "
|
|
139619
|
-
[ActionFunction.BFF]: "
|
|
139620
|
-
[ActionFunction.MicroFrontend]: "
|
|
139621
|
-
[ActionFunction.Test]: "
|
|
139622
|
-
[ActionFunction.Storybook]: "
|
|
139623
|
-
[ActionFunction.SSG]: "
|
|
139624
|
-
[ActionFunction.Polyfill]: "
|
|
139625
|
-
[ActionFunction.Proxy]: "
|
|
139626
|
-
[ActionFunction.SWC]: "
|
|
139618
|
+
[ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
|
|
139619
|
+
[ActionFunction.BFF]: "bffPlugin",
|
|
139620
|
+
[ActionFunction.MicroFrontend]: "garfishPlugin",
|
|
139621
|
+
[ActionFunction.Test]: "testPlugin",
|
|
139622
|
+
[ActionFunction.Storybook]: "storybookPlugin",
|
|
139623
|
+
[ActionFunction.SSG]: "ssgPlugin",
|
|
139624
|
+
[ActionFunction.Polyfill]: "polyfillPlugin",
|
|
139625
|
+
[ActionFunction.Proxy]: "proxyPlugin",
|
|
139626
|
+
[ActionFunction.SWC]: "swcPlugin"
|
|
139627
139627
|
},
|
|
139628
139628
|
[ActionType.Refactor]: {
|
|
139629
|
-
[ActionRefactor.ReactRouter5]: "
|
|
139629
|
+
[ActionRefactor.ReactRouter5]: "reactRouter5Plugin"
|
|
139630
139630
|
}
|
|
139631
139631
|
};
|
|
139632
139632
|
var MWANewActionPluginDependence = {
|
|
@@ -139649,8 +139649,8 @@ var MWANewActionPluginDependence = {
|
|
|
139649
139649
|
}
|
|
139650
139650
|
};
|
|
139651
139651
|
var BFFPluginName = {
|
|
139652
|
-
[Framework.Express]: "
|
|
139653
|
-
[Framework.Koa]: "
|
|
139652
|
+
[Framework.Express]: "expressPlugin",
|
|
139653
|
+
[Framework.Koa]: "koaPlugin"
|
|
139654
139654
|
};
|
|
139655
139655
|
var BFFPluginDependence = {
|
|
139656
139656
|
[Framework.Express]: "@modern-js/plugin-express",
|
|
@@ -139728,9 +139728,9 @@ var ModuleNewActionGenerators = {
|
|
|
139728
139728
|
};
|
|
139729
139729
|
var ModuleNewActionPluginName = {
|
|
139730
139730
|
[ActionType.Function]: {
|
|
139731
|
-
[ActionFunction.TailwindCSS]: "
|
|
139732
|
-
[ActionFunction.Storybook]: "
|
|
139733
|
-
[ActionFunction.Test]: "
|
|
139731
|
+
[ActionFunction.TailwindCSS]: "tailwindCSSPlugin",
|
|
139732
|
+
[ActionFunction.Storybook]: "storybookPlugin",
|
|
139733
|
+
[ActionFunction.Test]: "testPlugin"
|
|
139734
139734
|
}
|
|
139735
139735
|
};
|
|
139736
139736
|
var ModuleNewActionPluginDependence = {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-20230110140515",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@types/node": "^14",
|
|
27
27
|
"jest": "^27",
|
|
28
28
|
"typescript": "^4",
|
|
29
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
30
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
31
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
32
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
33
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
34
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
35
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
36
|
-
"@modern-js/utils": "0.0.0-next-
|
|
37
|
-
"@scripts/build": "0.0.0-next-
|
|
38
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/base-generator": "0.0.0-next-20230110140515",
|
|
30
|
+
"@modern-js/generator-common": "0.0.0-next-20230110140515",
|
|
31
|
+
"@modern-js/generator-plugin": "0.0.0-next-20230110140515",
|
|
32
|
+
"@modern-js/generator-utils": "0.0.0-next-20230110140515",
|
|
33
|
+
"@modern-js/module-generator": "0.0.0-next-20230110140515",
|
|
34
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20230110140515",
|
|
35
|
+
"@modern-js/mwa-generator": "0.0.0-next-20230110140515",
|
|
36
|
+
"@modern-js/utils": "0.0.0-next-20230110140515",
|
|
37
|
+
"@scripts/build": "0.0.0-next-20230110140515",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-20230110140515"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|