@zhushanwen/pi-llm-shared 0.4.1 → 0.4.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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhushanwen/pi-llm-shared",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Shared LLM invocation library for Pi extensions — model resolution (ref exact only), LLM calling (completeSimple), and config read/write with mtime caching. Shared library, not a Pi extension.",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -18,12 +18,12 @@
18
18
  "index.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@zhushanwen/pi-extension-logger": "0.3.0",
21
+ "@zhushanwen/pi-extension-logger": "0.3.1",
22
22
  "@zhushanwen/pi-file-lock": "0.1.2"
23
23
  },
24
24
  "peerDependencies": {
25
- "@earendil-works/pi-ai": "^0.84.1",
26
- "@earendil-works/pi-coding-agent": "^0.84.1"
25
+ "@earendil-works/pi-ai": "^0.84.4",
26
+ "@earendil-works/pi-coding-agent": "^0.84.4"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@earendil-works/pi-ai": {
@@ -34,8 +34,8 @@
34
34
  }
35
35
  },
36
36
  "devDependencies": {
37
- "@earendil-works/pi-ai": "^0.84.2",
38
- "@earendil-works/pi-coding-agent": "^0.84.2",
37
+ "@earendil-works/pi-ai": "^0.84.4",
38
+ "@earendil-works/pi-coding-agent": "^0.84.4",
39
39
  "@vitest/coverage-v8": "^4.1.9",
40
40
  "vitest": "^4.1.8"
41
41
  },