@vtstech/pi-ollama-sync 1.0.5 → 1.0.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/ollama-sync.js +1 -1
  2. package/package.json +2 -2
package/ollama-sync.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  } from "@vtstech/pi-shared/ollama";
11
11
  import { section, ok, warn, info, bytesHuman, estimateVram } from "@vtstech/pi-shared/format";
12
12
  var BRANDING = [
13
- ` \u26A1 Pi Ollama Sync v1.0.5`,
13
+ ` \u26A1 Pi Ollama Sync v1.0.6`,
14
14
  ` Written by VTSTech`,
15
15
  ` GitHub: https://github.com/VTSTech`,
16
16
  ` Website: www.vts-tech.org`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtstech/pi-ollama-sync",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Ollama model sync extension for Pi Coding Agent",
5
5
  "main": "ollama-sync.js",
6
6
  "keywords": ["pi-extensions"],
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/VTSTech/pi-coding-agent"
15
15
  },
16
16
  "dependencies": {
17
- "@vtstech/pi-shared": "1.0.5"
17
+ "@vtstech/pi-shared": "1.0.6"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mariozechner/pi-coding-agent": ">=0.66"