@5ss/ai-tools 3.0.1 → 3.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5ss/ai-tools",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Reusable AI tools with strict schemas and model-facing contracts. Define once; project to Node, edge, Mastra, AI SDK, TanStack AI, Cloudflare Workers AI, or MCP.",
5
5
  "license": "MIT",
6
6
  "author": "harryy",
@@ -228,13 +228,14 @@
228
228
  "integration:up:compose": "docker compose -f docker-compose.integration.yml up -d --wait qdrant minio && docker compose -f docker-compose.integration.yml up --no-deps minio-init",
229
229
  "integration:up:supabase": "bunx supabase start",
230
230
  "integration:env": "bun scripts/integration-env.ts",
231
- "integration:up": "bun run --parallel integration:up:compose integration:up:supabase && bun run integration:env",
231
+ "integration:up": "bun scripts/integration-stack.ts up",
232
232
  "integration:down:compose": "docker compose -f docker-compose.integration.yml down --remove-orphans",
233
233
  "integration:down:supabase": "bunx supabase stop",
234
- "integration:down": "bun run --parallel integration:down:compose integration:down:supabase",
234
+ "integration:down": "bun scripts/integration-stack.ts down",
235
235
  "integration:logs": "docker compose -f docker-compose.integration.yml logs -f",
236
- "integration:status": "docker compose -f docker-compose.integration.yml ps && bunx supabase status",
236
+ "integration:status": "bun scripts/integration-stack.ts status",
237
237
  "integration:e2e": "bun scripts/integration-e2e.ts",
238
+ "integration:e2e:ci": "bun scripts/integration-e2e.ts --down",
238
239
  "lint": "oxlint --type-aware src test scripts",
239
240
  "lint:fix": "oxlint --type-aware --fix src test scripts",
240
241
  "format": "oxfmt --write .",
@@ -262,7 +263,7 @@
262
263
  "p-map": "7.0.6",
263
264
  "p-retry": "8.0.0",
264
265
  "papaparse": "5.5.4",
265
- "postal-mime": "2.7.5",
266
+ "postal-mime": "3.0.0",
266
267
  "sharp": "0.35.3",
267
268
  "zod": "4.4.3"
268
269
  },
@@ -276,16 +277,16 @@
276
277
  "@semantic-release/github": "12.0.9",
277
278
  "@semantic-release/npm": "13.1.5",
278
279
  "@semantic-release/release-notes-generator": "14.1.1",
279
- "@tanstack/ai": "0.43.0",
280
+ "@tanstack/ai": "0.44.0",
280
281
  "@types/bun": "1.3.14",
281
282
  "@types/html-to-text": "9.0.4",
282
283
  "@types/papaparse": "5.5.2",
283
- "ai": "7.0.55",
284
- "conventional-changelog-conventionalcommits": "10.2.1",
284
+ "ai": "7.0.62",
285
+ "conventional-changelog-conventionalcommits": "10.3.0",
285
286
  "lefthook": "2.1.10",
286
- "oxc-parser": "0.143.0",
287
- "oxfmt": "0.62.0",
288
- "oxlint": "1.77.0",
287
+ "oxc-parser": "0.144.0",
288
+ "oxfmt": "0.63.0",
289
+ "oxlint": "1.78.0",
289
290
  "oxlint-tsgolint": "7.0.2001",
290
291
  "semantic-release": "25.0.9",
291
292
  "tsdown": "0.22.14",