📦 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
@@ -1007,7 +1007,12 @@ function main() {
}
if (require.main === module) {
main();
const argv = process.argv.slice(2);
if (["catalog", "stack", "mcp"].includes(argv[0])) {
require("../lib/aas-v1/cli/main").main(argv).then((code) => { process.exitCode = code; });
} else {
main();
}
}
module.exports = {