@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Make report visual verification work with standalone reports, lazy-loaded findings, and repositories whose architecture starts at a domain or group rather than an app.
8
+
3
9
  ## 1.6.3
4
10
 
5
11
  ### Patch Changes
package/action.yml CHANGED
@@ -20,7 +20,7 @@ inputs:
20
20
  package-version:
21
21
  description: Exact @agentskit/doc-bridge npm version (kept in sync with this Action release)
22
22
  required: false
23
- default: '1.6.3'
23
+ default: '1.6.4'
24
24
 
25
25
  runs:
26
26
  using: composite
@@ -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.3";
1451
+ var PACKAGE_VERSION = "1.6.4";
1452
1452
 
1453
1453
  // src/index-builder/capabilities.ts
1454
1454
  var renderCapabilitiesJson = (config, index, paths) => {