@symbo.ls/cli 2.11.365 → 2.11.366

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.
Files changed (2) hide show
  1. package/bin/fetch.js +0 -1
  2. package/package.json +2 -2
package/bin/fetch.js CHANGED
@@ -111,7 +111,6 @@ export const fetchFromCli = async (opts) => {
111
111
  else console.log(debugMsg)
112
112
  }
113
113
 
114
- console.log(convertOpt)
115
114
  if (body.components && convertOpt && framework) {
116
115
  convertFromCli(body.components, { ...opts, framework })
117
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.365",
3
+ "version": "2.11.366",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -26,5 +26,5 @@
26
26
  "node-fetch": "^3.1.0",
27
27
  "v8-compile-cache": "^2.3.0"
28
28
  },
29
- "gitHead": "27ab0a87d9a8ccf8eb50512b96b3015e15610910"
29
+ "gitHead": "c5dea864498c655326d33d751a42af2a2eb42094"
30
30
  }