@alexanderfortin/pi-tavily-tools 0.5.13 → 0.5.14
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 +9 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.5.14] - 2026-05-12
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **deps**: bump release
|
|
15
|
+
- **deps**: update dependencies (#48)
|
|
16
|
+
|
|
10
17
|
## [0.5.13] - 2026-05-08
|
|
11
18
|
|
|
12
19
|
### Fixed
|
|
@@ -179,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
179
186
|
|
|
180
187
|
- Initial release with `web_search` tool using Tavily
|
|
181
188
|
|
|
182
|
-
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.
|
|
189
|
+
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.14...HEAD
|
|
190
|
+
[0.5.14]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.13...v0.5.14
|
|
183
191
|
[0.5.13]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.12...v0.5.13
|
|
184
192
|
[0.5.12]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.11...v0.5.12
|
|
185
193
|
[0.5.11]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.10...v0.5.11
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexanderfortin/pi-tavily-tools",
|
|
3
3
|
"author": "Alexander Fortin",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.14",
|
|
5
5
|
"description": "Pi coding agent extension for web search and content extraction using Tavily",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi-package",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
70
70
|
"@semantic-release/exec": "7.1.0",
|
|
71
71
|
"@semantic-release/git": "10.0.1",
|
|
72
|
-
"@semantic-release/github": "12.0.
|
|
72
|
+
"@semantic-release/github": "12.0.8",
|
|
73
73
|
"@semantic-release/npm": "13.1.5",
|
|
74
|
-
"@semantic-release/release-notes-generator": "14.1.
|
|
74
|
+
"@semantic-release/release-notes-generator": "14.1.1",
|
|
75
75
|
"@sinclair/typebox": "0.34.49",
|
|
76
76
|
"@types/bun": "1.3.13",
|
|
77
|
-
"@types/node": "25.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
79
|
-
"@typescript-eslint/parser": "8.59.
|
|
77
|
+
"@types/node": "25.7.0",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "8.59.3",
|
|
79
|
+
"@typescript-eslint/parser": "8.59.3",
|
|
80
80
|
"eslint": "10.3.0",
|
|
81
81
|
"eslint-config-prettier": "10.1.8",
|
|
82
82
|
"prettier": "3.8.3",
|