@alexanderfortin/pi-tavily-tools 0.5.16 → 0.5.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.5.18] - 2026-06-03
11
+
12
+ ### Changed
13
+
14
+ - **deps**: update dependencies (#62)
15
+
16
+ ## [0.5.17] - 2026-05-27
17
+
18
+ ### Changed
19
+
20
+ - **deps**: update dependencies (#60)
21
+
10
22
  ## [0.5.16] - 2026-05-25
11
23
 
12
24
  ### Fixed
@@ -198,7 +210,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198
210
 
199
211
  - Initial release with `web_search` tool using Tavily
200
212
 
201
- [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.16...HEAD
213
+ [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.18...HEAD
214
+ [0.5.18]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.17...v0.5.18
215
+ [0.5.17]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.16...v0.5.17
202
216
  [0.5.16]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.15...v0.5.16
203
217
  [0.5.15]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.14...v0.5.15
204
218
  [0.5.14]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.13...v0.5.14
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.16",
4
+ "version": "0.5.18",
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.2.2",
64
+ "@alexanderfortin/semantic-release-keep-a-changelog": "^0.3.0",
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",
@@ -75,9 +75,9 @@
75
75
  "@sinclair/typebox": "0.34.49",
76
76
  "@types/bun": "1.3.14",
77
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",
78
+ "@typescript-eslint/eslint-plugin": "^8.60.1",
79
+ "@typescript-eslint/parser": "^8.60.1",
80
+ "eslint": "10.4.1",
81
81
  "eslint-config-prettier": "10.1.8",
82
82
  "prettier": "3.8.3",
83
83
  "prettier-plugin-organize-imports": "4.3.0",
@@ -85,7 +85,7 @@
85
85
  "typescript": "6.0.3"
86
86
  },
87
87
  "dependencies": {
88
- "@tavily/core": "0.7.3",
88
+ "@tavily/core": "^0.7.5",
89
89
  "temporal-polyfill": "0.3.2"
90
90
  }
91
91
  }