📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-18 00:02:59 +00:00
parent 82f7c6e56a
commit 47ce7f78dc
1446 changed files with 141041 additions and 6442 deletions
@@ -0,0 +1,29 @@
"use strict";
const { loadBundledCatalog, syntheticCatalog, judgment, notApplicable } = require("./catalog");
const { recommendStack, eligibility } = require("./recommend");
const { canonicalJson, canonicalize, sha256 } = require("./canonical-json");
const { searchSkills, getSkill, diffCatalogs } = require("./search");
const versions = require("./versions");
const stack = require("./stack");
const cache = require("./cache");
const transaction = require("./transaction");
module.exports = {
...versions,
loadBundledCatalog,
syntheticCatalog,
judgment,
notApplicable,
recommendStack,
eligibility,
canonicalJson,
canonicalize,
sha256,
searchSkills,
getSkill,
diffCatalogs,
stack,
cache,
transaction,
};