@modern-js/repo-generator 0.0.0-canary-20220721075726 → 0.0.0-canary-20220721140610
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 +8 -8
package/dist/index.js
CHANGED
|
@@ -135508,7 +135508,7 @@ var src_default = async (context, generator) => {
|
|
|
135508
135508
|
generator.logger.debug(`context.data=${JSON.stringify(context.data)}`);
|
|
135509
135509
|
mergeDefaultConfig(context);
|
|
135510
135510
|
let generatorPlugin;
|
|
135511
|
-
if (context.config.plugins
|
|
135511
|
+
if (context.config.plugins?.length > 0) {
|
|
135512
135512
|
generatorPlugin = await handlePlugin(context, generator);
|
|
135513
135513
|
}
|
|
135514
135514
|
try {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-canary-
|
|
14
|
+
"version": "0.0.0-canary-20220721140610",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
26
|
"@modern-js/codesmith": "^1.4.0",
|
|
27
27
|
"@modern-js/codesmith-api-app": "^1.3.0",
|
|
28
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
29
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
30
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
31
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
32
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/base-generator": "0.0.0-canary-
|
|
34
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
28
|
+
"@modern-js/generator-common": "0.0.0-canary-20220721140610",
|
|
29
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220721140610",
|
|
30
|
+
"@modern-js/module-generator": "0.0.0-canary-20220721140610",
|
|
31
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220721140610",
|
|
32
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220721140610",
|
|
33
|
+
"@modern-js/base-generator": "0.0.0-canary-20220721140610",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220721140610",
|
|
35
35
|
"@modern-js/utils": "1.7.12",
|
|
36
36
|
"@types/jest": "^27",
|
|
37
37
|
"@types/node": "^14",
|