@modern-js/repo-generator 0.0.0-canary-20220713075115 → 0.0.0-canary-20220713100701
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 +14 -8
- package/package.json +8 -8
package/dist/js/node/main.js
CHANGED
|
@@ -104751,6 +104751,9 @@ 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
|
+
},
|
|
104754
104757
|
};
|
|
104755
104758
|
/**
|
|
104756
104759
|
* The schema registered in the plugin.
|
|
@@ -104813,14 +104816,6 @@ exports.PLUGIN_SCHEMAS = {
|
|
|
104813
104816
|
target: 'tools.tailwindcss',
|
|
104814
104817
|
schema: { typeof: ['object', 'function'] },
|
|
104815
104818
|
},
|
|
104816
|
-
{
|
|
104817
|
-
target: 'source.designSystem',
|
|
104818
|
-
schema: { typeof: ['object'] },
|
|
104819
|
-
},
|
|
104820
|
-
{
|
|
104821
|
-
target: 'source.designSystem.supportStyledComponents',
|
|
104822
|
-
schema: { type: ['boolean'] },
|
|
104823
|
-
},
|
|
104824
104819
|
],
|
|
104825
104820
|
'@modern-js/plugin-proxy': [
|
|
104826
104821
|
{
|
|
@@ -104867,6 +104862,17 @@ exports.PLUGIN_SCHEMAS = {
|
|
|
104867
104862
|
schema: { type: ['boolean', 'object'] },
|
|
104868
104863
|
},
|
|
104869
104864
|
],
|
|
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
|
+
],
|
|
104870
104876
|
'@modern-js/plugin-router': [
|
|
104871
104877
|
{
|
|
104872
104878
|
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-20220713100701",
|
|
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-20220713100701",
|
|
30
|
+
"@modern-js/generator-utils": "0.0.0-canary-20220713100701",
|
|
31
|
+
"@modern-js/module-generator": "0.0.0-canary-20220713100701",
|
|
32
|
+
"@modern-js/monorepo-generator": "0.0.0-canary-20220713100701",
|
|
33
|
+
"@modern-js/mwa-generator": "0.0.0-canary-20220713100701",
|
|
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-20220713100701",
|
|
36
|
+
"@modern-js/utils": "1.7.12",
|
|
37
37
|
"@types/jest": "^27",
|
|
38
38
|
"@types/node": "^14",
|
|
39
39
|
"typescript": "^4",
|