@modern-js/repo-generator 0.0.0-canary-20220725102515 → 0.0.0-canary-20220726080048
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 +0 -23
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -130548,7 +130548,6 @@ var require_constants6 = __commonJSMin((exports) => {
|
|
|
130548
130548
|
cli: "@modern-js/plugin-nest/cli",
|
|
130549
130549
|
server: "@modern-js/plugin-nest/server"
|
|
130550
130550
|
},
|
|
130551
|
-
"@modern-js/plugin-unbundle": { cli: "@modern-js/plugin-unbundle" },
|
|
130552
130551
|
"@modern-js/plugin-server": {
|
|
130553
130552
|
cli: "@modern-js/plugin-server/cli",
|
|
130554
130553
|
server: "@modern-js/plugin-server/server"
|
|
@@ -130556,7 +130555,6 @@ var require_constants6 = __commonJSMin((exports) => {
|
|
|
130556
130555
|
"@modern-js/plugin-garfish": {
|
|
130557
130556
|
cli: "@modern-js/plugin-garfish/cli"
|
|
130558
130557
|
},
|
|
130559
|
-
"@modern-js/plugin-jarvis": { cli: "@modern-js/plugin-jarvis/cli" },
|
|
130560
130558
|
"@modern-js/plugin-tailwindcss": { cli: "@modern-js/plugin-tailwindcss/cli" },
|
|
130561
130559
|
"@modern-js/plugin-lambda-fc": { cli: "@modern-js/plugin-lambda-fc/cli" },
|
|
130562
130560
|
"@modern-js/plugin-lambda-scf": { cli: "@modern-js/plugin-lambda-scf/cli" },
|
|
@@ -130642,27 +130640,6 @@ var require_constants6 = __commonJSMin((exports) => {
|
|
|
130642
130640
|
schema: { typeof: ["string", "object"] }
|
|
130643
130641
|
}
|
|
130644
130642
|
],
|
|
130645
|
-
"@modern-js/plugin-unbundle": [
|
|
130646
|
-
{
|
|
130647
|
-
target: "output.disableAutoImportStyle",
|
|
130648
|
-
schema: { type: "boolean" }
|
|
130649
|
-
},
|
|
130650
|
-
{
|
|
130651
|
-
target: "dev.unbundle",
|
|
130652
|
-
schema: {
|
|
130653
|
-
type: "object",
|
|
130654
|
-
properties: {
|
|
130655
|
-
ignore: {
|
|
130656
|
-
type: ["string", "array"],
|
|
130657
|
-
items: { type: "string" }
|
|
130658
|
-
},
|
|
130659
|
-
ignoreModuleCache: { type: "boolean" },
|
|
130660
|
-
clearPdnCache: { type: "boolean" },
|
|
130661
|
-
pdnHost: { type: "string" }
|
|
130662
|
-
}
|
|
130663
|
-
}
|
|
130664
|
-
}
|
|
130665
|
-
],
|
|
130666
130643
|
"@modern-js/plugin-ssg": [
|
|
130667
130644
|
{
|
|
130668
130645
|
target: "output.ssg",
|
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-20220726080048",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -25,14 +25,14 @@
|
|
|
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-
|
|
35
|
-
"@modern-js/utils": "
|
|
28
|
+
"@modern-js/generator-common": "0.0.0-canary-20220726080048",
|
|
29
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220726080048",
|
|
30
|
+
"@modern-js/module-generator": "0.0.0-canary-20220726080048",
|
|
31
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220726080048",
|
|
32
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220726080048",
|
|
33
|
+
"@modern-js/base-generator": "0.0.0-canary-20220726080048",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220726080048",
|
|
35
|
+
"@modern-js/utils": "0.0.0-canary-20220726080048",
|
|
36
36
|
"@types/jest": "^27",
|
|
37
37
|
"@types/node": "^14",
|
|
38
38
|
"typescript": "^4",
|