@symbo.ls/cli 2.11.369 → 2.11.370

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/fetch.js CHANGED
@@ -44,8 +44,6 @@ export const fetchFromCli = async (opts) => {
44
44
 
45
45
  console.log('\nFetching from:', chalk.bold(endpoint), '\n')
46
46
 
47
- console.log('metadata')
48
- console.log(metadata, metadataOpt)
49
47
  const body = await fetchRemote(key, {
50
48
  endpoint,
51
49
  metadata: metadata || metadataOpt,
package/bin/fs.js CHANGED
@@ -185,8 +185,6 @@ export async function createFs (
185
185
  // fs.writeFileSync(destPath, genStr)
186
186
  // }
187
187
 
188
- console.log(LOCAL_CONFIG_PATH)
189
- console.log(LOCAL_CONFIG_PATH2)
190
188
  await fs.writeFileSync(LOCAL_CONFIG_PATH, '{}')
191
189
  }
192
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.369",
3
+ "version": "2.11.370",
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": "556bcf2a422abe3d198bc8499255aaf5f0db7e45"
29
+ "gitHead": "74a36a111e06c34c7eb17326f262de6c08b28c19"
30
30
  }