@symbo.ls/cli 2.11.194 → 2.11.196

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  import chalk from 'chalk'
4
4
  import { program } from './program.js'
5
- import { convert, convertDomqlModule } from '@symbo.ls/convert'
5
+ import convert, { convertDomqlModule } from '@symbo.ls/convert'
6
6
 
7
7
  const TMP_DIR_NAME = '.smbls_convert_tmp'
8
8
 
@@ -70,9 +70,7 @@ const packagesToLink = [
70
70
  '@symbo.ls/react-atoms',
71
71
  '@symbo.ls/react-box',
72
72
  '@symbo.ls/react-icon',
73
- '@symbo.ls/react-button',
74
- '@symbo.ls/react-provider',
75
- '@symbo.ls/react-tooltip'
73
+ '@symbo.ls/react-provider'
76
74
  ]
77
75
 
78
76
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.194",
3
+ "version": "2.11.196",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "@symbo.ls/convert": "latest"
29
29
  },
30
- "gitHead": "a3cac5bdbabbf0860e278e7362d7326f9c9c075e"
30
+ "gitHead": "1b2605b13e21e72969b930a49a098169ee710360"
31
31
  }