@vibgrate/cli 2026.703.3 → 2026.703.4
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/dist/baseline-YIXK7MXF.js +6 -0
- package/dist/{baseline-ZBXJONQ6.js.map → baseline-YIXK7MXF.js.map} +1 -1
- package/dist/{chunk-2PJRXVUW.js → chunk-HRETUZQJ.js} +4 -4
- package/dist/chunk-HRETUZQJ.js.map +1 -0
- package/dist/{chunk-FPUNJNXD.js → chunk-O5R2MV6Z.js} +3 -3
- package/dist/{chunk-FPUNJNXD.js.map → chunk-O5R2MV6Z.js.map} +1 -1
- package/dist/{chunk-J4DFLN2Q.js → chunk-SXKYCVEQ.js} +3 -3
- package/dist/{chunk-J4DFLN2Q.js.map → chunk-SXKYCVEQ.js.map} +1 -1
- package/dist/cli.js +8 -7
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/baseline-ZBXJONQ6.js +0 -6
- package/dist/chunk-2PJRXVUW.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"baseline-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"baseline-YIXK7MXF.js"}
|
|
@@ -20,7 +20,7 @@ import * as zlib from 'zlib';
|
|
|
20
20
|
import { promisify } from 'util';
|
|
21
21
|
|
|
22
22
|
// src/version.ts
|
|
23
|
-
var VERSION = "2026.703.
|
|
23
|
+
var VERSION = "2026.703.4";
|
|
24
24
|
var TOP_LEVEL_NODE_MODULES = /^node_modules\/((?:@[^/]+\/)?[^/]+)$/;
|
|
25
25
|
function parsePackageLock(json) {
|
|
26
26
|
const out = /* @__PURE__ */ new Map();
|
|
@@ -10662,7 +10662,7 @@ async function runCoreScan(rootDir, opts, advanced) {
|
|
|
10662
10662
|
await writeTextFile(path29.resolve(opts.out), markdown);
|
|
10663
10663
|
}
|
|
10664
10664
|
} else {
|
|
10665
|
-
const text = formatText(artifact, { free: !parsedDsn });
|
|
10665
|
+
const text = formatText(artifact, { free: !parsedDsn && !opts.quiet });
|
|
10666
10666
|
console.log(text);
|
|
10667
10667
|
if (opts.out) {
|
|
10668
10668
|
await writeTextFile(path29.resolve(opts.out), text);
|
|
@@ -11385,5 +11385,5 @@ async function writeTextFile2(filePath, content) {
|
|
|
11385
11385
|
}
|
|
11386
11386
|
|
|
11387
11387
|
export { VERSION, brandProgressBar, buildVersionTimelines, computeRepoFingerprint, computeUpgradeImpact, detectVcs, driftBar, ensureDir2 as ensureDir, fetchScanPreflight, findPackageAnyEcosystem, findPackageTimeline, findVersionCrossings, getChangelogSignals, gitHistoryAvailable, normalizeConstraint, parseDsn, pathExists2 as pathExists, prepareCompressedUpload, projectTypeToVulnEcosystem, readJsonFile2 as readJsonFile, resolveRepositoryName, runCoreScan, severityRank, titleBox, versionSatisfies, writeDefaultConfig, writeJsonFile2 as writeJsonFile, writeTextFile2 as writeTextFile };
|
|
11388
|
-
//# sourceMappingURL=chunk-
|
|
11389
|
-
//# sourceMappingURL=chunk-
|
|
11388
|
+
//# sourceMappingURL=chunk-HRETUZQJ.js.map
|
|
11389
|
+
//# sourceMappingURL=chunk-HRETUZQJ.js.map
|