@modern-js/repo-generator 0.0.0-next-20221207072952 → 0.0.0-next-20221207091327
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 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -133661,8 +133661,7 @@ var require_constants6 = __commonJS({
|
|
|
133661
133661
|
"@modern-js/plugin-router-legacy": "@modern-js/plugin-router-legacy/cli"
|
|
133662
133662
|
};
|
|
133663
133663
|
exports.INTERNAL_MODULE_TOOLS_PLUGINS = {
|
|
133664
|
-
"@modern-js/module-tools": "@modern-js/module-tools
|
|
133665
|
-
"@modern-js/module-tools-v2": "@modern-js/module-tools-v2",
|
|
133664
|
+
"@modern-js/module-tools": "@modern-js/module-tools",
|
|
133666
133665
|
"@modern-js/doc-tools": "@modern-js/doc-tools",
|
|
133667
133666
|
"@modern-js/runtime": "@modern-js/runtime/cli",
|
|
133668
133667
|
"@modern-js/plugin-testing": "@modern-js/plugin-testing/cli",
|
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-20221207091327",
|
|
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-20221207091327",
|
|
30
|
+
"@modern-js/generator-common": "0.0.0-next-20221207091327",
|
|
31
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221207091327",
|
|
32
|
+
"@modern-js/generator-utils": "0.0.0-next-20221207091327",
|
|
33
|
+
"@modern-js/module-generator": "0.0.0-next-20221207091327",
|
|
34
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221207091327",
|
|
35
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221207091327",
|
|
36
|
+
"@modern-js/utils": "0.0.0-next-20221207091327",
|
|
37
|
+
"@scripts/build": "0.0.0-next-20221207091327",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-20221207091327"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|