@coana-tech/cli 14.9.30 → 14.9.31
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/cli.mjs +3 -2
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -206768,8 +206768,9 @@ function shouldIgnoreDir(dir) {
|
|
|
206768
206768
|
"obj",
|
|
206769
206769
|
".yarn",
|
|
206770
206770
|
// created by the yarn package manager
|
|
206771
|
-
".bingo"
|
|
206771
|
+
".bingo",
|
|
206772
206772
|
// created by the Bingo package manager, which can be used with Go projects
|
|
206773
|
+
"site-packages"
|
|
206773
206774
|
];
|
|
206774
206775
|
return dirsToIgnore.includes(dir);
|
|
206775
206776
|
}
|
|
@@ -221972,7 +221973,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
221972
221973
|
}
|
|
221973
221974
|
|
|
221974
221975
|
// dist/version.js
|
|
221975
|
-
var version2 = "14.9.
|
|
221976
|
+
var version2 = "14.9.31";
|
|
221976
221977
|
|
|
221977
221978
|
// ../../node_modules/.pnpm/axios@1.9.0/node_modules/axios/lib/helpers/bind.js
|
|
221978
221979
|
function bind2(fn2, thisArg) {
|