@zabaca/lattice 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -642,7 +642,7 @@ var VoyageEmbeddingResponseSchema = z3.object({
642
642
  })),
643
643
  model: z3.string(),
644
644
  usage: z3.object({
645
- total_tokens: z3.number().int().positive()
645
+ total_tokens: z3.number().int().nonnegative()
646
646
  })
647
647
  });
648
648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zabaca/lattice",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Human-initiated, AI-powered knowledge graph for markdown documentation",
5
5
  "type": "module",
6
6
  "bin": {