@modern-js/repo-generator 0.0.0-canary-20220926104231 → 0.0.0-canary-20220928092932
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 +3 -2
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -99991,7 +99991,7 @@ var init_solution = __esmMin(() => {
|
|
|
99991
99991
|
mutualExclusion: true,
|
|
99992
99992
|
items: function items(_data, extra) {
|
|
99993
99993
|
var _extra$customPlugin, _extra$customPlugin$c;
|
|
99994
|
-
var items5 = Object.values(Solution).filter(function(solution) {
|
|
99994
|
+
var items5 = ((extra === null || extra === void 0 ? void 0 : extra.solutions) || Object.values(Solution)).filter(function(solution) {
|
|
99995
99995
|
return !(extra !== null && extra !== void 0 && extra.isSubProject && solution === Solution.Monorepo);
|
|
99996
99996
|
}).map(function(solution) {
|
|
99997
99997
|
return {
|
|
@@ -131593,7 +131593,8 @@ var require_chainId2 = __commonJSMin((exports) => {
|
|
|
131593
131593
|
REACT_FAST_REFRESH: "react-fast-refresh",
|
|
131594
131594
|
NODE_POLYFILL_PROVIDE: "node-polyfill-provide",
|
|
131595
131595
|
SUBRESOURCE_INTEGRITY: "subresource-integrity",
|
|
131596
|
-
ASSETS_RETRY: "ASSETS_RETRY"
|
|
131596
|
+
ASSETS_RETRY: "ASSETS_RETRY",
|
|
131597
|
+
AUTO_SET_ROOT_SIZE: "auto-set-root-size"
|
|
131597
131598
|
},
|
|
131598
131599
|
MINIMIZER: {
|
|
131599
131600
|
JS: "js",
|
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-20220928092932",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@babel/runtime": "^7.18.0",
|
|
26
|
-
"@modern-js/base-generator": "0.0.0-canary-
|
|
26
|
+
"@modern-js/base-generator": "0.0.0-canary-20220928092932",
|
|
27
27
|
"@modern-js/codesmith": "^1.5.0",
|
|
28
28
|
"@modern-js/codesmith-api-app": "^1.5.0",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
30
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
31
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
34
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
35
|
-
"@modern-js/utils": "0.0.0-canary-
|
|
36
|
-
"@scripts/build": "0.0.0-canary-
|
|
37
|
-
"@scripts/jest-config": "0.0.0-canary-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-canary-20220928092932",
|
|
30
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220928092932",
|
|
31
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220928092932",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-canary-20220928092932",
|
|
33
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220928092932",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220928092932",
|
|
35
|
+
"@modern-js/utils": "0.0.0-canary-20220928092932",
|
|
36
|
+
"@scripts/build": "0.0.0-canary-20220928092932",
|
|
37
|
+
"@scripts/jest-config": "0.0.0-canary-20220928092932",
|
|
38
38
|
"@types/jest": "^27",
|
|
39
39
|
"@types/node": "^14",
|
|
40
40
|
"jest": "^27",
|