@alexanderfortin/pi-tavily-tools 0.6.4 → 0.6.6

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 +19 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.6.6] - 2026-09-12
11
+
12
+ ### Changed
13
+
14
+ - **deps-dev**: update dependencies (#82)
15
+
16
+ ### Fixed
17
+
18
+ - **deps**: bump Tavily core to v0.7.10
19
+
20
+ ## [0.6.5] - 2026-09-07
21
+
22
+ ### Changed
23
+
24
+ - **deps**: update dependencies (#81)
25
+
10
26
  ## [0.6.4] - 2026-09-04
11
27
 
12
28
  ### Changed
@@ -253,7 +269,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253
269
 
254
270
  - Initial release with `web_search` tool using Tavily
255
271
 
256
- [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.4...HEAD
272
+ [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.6...HEAD
273
+ [0.6.6]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.5...v0.6.6
274
+ [0.6.5]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.4...v0.6.5
257
275
  [0.6.4]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.3...v0.6.4
258
276
  [0.6.3]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.2...v0.6.3
259
277
  [0.6.2]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.1...v0.6.2
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",
4
+ "version": "0.6.6",
5
5
  "description": "Pi coding agent extension for web search and content extraction using Tavily",
6
6
  "keywords": [
7
7
  "pi-package",
@@ -61,31 +61,31 @@
61
61
  "release:dry-run": "semantic-release --dry-run"
62
62
  },
63
63
  "devDependencies": {
64
- "@alexanderfortin/semantic-release-keep-a-changelog": "^0.4.13",
65
- "@earendil-works/pi-ai": "0.80.10",
66
- "@earendil-works/pi-coding-agent": "0.80.10",
67
- "@earendil-works/pi-tui": "0.80.10",
68
- "@semantic-release/changelog": "^7.0.0",
64
+ "@alexanderfortin/semantic-release-keep-a-changelog": "0.4.13",
65
+ "@earendil-works/pi-ai": "0.85.1",
66
+ "@earendil-works/pi-coding-agent": "0.85.1",
67
+ "@earendil-works/pi-tui": "0.85.1",
68
+ "@semantic-release/changelog": "7.0.0",
69
69
  "@semantic-release/commit-analyzer": "13.0.1",
70
70
  "@semantic-release/exec": "7.1.0",
71
- "@semantic-release/git": "^11.0.1",
72
- "@semantic-release/github": "^12.0.9",
71
+ "@semantic-release/git": "11.0.1",
72
+ "@semantic-release/github": "12.0.9",
73
73
  "@semantic-release/npm": "13.1.5",
74
74
  "@semantic-release/release-notes-generator": "14.1.1",
75
75
  "@sinclair/typebox": "0.34.49",
76
- "@types/bun": "^1.4.0",
77
- "@types/node": "^26.4.1",
78
- "@typescript-eslint/eslint-plugin": "^8.69.0",
79
- "@typescript-eslint/parser": "^8.69.0",
80
- "eslint": "^10.9.1",
76
+ "@types/bun": "^1.4.2",
77
+ "@types/node": "^26.5.0",
78
+ "@typescript-eslint/eslint-plugin": "^8.70.0",
79
+ "@typescript-eslint/parser": "^8.70.0",
80
+ "eslint": "10.10.0",
81
81
  "eslint-config-prettier": "10.1.8",
82
- "prettier": "^3.9.6",
82
+ "prettier": "3.9.6",
83
83
  "prettier-plugin-organize-imports": "4.3.0",
84
- "semantic-release": "^25.0.9",
85
- "typescript": "6.0.3"
84
+ "semantic-release": "25.0.9",
85
+ "typescript": "6"
86
86
  },
87
87
  "dependencies": {
88
- "@tavily/core": "^0.7.8",
89
- "temporal-polyfill": "^1.0.4"
88
+ "@tavily/core": "0.7.10",
89
+ "temporal-polyfill": "1.0.4"
90
90
  }
91
91
  }