@dreki-gg/pi-doc-search 0.3.1 → 0.3.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 +7 -0
  2. package/package.json +10 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  > Renamed from `@dreki-gg/pi-context7` when extracted from the pi-extensions monorepo. Entries below predate the rename; tool names were `context7_*` at the time.
4
4
 
5
+ ## [0.3.2](https://github.com/jalbarrang/pi-doc-search/compare/v0.3.1...v0.3.2) (2026-07-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump dependencies to latest ([#7](https://github.com/jalbarrang/pi-doc-search/issues/7)) ([5ddb303](https://github.com/jalbarrang/pi-doc-search/commit/5ddb303af14697b01fe8b3dc9b014a780410e9b9))
11
+
5
12
  ## [0.3.1](https://github.com/jalbarrang/pi-doc-search/compare/v0.3.0...v0.3.1) (2026-07-11)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreki-gg/pi-doc-search",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Library doc-search tools for pi, powered by Context7 — direct HTTP, persistent cache, no MCP dependency",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -34,12 +34,12 @@
34
34
  ]
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "24",
38
- "oxfmt": "^0.43.0",
39
- "oxlint": "^1.58.0",
40
- "typescript": "^6.0.0",
41
- "@earendil-works/pi-coding-agent": "^0.75.4",
42
- "typebox": "^1.0.55"
37
+ "@types/node": "26",
38
+ "oxfmt": "^0.58.0",
39
+ "oxlint": "^1.73.0",
40
+ "typescript": "^7.0.2",
41
+ "@earendil-works/pi-coding-agent": "^0.80.6",
42
+ "typebox": "^1.3.6"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@earendil-works/pi-coding-agent": "*",
@@ -52,5 +52,8 @@
52
52
  "typebox": {
53
53
  "optional": true
54
54
  }
55
+ },
56
+ "publishConfig": {
57
+ "access": "public"
55
58
  }
56
59
  }