📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
"use strict";
|
||||
|
||||
const { loadBundledCatalog, syntheticCatalog, judgment, notApplicable } = require("./catalog");
|
||||
const { recommendStack, eligibility } = require("./recommend");
|
||||
const { loadBundledCatalog, syntheticCatalog } = require("./catalog");
|
||||
const { composeStack } = require("./selection");
|
||||
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");
|
||||
const evidence = require("./evidence");
|
||||
|
||||
module.exports = {
|
||||
...versions,
|
||||
loadBundledCatalog,
|
||||
syntheticCatalog,
|
||||
judgment,
|
||||
notApplicable,
|
||||
recommendStack,
|
||||
eligibility,
|
||||
composeStack,
|
||||
canonicalJson,
|
||||
canonicalize,
|
||||
sha256,
|
||||
@@ -26,4 +24,7 @@ module.exports = {
|
||||
stack,
|
||||
cache,
|
||||
transaction,
|
||||
evidence,
|
||||
createSelectionEvidence: evidence.createSelectionEvidence,
|
||||
validateSelectionEvidence: evidence.validateSelectionEvidence,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user