@alexanderfortin/pi-tavily-tools 0.6.7 → 0.6.8

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 +8 -1
  2. package/package.json +5 -5
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.8] - 2026-09-20
11
+
12
+ ### Changed
13
+
14
+ - **deps**: update dependencies, Tavily to v0.7.13 (#86)
15
+
10
16
  ## [0.6.7] - 2026-09-15
11
17
 
12
18
  ### Changed
@@ -275,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
275
281
 
276
282
  - Initial release with `web_search` tool using Tavily
277
283
 
278
- [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.7...HEAD
284
+ [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.8...HEAD
285
+ [0.6.8]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.7...v0.6.8
279
286
  [0.6.7]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.6...v0.6.7
280
287
  [0.6.6]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.5...v0.6.6
281
288
  [0.6.5]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.4...v0.6.5
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.7",
4
+ "version": "0.6.8",
5
5
  "description": "Pi coding agent extension for web search and content extraction using Tavily",
6
6
  "keywords": [
7
7
  "pi-package",
@@ -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.4.2",
77
- "@types/node": "^26.5.1",
77
+ "@types/node": "^26.6.2",
78
78
  "@typescript-eslint/eslint-plugin": "^8.70.0",
79
79
  "@typescript-eslint/parser": "^8.70.0",
80
- "eslint": "10.10.0",
80
+ "eslint": "^10.11.0",
81
81
  "eslint-config-prettier": "10.1.8",
82
- "prettier": "3.9.6",
82
+ "prettier": "^3.9.8",
83
83
  "prettier-plugin-organize-imports": "4.3.0",
84
84
  "semantic-release": "25.0.9",
85
85
  "typescript": "6"
86
86
  },
87
87
  "dependencies": {
88
- "@tavily/core": "^0.7.12",
88
+ "@tavily/core": "^0.7.13",
89
89
  "temporal-polyfill": "^1.0.5"
90
90
  }
91
91
  }