@modern-js/repo-generator 0.0.0-next-20221220043320 → 0.0.0-next-20221220061243
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 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -136172,7 +136172,7 @@ var require_constants6 = __commonJS({
|
|
|
136172
136172
|
"@modern-js/plugin-garfish": "@modern-js/plugin-garfish/cli",
|
|
136173
136173
|
"@modern-js/plugin-tailwindcss": "@modern-js/plugin-tailwindcss/cli",
|
|
136174
136174
|
"@modern-js/plugin-polyfill": "@modern-js/plugin-polyfill/cli",
|
|
136175
|
-
"@modern-js/plugin-router-
|
|
136175
|
+
"@modern-js/plugin-router-v5": "@modern-js/plugin-router-v5/cli"
|
|
136176
136176
|
};
|
|
136177
136177
|
exports.INTERNAL_APP_TOOLS_RUNTIME_PLUGINS = {
|
|
136178
136178
|
"@modern-js/runtime": "@modern-js/runtime/cli"
|
|
@@ -136216,7 +136216,7 @@ var require_constants6 = __commonJS({
|
|
|
136216
136216
|
"@modern-js/plugin-tailwindcss": "@modern-js/plugin-tailwindcss/cli",
|
|
136217
136217
|
"@modern-js/plugin-polyfill": "@modern-js/plugin-polyfill/cli",
|
|
136218
136218
|
"@modern-js/plugin-nocode": "@modern-js/plugin-nocode/cli",
|
|
136219
|
-
"@modern-js/plugin-router-
|
|
136219
|
+
"@modern-js/plugin-router-v5": "@modern-js/plugin-router-v5/cli"
|
|
136220
136220
|
};
|
|
136221
136221
|
exports.SERVER_PLUGIN_BFF = "@modern-js/plugin-bff";
|
|
136222
136222
|
exports.SERVER_PLUGIN_EXPRESS = "@modern-js/plugin-express";
|
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-20221220061243",
|
|
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-20221220061243",
|
|
30
|
+
"@modern-js/generator-common": "0.0.0-next-20221220061243",
|
|
31
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221220061243",
|
|
32
|
+
"@modern-js/generator-utils": "0.0.0-next-20221220061243",
|
|
33
|
+
"@modern-js/module-generator": "0.0.0-next-20221220061243",
|
|
34
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221220061243",
|
|
35
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221220061243",
|
|
36
|
+
"@modern-js/utils": "0.0.0-next-20221220061243",
|
|
37
|
+
"@scripts/build": "0.0.0-next-20221220061243",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-20221220061243"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|