@pleri/olam-cli 0.1.200 → 0.1.201

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.
@@ -2,11 +2,11 @@
2
2
  "auth": "sha256:3f46d206ae15e4cdad15adeaf2e0f0da8367a3292f3c9e80f7e1a12b4d73580b",
3
3
  "devbox": "sha256:0f19fd86fe94556939c668ff987f9daf09a1f266c6bfd79bc283dd728da0487a",
4
4
  "devbox-base": "sha256:f6270555a60ae23f9e5cecbd55aac6dc6cfc6554a176ccb165380f39568b9bf5",
5
- "host-cp": "sha256:b8c7fb64bb81235a4ef94e1a15e35353ed4fb8fdc9506a6f1b60b77b331d0fc4",
5
+ "host-cp": "sha256:3c601e4ea81d49e0c494c132dbf34aeffffedf37f9f09d4877b0d3139341bc50",
6
6
  "kg-service": "sha256:47f6a594ef402b92032560afd8e6ed4758223d8c8d09f24ede8eff436dc3a31a",
7
7
  "memory-service": "sha256:6bfa2209ff735728457e155031c526008acd53276f2026ffa95905a301e414bb",
8
8
  "mcp-auth": "sha256:a97684d8d69922d4ce35af45700e15973a7463f088516a4383b6b6022bc37a16",
9
9
  "$schema_version": 1,
10
- "$published_version": "0.1.200",
10
+ "$published_version": "0.1.201",
11
11
  "$registry": "ghcr.io/pleri"
12
12
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "bundledAt": "2026-05-29T18:04:43.998Z",
2
+ "bundledAt": "2026-05-29T18:19:49.024Z",
3
3
  "kgFirstSha": "29a9ccce1b115d049e375c4a90eb5cf7c123e610e2d0590270a4db2cdbc64a28"
4
4
  }
@@ -118,7 +118,7 @@ spec:
118
118
  # k3d), started by `olam upgrade` Step 0.7 — not inside this Pod.
119
119
  containers:
120
120
  - name: olam-host-cp
121
- image: ghcr.io/pleri/olam-host-cp@sha256:b8c7fb64bb81235a4ef94e1a15e35353ed4fb8fdc9506a6f1b60b77b331d0fc4
121
+ image: ghcr.io/pleri/olam-host-cp@sha256:3c601e4ea81d49e0c494c132dbf34aeffffedf37f9f09d4877b0d3139341bc50
122
122
  imagePullPolicy: IfNotPresent
123
123
  securityContext:
124
124
  runAsNonRoot: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pleri/olam-cli",
3
- "version": "0.1.200",
3
+ "version": "0.1.201",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "olam": "./bin/olam.cjs"