@vibgrate/cli 2026.717.1 → 2026.718.2
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/README.md +26 -0
- package/dist/baseline-DKPQWOQ6.js +6 -0
- package/dist/{baseline-YWGSHCKW.js.map → baseline-DKPQWOQ6.js.map} +1 -1
- package/dist/{chunk-WZNIDXZP.js → chunk-BFXDF6ZE.js} +3 -3
- package/dist/{chunk-WZNIDXZP.js.map → chunk-BFXDF6ZE.js.map} +1 -1
- package/dist/{chunk-L42NVMD6.js → chunk-H5M7CXE6.js} +35 -12
- package/dist/chunk-H5M7CXE6.js.map +1 -0
- package/dist/{chunk-M62BGJMK.js → chunk-RME7BFMU.js} +3 -3
- package/dist/{chunk-M62BGJMK.js.map → chunk-RME7BFMU.js.map} +1 -1
- package/dist/cli.js +192 -12
- 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-YWGSHCKW.js +0 -6
- package/dist/chunk-L42NVMD6.js.map +0 -1
|
@@ -19,7 +19,7 @@ import * as zlib from 'zlib';
|
|
|
19
19
|
import { promisify } from 'util';
|
|
20
20
|
|
|
21
21
|
// src/version.ts
|
|
22
|
-
var VERSION = "2026.
|
|
22
|
+
var VERSION = "2026.718.2";
|
|
23
23
|
var TOP_LEVEL_NODE_MODULES = /^node_modules\/((?:@[^/]+\/)?[^/]+)$/;
|
|
24
24
|
function parsePackageLock(json) {
|
|
25
25
|
const out = /* @__PURE__ */ new Map();
|
|
@@ -11686,5 +11686,5 @@ async function writeTextFile2(filePath, content) {
|
|
|
11686
11686
|
}
|
|
11687
11687
|
|
|
11688
11688
|
export { PROJECT_TYPE_TO_OSV_ECOSYSTEM, VERSION, brandProgressBar, buildVersionTimelines, compactUiPurpose, computeDriftScore, computeRepoFingerprint, computeUpgradeImpact, detectVcs, driftBar, ensureDir2 as ensureDir, fetchRiskySymbols, fetchScanPreflight, findPackageAnyEcosystem, findPackageTimeline, findVersionCrossings, getChangelogSignals, gitHistoryAvailable, loadConfig, normalizeConstraint, parseDsn, pathExists2 as pathExists, prepareCompressedUpload, projectTypeToVulnEcosystem, readJsonFile2 as readJsonFile, resolveHead, resolveRepositoryName, runCoreScan, severityRank, titleBox, versionSatisfies, workingTreeDirty, writeDefaultConfig, writeJsonFile2 as writeJsonFile, writeTextFile2 as writeTextFile };
|
|
11689
|
-
//# sourceMappingURL=chunk-
|
|
11690
|
-
//# sourceMappingURL=chunk-
|
|
11689
|
+
//# sourceMappingURL=chunk-RME7BFMU.js.map
|
|
11690
|
+
//# sourceMappingURL=chunk-RME7BFMU.js.map
|