@5ss/ai-tools 3.7.0 → 3.7.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/CHANGELOG.md +2 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to `@5ss/ai-tools` are documented here.
4
4
 
5
5
  Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Releases are cut by [semantic-release](https://semantic-release.gitbook.io/) from [conventional commits](https://www.conventionalcommits.org/).
6
6
 
7
+ ## [3.7.1](https://github.com/five-star-solutions-co/ai-tools/compare/v3.7.0...v3.7.1) (2026-08-29)
8
+
7
9
  ## [3.7.0](https://github.com/five-star-solutions-co/ai-tools/compare/v3.6.0...v3.7.0) (2026-08-29)
8
10
 
9
11
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5ss/ai-tools",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
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",
@@ -255,8 +255,8 @@
255
255
  "dependencies": {
256
256
  "aws4fetch": "1.0.20",
257
257
  "decimal.js": "10.6.0",
258
- "es-toolkit": "1.51.0",
259
- "fast-xml-parser": "5.11.0",
258
+ "es-toolkit": "1.52.0",
259
+ "fast-xml-parser": "5.11.1",
260
260
  "fflate": "0.8.3",
261
261
  "file-type": "22.0.2",
262
262
  "html-to-text": "10.0.1",
@@ -264,16 +264,16 @@
264
264
  "mime": "4.1.0",
265
265
  "mimetext": "3.0.28",
266
266
  "ofetch": "1.5.1",
267
- "p-map": "7.0.6",
267
+ "p-map": "7.0.7",
268
268
  "p-retry": "8.0.0",
269
269
  "papaparse": "5.7.0",
270
270
  "postal-mime": "3.0.0",
271
- "sharp": "0.35.3",
272
- "zod": "4.4.3"
271
+ "sharp": "0.35.4",
272
+ "zod": "4.5.2"
273
273
  },
274
274
  "devDependencies": {
275
- "@mastra/core": "1.61.0",
276
- "@mastra/pg": "1.21.1",
275
+ "@mastra/core": "1.63.2",
276
+ "@mastra/pg": "1.22.2",
277
277
  "@modelcontextprotocol/sdk": "1.30.0",
278
278
  "@semantic-release/changelog": "7.0.0",
279
279
  "@semantic-release/commit-analyzer": "13.0.1",
@@ -281,14 +281,14 @@
281
281
  "@semantic-release/github": "12.0.9",
282
282
  "@semantic-release/npm": "13.1.5",
283
283
  "@semantic-release/release-notes-generator": "14.1.1",
284
- "@tanstack/ai": "0.49.1",
284
+ "@tanstack/ai": "0.52.0",
285
285
  "@types/bun": "1.4.0",
286
286
  "@types/html-to-text": "9.0.4",
287
287
  "@types/papaparse": "5.5.2",
288
- "ai": "7.0.79",
288
+ "ai": "7.0.84",
289
289
  "conventional-changelog-conventionalcommits": "10.4.0",
290
290
  "conventional-changelog-writer": "^9.2.1",
291
- "lefthook": "2.1.10",
291
+ "lefthook": "2.1.12",
292
292
  "oxc-parser": "0.147.0",
293
293
  "oxfmt": "0.65.0",
294
294
  "oxlint": "1.80.0",