@modern-js/repo-generator 0.0.0-next-20231127105004 → 0.0.0-next-20231129181734
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 +11 -11
package/dist/index.js
CHANGED
|
@@ -75057,7 +75057,7 @@ var ModuleNewAction = async (options) => {
|
|
|
75057
75057
|
}
|
|
75058
75058
|
});
|
|
75059
75059
|
if (!hasOption) {
|
|
75060
|
-
smith.logger.warn("
|
|
75060
|
+
smith.logger.warn("No option can be enabled, exit 1.", funcMap);
|
|
75061
75061
|
process.exit(1);
|
|
75062
75062
|
}
|
|
75063
75063
|
const ans = await formilyAPI.getInputBySchemaFunc(getModuleNewActionSchema, {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-20231129181734",
|
|
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-next-
|
|
26
|
+
"@modern-js/utils": "0.0.0-next-20231129181734"
|
|
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-next-
|
|
36
|
-
"@modern-js/generator-
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@modern-js/generator-
|
|
39
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@scripts/
|
|
35
|
+
"@modern-js/base-generator": "0.0.0-next-20231129181734",
|
|
36
|
+
"@modern-js/generator-common": "0.0.0-next-20231129181734",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-next-20231129181734",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-next-20231129181734",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-next-20231129181734",
|
|
40
|
+
"@modern-js/mwa-generator": "0.0.0-next-20231129181734",
|
|
41
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20231129181734",
|
|
42
|
+
"@scripts/build": "0.0.0-next-20231129181734",
|
|
43
|
+
"@scripts/jest-config": "0.0.0-next-20231129181734"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"publishConfig": {
|