@agentskit/doc-bridge 1.6.2 → 1.6.3

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.
@@ -165,6 +165,7 @@ export const ReconciliationReportV1Schema = z
165
165
  entityCount: z.number().int().nonnegative(),
166
166
  relationCount: z.number().int().nonnegative(),
167
167
  diagnosticCount: z.number().int().nonnegative(),
168
+ requiredRelationKinds: z.array(boundedString(128)).max(128).optional(),
168
169
  })
169
170
  .strict(),
170
171
  })
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const PACKAGE_VERSION = '1.6.2'
1
+ export const PACKAGE_VERSION = '1.6.3'