@alexanderfortin/pi-tavily-tools 0.5.14 → 0.5.15
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 +8 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.5.15] - 2026-05-22
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **deps**: update dependencies (#58)
|
|
15
|
+
|
|
10
16
|
## [0.5.14] - 2026-05-12
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -186,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
186
192
|
|
|
187
193
|
- Initial release with `web_search` tool using Tavily
|
|
188
194
|
|
|
189
|
-
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.
|
|
195
|
+
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.15...HEAD
|
|
196
|
+
[0.5.15]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.14...v0.5.15
|
|
190
197
|
[0.5.14]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.13...v0.5.14
|
|
191
198
|
[0.5.13]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.12...v0.5.13
|
|
192
199
|
[0.5.12]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.11...v0.5.12
|
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.15",
|
|
5
5
|
"description": "Pi coding agent extension for web search and content extraction using Tavily",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi-package",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"@semantic-release/npm": "13.1.5",
|
|
74
74
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
75
75
|
"@sinclair/typebox": "0.34.49",
|
|
76
|
-
"@types/bun": "1.3.
|
|
77
|
-
"@types/node": "25.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
79
|
-
"@typescript-eslint/parser": "8.59.
|
|
80
|
-
"eslint": "10.
|
|
76
|
+
"@types/bun": "1.3.14",
|
|
77
|
+
"@types/node": "25.9.1",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "8.59.4",
|
|
79
|
+
"@typescript-eslint/parser": "8.59.4",
|
|
80
|
+
"eslint": "10.4.0",
|
|
81
81
|
"eslint-config-prettier": "10.1.8",
|
|
82
82
|
"prettier": "3.8.3",
|
|
83
83
|
"prettier-plugin-organize-imports": "4.3.0",
|