@modern-js/repo-generator 0.0.0-next-20221121045613 → 0.0.0-next-20221121140557
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 +4 -0
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -139212,6 +139212,10 @@ var require_constants6 = __commonJSMin((exports) => {
|
|
|
139212
139212
|
{
|
|
139213
139213
|
target: "source.designSystem.supportStyledComponents",
|
|
139214
139214
|
schema: { type: ["boolean"] }
|
|
139215
|
+
},
|
|
139216
|
+
{
|
|
139217
|
+
target: "designSystem",
|
|
139218
|
+
schema: { typeof: ["object"] }
|
|
139215
139219
|
}
|
|
139216
139220
|
],
|
|
139217
139221
|
"@modern-js/plugin-router": [
|
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-20221121140557",
|
|
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-next-
|
|
26
|
+
"@modern-js/base-generator": "0.0.0-next-20221121140557",
|
|
27
27
|
"@modern-js/codesmith": "2.0.0",
|
|
28
28
|
"@modern-js/codesmith-api-app": "2.0.0",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
30
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
31
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
33
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
34
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
35
|
-
"@modern-js/utils": "0.0.0-next-
|
|
36
|
-
"@scripts/build": "0.0.0-next-
|
|
37
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-next-20221121140557",
|
|
30
|
+
"@modern-js/generator-plugin": "0.0.0-next-20221121140557",
|
|
31
|
+
"@modern-js/generator-utils": "0.0.0-next-20221121140557",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-next-20221121140557",
|
|
33
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20221121140557",
|
|
34
|
+
"@modern-js/mwa-generator": "0.0.0-next-20221121140557",
|
|
35
|
+
"@modern-js/utils": "0.0.0-next-20221121140557",
|
|
36
|
+
"@scripts/build": "0.0.0-next-20221121140557",
|
|
37
|
+
"@scripts/jest-config": "0.0.0-next-20221121140557",
|
|
38
38
|
"@types/jest": "^27",
|
|
39
39
|
"@types/node": "^14",
|
|
40
40
|
"jest": "^27",
|