@alexanderfortin/pi-tavily-tools 0.6.0 → 0.6.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.
- package/CHANGELOG.md +9 -1
- package/package.json +9 -9
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.6.1] - 2026-06-14
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **deps-ci**: bump codecov/codecov-action from 6 to 7 (#64)
|
|
15
|
+
- **deps**: update dependencies (#65)
|
|
16
|
+
|
|
10
17
|
## [0.6.0] - 2026-06-10
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -220,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
220
227
|
|
|
221
228
|
- Initial release with `web_search` tool using Tavily
|
|
222
229
|
|
|
223
|
-
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.
|
|
230
|
+
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.1...HEAD
|
|
231
|
+
[0.6.1]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.0...v0.6.1
|
|
224
232
|
[0.6.0]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.18...v0.6.0
|
|
225
233
|
[0.5.18]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.17...v0.5.18
|
|
226
234
|
[0.5.17]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.16...v0.5.17
|
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.6.
|
|
4
|
+
"version": "0.6.1",
|
|
5
5
|
"description": "Pi coding agent extension for web search and content extraction using Tavily",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi-package",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"release:dry-run": "semantic-release --dry-run"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@alexanderfortin/semantic-release-keep-a-changelog": "^0.4.
|
|
64
|
+
"@alexanderfortin/semantic-release-keep-a-changelog": "^0.4.2",
|
|
65
65
|
"@earendil-works/pi-ai": "0.74.0",
|
|
66
66
|
"@earendil-works/pi-coding-agent": "0.74.0",
|
|
67
67
|
"@earendil-works/pi-tui": "0.74.0",
|
|
@@ -74,18 +74,18 @@
|
|
|
74
74
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
75
75
|
"@sinclair/typebox": "0.34.49",
|
|
76
76
|
"@types/bun": "1.3.14",
|
|
77
|
-
"@types/node": "^25.9.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
79
|
-
"@typescript-eslint/parser": "^8.
|
|
80
|
-
"eslint": "10.
|
|
77
|
+
"@types/node": "^25.9.3",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
79
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
80
|
+
"eslint": "^10.5.0",
|
|
81
81
|
"eslint-config-prettier": "10.1.8",
|
|
82
|
-
"prettier": "3.8.
|
|
82
|
+
"prettier": "^3.8.4",
|
|
83
83
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
84
|
-
"semantic-release": "25.0.
|
|
84
|
+
"semantic-release": "^25.0.5",
|
|
85
85
|
"typescript": "6.0.3"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@tavily/core": "^0.7.
|
|
88
|
+
"@tavily/core": "^0.7.6",
|
|
89
89
|
"temporal-polyfill": "0.3.2"
|
|
90
90
|
}
|
|
91
91
|
}
|