@modern-js/repo-generator 0.0.0-canary-20220712140640 → 0.0.0-canary-20220713095219
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/js/node/main.js +8 -14
- package/package.json +8 -8
package/dist/js/node/main.js
CHANGED
|
@@ -104751,9 +104751,6 @@ exports.INTERNAL_PLUGINS = {
|
|
|
104751
104751
|
cli: '@modern-js/plugin-multiprocess/cli',
|
|
104752
104752
|
},
|
|
104753
104753
|
'@modern-js/plugin-nocode': { cli: '@modern-js/plugin-nocode/cli' },
|
|
104754
|
-
'@modern-js/plugin-design-token': {
|
|
104755
|
-
cli: '@modern-js/plugin-design-token/cli',
|
|
104756
|
-
},
|
|
104757
104754
|
};
|
|
104758
104755
|
/**
|
|
104759
104756
|
* The schema registered in the plugin.
|
|
@@ -104816,6 +104813,14 @@ exports.PLUGIN_SCHEMAS = {
|
|
|
104816
104813
|
target: 'tools.tailwindcss',
|
|
104817
104814
|
schema: { typeof: ['object', 'function'] },
|
|
104818
104815
|
},
|
|
104816
|
+
{
|
|
104817
|
+
target: 'source.designSystem',
|
|
104818
|
+
schema: { typeof: ['object'] },
|
|
104819
|
+
},
|
|
104820
|
+
{
|
|
104821
|
+
target: 'source.designSystem.supportStyledComponents',
|
|
104822
|
+
schema: { type: ['boolean'] },
|
|
104823
|
+
},
|
|
104819
104824
|
],
|
|
104820
104825
|
'@modern-js/plugin-proxy': [
|
|
104821
104826
|
{
|
|
@@ -104862,17 +104867,6 @@ exports.PLUGIN_SCHEMAS = {
|
|
|
104862
104867
|
schema: { type: ['boolean', 'object'] },
|
|
104863
104868
|
},
|
|
104864
104869
|
],
|
|
104865
|
-
'@modern-js/plugin-design-token': [
|
|
104866
|
-
// Legacy Features
|
|
104867
|
-
{
|
|
104868
|
-
target: 'source.designSystem',
|
|
104869
|
-
schema: { typeof: ['object'] },
|
|
104870
|
-
},
|
|
104871
|
-
{
|
|
104872
|
-
target: 'source.designSystem.supportStyledComponents',
|
|
104873
|
-
schema: { type: ['boolean'] },
|
|
104874
|
-
},
|
|
104875
|
-
],
|
|
104876
104870
|
'@modern-js/plugin-router': [
|
|
104877
104871
|
{
|
|
104878
104872
|
target: 'runtime.router',
|
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-20220713095219",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/js/node/main.js",
|
|
17
17
|
"files": [
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"@modern-js/codesmith": "^1.3.0",
|
|
27
27
|
"@modern-js/codesmith-api-app": "^1.2.5",
|
|
28
28
|
"@modern-js/codesmith-tools": "^1.2.1",
|
|
29
|
-
"@modern-js/generator-common": "0.0.0-canary-
|
|
30
|
-
"@modern-js/generator-utils": "0.0.0-canary-
|
|
31
|
-
"@modern-js/module-generator": "0.0.0-canary-
|
|
32
|
-
"@modern-js/monorepo-generator": "0.0.0-canary-
|
|
33
|
-
"@modern-js/mwa-generator": "0.0.0-canary-
|
|
29
|
+
"@modern-js/generator-common": "0.0.0-canary-20220713095219",
|
|
30
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220713095219",
|
|
31
|
+
"@modern-js/module-generator": "0.0.0-canary-20220713095219",
|
|
32
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220713095219",
|
|
33
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220713095219",
|
|
34
34
|
"@modern-js/base-generator": "1.4.5",
|
|
35
|
-
"@modern-js/generator-plugin": "0.0.0-canary-
|
|
36
|
-
"@modern-js/utils": "
|
|
35
|
+
"@modern-js/generator-plugin": "0.0.0-canary-20220713095219",
|
|
36
|
+
"@modern-js/utils": "0.0.0-canary-20220713095219",
|
|
37
37
|
"@types/jest": "^27",
|
|
38
38
|
"@types/node": "^14",
|
|
39
39
|
"typescript": "^4",
|