@alexanderfortin/pi-tavily-tools 0.6.1 → 0.6.2

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.6.2] - 2026-07-17
11
+
12
+ ### Changed
13
+
14
+ - **deps-dev**: update dependencies (#69)
15
+ - **deps-dev**: update dependencies (#70)
16
+ - **deps-dev**: update dependencies (#72)
17
+ - **deps-dev**: update dependencies (#73)
18
+ - **deps-dev**: update dependencies (#74)
19
+ - **deps-dev**: update dependencies (#75)
20
+ - **deps-dev**: update dependencies (#76)
21
+ - **deps**: update dependencies (#77)
22
+
10
23
  ## [0.6.1] - 2026-06-14
11
24
 
12
25
  ### Changed
@@ -227,7 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227
240
 
228
241
  - Initial release with `web_search` tool using Tavily
229
242
 
230
- [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.1...HEAD
243
+ [unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.2...HEAD
244
+ [0.6.2]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.1...v0.6.2
231
245
  [0.6.1]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.6.0...v0.6.1
232
246
  [0.6.0]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.18...v0.6.0
233
247
  [0.5.18]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.17...v0.5.18
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.1",
4
+ "version": "0.6.2",
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.2",
64
+ "@alexanderfortin/semantic-release-keep-a-changelog": "^0.4.9",
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",
@@ -69,23 +69,23 @@
69
69
  "@semantic-release/commit-analyzer": "13.0.1",
70
70
  "@semantic-release/exec": "7.1.0",
71
71
  "@semantic-release/git": "10.0.1",
72
- "@semantic-release/github": "12.0.8",
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
76
  "@types/bun": "1.3.14",
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",
77
+ "@types/node": "^26.1.1",
78
+ "@typescript-eslint/eslint-plugin": "^8.64.0",
79
+ "@typescript-eslint/parser": "^8.64.0",
80
+ "eslint": "^10.7.0",
81
81
  "eslint-config-prettier": "10.1.8",
82
- "prettier": "^3.8.4",
82
+ "prettier": "^3.9.5",
83
83
  "prettier-plugin-organize-imports": "4.3.0",
84
- "semantic-release": "^25.0.5",
84
+ "semantic-release": "^25.0.7",
85
85
  "typescript": "6.0.3"
86
86
  },
87
87
  "dependencies": {
88
88
  "@tavily/core": "^0.7.6",
89
- "temporal-polyfill": "0.3.2"
89
+ "temporal-polyfill": "^1.0.1"
90
90
  }
91
91
  }