@agentskit/doc-bridge 1.6.3 → 1.6.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/CHANGELOG.md +6 -0
- package/action.yml +1 -1
- package/dist/cli/program.js +1 -1
- package/dist/cli/program.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/mcpb/manifest.json +1 -1
- package/package.json +1 -1
- package/scripts/report-visual-check.mjs +18 -7
- package/skills/doc-bridge-handoff/scripts/resolve-handoff.mjs +1 -1
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
package/action.yml
CHANGED
package/dist/cli/program.js
CHANGED
|
@@ -1448,7 +1448,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
|
|
|
1448
1448
|
};
|
|
1449
1449
|
|
|
1450
1450
|
// src/version.ts
|
|
1451
|
-
var PACKAGE_VERSION = "1.6.
|
|
1451
|
+
var PACKAGE_VERSION = "1.6.4";
|
|
1452
1452
|
|
|
1453
1453
|
// src/index-builder/capabilities.ts
|
|
1454
1454
|
var renderCapabilitiesJson = (config, index, paths) => {
|