@alexanderfortin/pi-tavily-tools 0.5.13 → 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 +16 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ 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
|
+
|
|
16
|
+
## [0.5.14] - 2026-05-12
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- **deps**: bump release
|
|
21
|
+
- **deps**: update dependencies (#48)
|
|
22
|
+
|
|
10
23
|
## [0.5.13] - 2026-05-08
|
|
11
24
|
|
|
12
25
|
### Fixed
|
|
@@ -179,7 +192,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
179
192
|
|
|
180
193
|
- Initial release with `web_search` tool using Tavily
|
|
181
194
|
|
|
182
|
-
[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
|
|
197
|
+
[0.5.14]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.13...v0.5.14
|
|
183
198
|
[0.5.13]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.12...v0.5.13
|
|
184
199
|
[0.5.12]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.11...v0.5.12
|
|
185
200
|
[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.15",
|
|
5
5
|
"description": "Pi coding agent extension for web search and content extraction using Tavily",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi-package",
|
|
@@ -69,15 +69,15 @@
|
|
|
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
|
-
"@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",
|