@spences10/pi-omnisearch 0.0.13 → 0.0.14

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @spences10/pi-omnisearch
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - df03901: Replace explicit any usages with precise shared, inferred,
8
+ and fixture types throughout the monorepo safely.
9
+
3
10
  ## 0.0.13
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-omnisearch",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Verified web research workflow reminder that steers Pi agents to use mcp-omnisearch for current sourced answers",
5
5
  "keywords": [
6
6
  "mcp",
@@ -32,10 +32,10 @@
32
32
  }
33
33
  },
34
34
  "devDependencies": {
35
- "@earendil-works/pi-coding-agent": "0.75.3",
35
+ "@earendil-works/pi-coding-agent": "0.80.6",
36
36
  "@types/node": "^25.8.0",
37
- "typescript": "^6.0.3",
38
- "vitest": "4.1.6"
37
+ "typescript": "^7.0.2",
38
+ "vitest": "4.1.10"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@earendil-works/pi-coding-agent": "*"