@alexanderfortin/pi-tavily-tools 0.6.8 → 0.6.9
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 +7 -7
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.6.9] - 2026-09-23
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **deps**: update dependencies, Pi to v0.87.1 (#87)
|
|
15
|
+
|
|
10
16
|
## [0.6.8] - 2026-09-20
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -281,7 +287,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
281
287
|
|
|
282
288
|
- Initial release with `web_search` tool using Tavily
|
|
283
289
|
|
|
284
|
-
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.
|
|
290
|
+
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.9...HEAD
|
|
291
|
+
[0.6.9]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.8...v0.6.9
|
|
285
292
|
[0.6.8]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.7...v0.6.8
|
|
286
293
|
[0.6.7]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.6...v0.6.7
|
|
287
294
|
[0.6.6]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.5...v0.6.6
|
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.9",
|
|
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.14",
|
|
65
65
|
"@earendil-works/pi-ai": "0.85.1",
|
|
66
66
|
"@earendil-works/pi-coding-agent": "0.85.1",
|
|
67
67
|
"@earendil-works/pi-tui": "0.85.1",
|
|
@@ -69,17 +69,17 @@
|
|
|
69
69
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
70
70
|
"@semantic-release/exec": "7.1.0",
|
|
71
71
|
"@semantic-release/git": "11.0.1",
|
|
72
|
-
"@semantic-release/github": "12.0.
|
|
73
|
-
"@semantic-release/npm": "13.
|
|
72
|
+
"@semantic-release/github": "^12.0.10",
|
|
73
|
+
"@semantic-release/npm": "^13.2.0",
|
|
74
74
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
75
75
|
"@sinclair/typebox": "0.34.49",
|
|
76
76
|
"@types/bun": "^1.4.2",
|
|
77
77
|
"@types/node": "^26.6.2",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^8.70.
|
|
79
|
-
"@typescript-eslint/parser": "^8.70.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.70.1",
|
|
79
|
+
"@typescript-eslint/parser": "^8.70.1",
|
|
80
80
|
"eslint": "^10.11.0",
|
|
81
81
|
"eslint-config-prettier": "10.1.8",
|
|
82
|
-
"prettier": "^3.9.
|
|
82
|
+
"prettier": "^3.9.9",
|
|
83
83
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
84
84
|
"semantic-release": "25.0.9",
|
|
85
85
|
"typescript": "6"
|