@inkeep/agents-core 0.0.0-dev-20251202000810 → 0.0.0-dev-20251202011224

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20251202000810",
3
+ "version": "0.0.0-dev-20251202011224",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -157,7 +157,7 @@
157
157
  "test:integration": "vitest --run src/__tests__/integration/",
158
158
  "test:coverage": "vitest --run --coverage",
159
159
  "test:watch": "vitest --watch",
160
- "lint": "biome lint src",
160
+ "lint": "biome lint --error-on-warnings",
161
161
  "lint:fix": "biome check --write src",
162
162
  "format": "biome format --write src",
163
163
  "format:check": "biome format src",