@coana-tech/cli 14.6.10 → 14.6.11

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/cli.mjs +2 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
3
3
  const __dirname = (typeof import.meta.url === 'string' ? new URL('.', import.meta.url).pathname : '');
4
+ const __filename = (typeof import.meta.url === 'string' ? import.meta.url : '');
4
5
  var __create = Object.create;
5
6
  var __defProp = Object.defineProperty;
6
7
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -202368,7 +202369,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
202368
202369
  }
202369
202370
 
202370
202371
  // dist/version.js
202371
- var version2 = "14.6.10";
202372
+ var version2 = "14.6.11";
202372
202373
 
202373
202374
  // dist/cli-core.js
202374
202375
  var { omit, partition, pick } = import_lodash12.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.6.10",
3
+ "version": "14.6.11",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {