@symbo.ls/cli 2.11.175 → 2.11.176
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/bin/convert.js +4 -3
- package/package.json +3 -2
package/bin/convert.js
CHANGED
|
@@ -17,11 +17,12 @@ global.document = window.document
|
|
|
17
17
|
|
|
18
18
|
const INTERNAL_UIKIT_CONF = {
|
|
19
19
|
excludedComponents: [
|
|
20
|
-
// We have our own
|
|
20
|
+
// We have our own implementations of these components
|
|
21
21
|
'Svg',
|
|
22
|
-
|
|
23
|
-
// We have our own React Box implementation
|
|
24
22
|
'Box',
|
|
23
|
+
'Icon',
|
|
24
|
+
'IconText',
|
|
25
|
+
'Tooltip',
|
|
25
26
|
|
|
26
27
|
// These are not domql objects
|
|
27
28
|
'keySetters',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.176",
|
|
4
4
|
"description": "Fetch your Symbols configuration",
|
|
5
5
|
"main": "bin/fetch.js",
|
|
6
6
|
"author": "Symbols",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"vpatch": "npm version patch && npm publish"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
+
"@symbo.ls/fetch": "latest",
|
|
18
19
|
"@symbo.ls/init": "latest",
|
|
19
20
|
"@symbo.ls/socket": "latest",
|
|
20
21
|
"chalk": "^5.0.0",
|
|
@@ -25,5 +26,5 @@
|
|
|
25
26
|
"node-fetch": "^3.1.0",
|
|
26
27
|
"v8-compile-cache": "^2.3.0"
|
|
27
28
|
},
|
|
28
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1b4bac06a4a20f29d922916fb89f13bf5d51fc79"
|
|
29
30
|
}
|