@5ss/ai-tools 3.7.2 → 3.7.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/CHANGELOG.md +11 -1
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@5ss/ai-tools` are documented here.
|
|
4
4
|
|
|
5
|
-
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Releases are cut by [semantic-release](https://semantic-release.gitbook.io/)
|
|
5
|
+
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Releases are cut by [semantic-release](https://semantic-release.gitbook.io/) on every push to `main`.
|
|
6
|
+
|
|
7
|
+
## [3.7.3](https://github.com/five-star-solutions-co/ai-tools/compare/v3.7.2...v3.7.3) (2026-08-29)
|
|
8
|
+
|
|
9
|
+
### Code Refactoring
|
|
10
|
+
|
|
11
|
+
* **core:** configure semantic-release to release on every push to main ([b58a887](https://github.com/five-star-solutions-co/ai-tools/commit/b58a887551538549812333660ecb073c4f4afe46))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
* **core:** update dependencies ([9de12e3](https://github.com/five-star-solutions-co/ai-tools/commit/9de12e3dc11d5015a34c74bd497539309bd7239f))
|
|
6
16
|
|
|
7
17
|
## [3.7.2](https://github.com/five-star-solutions-co/ai-tools/compare/v3.7.1...v3.7.2) (2026-08-29)
|
|
8
18
|
|
package/README.md
CHANGED
|
@@ -200,13 +200,13 @@ Codegen owns `package.json` exports for packs under `src/modules|vendors/<key>/`
|
|
|
200
200
|
|
|
201
201
|
## Release
|
|
202
202
|
|
|
203
|
-
**[semantic-release](https://semantic-release.gitbook.io/)** on
|
|
203
|
+
**[semantic-release](https://semantic-release.gitbook.io/)** on every push to `main`. No manual version bump. Commit type only chooses the bump.
|
|
204
204
|
|
|
205
205
|
| Commit | Version |
|
|
206
206
|
| --- | --- |
|
|
207
207
|
| `feat:` | minor |
|
|
208
|
-
| `fix:` / `perf:` / `refactor:` | patch |
|
|
209
208
|
| `BREAKING CHANGE` / `type!:` | major |
|
|
209
|
+
| anything else | patch |
|
|
210
210
|
|
|
211
211
|
Details: [docs/versioning.md](./docs/versioning.md).
|
|
212
212
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5ss/ai-tools",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.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",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"papaparse": "5.7.0",
|
|
270
270
|
"postal-mime": "3.0.0",
|
|
271
271
|
"sharp": "0.35.4",
|
|
272
|
-
"zod": "4.5.
|
|
272
|
+
"zod": "4.5.4"
|
|
273
273
|
},
|
|
274
274
|
"devDependencies": {
|
|
275
275
|
"@mastra/core": "1.63.2",
|