@modern-js/repo-generator 0.0.0-nightly-20231116170654 → 0.0.0-nightly-20231118171502
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 +11 -11
package/dist/index.js
CHANGED
|
@@ -73234,7 +73234,6 @@ var ModuleActionTypes = [
|
|
|
73234
73234
|
var ModuleActionFunctions = [
|
|
73235
73235
|
ActionFunction.Test,
|
|
73236
73236
|
ActionFunction.TailwindCSS,
|
|
73237
|
-
ActionFunction.Storybook,
|
|
73238
73237
|
ActionFunction.StorybookV7,
|
|
73239
73238
|
ActionFunction.RuntimeApi
|
|
73240
73239
|
];
|
|
@@ -73281,7 +73280,6 @@ var getModuleNewActionSchema = (extra = {}) => {
|
|
|
73281
73280
|
};
|
|
73282
73281
|
};
|
|
73283
73282
|
var ModuleActionFunctionsDevDependencies = {
|
|
73284
|
-
[ActionFunction.Storybook]: "@modern-js/plugin-storybook",
|
|
73285
73283
|
[ActionFunction.StorybookV7]: "@modern-js/storybook",
|
|
73286
73284
|
[ActionFunction.Test]: "@modern-js/plugin-testing",
|
|
73287
73285
|
[ActionFunction.RuntimeApi]: "@modern-js/runtime",
|
|
@@ -75065,7 +75063,8 @@ var ModuleNewAction = async (options) => {
|
|
|
75065
75063
|
} : {},
|
|
75066
75064
|
pluginName: ModuleNewActionPluginName[actionType][action2],
|
|
75067
75065
|
pluginDependence: ModuleNewActionPluginDependence[actionType][action2],
|
|
75068
|
-
shouldUsePluginNameExport
|
|
75066
|
+
shouldUsePluginNameExport,
|
|
75067
|
+
isModuleProject: true
|
|
75069
75068
|
});
|
|
75070
75069
|
const task = [
|
|
75071
75070
|
{
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-nightly-
|
|
18
|
+
"version": "0.0.0-nightly-20231118171502",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "0.0.0-nightly-
|
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20231118171502"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.0",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/base-generator": "0.0.0-nightly-
|
|
36
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
|
37
|
-
"@modern-js/generator-utils": "0.0.0-nightly-
|
|
38
|
-
"@modern-js/generator
|
|
39
|
-
"@modern-js/
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@modern-js/mwa-generator": "0.0.0-nightly-
|
|
42
|
-
"@scripts/
|
|
43
|
-
"@scripts/
|
|
35
|
+
"@modern-js/base-generator": "0.0.0-nightly-20231118171502",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-nightly-20231118171502",
|
|
37
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20231118171502",
|
|
38
|
+
"@modern-js/module-generator": "0.0.0-nightly-20231118171502",
|
|
39
|
+
"@modern-js/monorepo-generator": "0.0.0-nightly-20231118171502",
|
|
40
|
+
"@modern-js/generator-plugin": "0.0.0-nightly-20231118171502",
|
|
41
|
+
"@modern-js/mwa-generator": "0.0.0-nightly-20231118171502",
|
|
42
|
+
"@scripts/build": "0.0.0-nightly-20231118171502",
|
|
43
|
+
"@scripts/jest-config": "0.0.0-nightly-20231118171502"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"publishConfig": {
|