@telorun/cli 0.82.0 → 0.82.1

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.
package/README.md CHANGED
@@ -362,9 +362,9 @@ telo search "key value store"
362
362
  ```
363
363
 
364
364
  ```
365
- oci://ghcr.io/telorun/kv-store@0.4.0 — Durable key/value storage with atomic conditional writes…
365
+ oci://ghcr.io/telorun/kv-store@<version> — Durable key/value storage with atomic conditional writes…
366
366
  Store (Provider) A configured durable key/value store: read a value with its version token…
367
- oci://ghcr.io/telorun/cache@0.11.0 — Caching of computed or fetched values under a key…
367
+ oci://ghcr.io/telorun/cache@<version> — Caching of computed or fetched values under a key…
368
368
  Store (Provider) A configured cache backend that holds values under a key…
369
369
  Lookup (Invocable) Reads a cached key and reports the outcome as a miss, a fresh hit or a stale hit…
370
370
  ```
@@ -387,7 +387,7 @@ Inspect a module without importing it. `<ref>` is any form the runtime resolves:
387
387
 
388
388
  ```bash
389
389
  telo module versions oci://ghcr.io/telorun/console
390
- telo module kinds oci://ghcr.io/telorun/console@0.16.0
390
+ telo module kinds oci://ghcr.io/telorun/console@<version>
391
391
  ```
392
392
 
393
393
  ---
@@ -17,7 +17,7 @@
17
17
  * The rule is deliberately the module DOC's version rather than any manifest in
18
18
  * the directory — the looser reading admits `apps/hub/test-suite-e2e.yaml`'s
19
19
  * `version: 1.0.0` as a second module — and a listed directory holding no
20
- * manifest simply is not one, which is how `apps/hub-web` and `apps/telo-editor`
20
+ * manifest simply is not one, which is how `apps/hub-web` and `apps/studio`
21
21
  * fall out.
22
22
  */
23
23
  import { type ArtifactKind, type ModuleKey, type WorkspaceConfig } from "@telorun/analyzer";
@@ -17,7 +17,7 @@
17
17
  * The rule is deliberately the module DOC's version rather than any manifest in
18
18
  * the directory — the looser reading admits `apps/hub/test-suite-e2e.yaml`'s
19
19
  * `version: 1.0.0` as a second module — and a listed directory holding no
20
- * manifest simply is not one, which is how `apps/hub-web` and `apps/telo-editor`
20
+ * manifest simply is not one, which is how `apps/hub-web` and `apps/studio`
21
21
  * fall out.
22
22
  */
23
23
  import { DEFAULT_MANIFEST_FILENAME, WORKSPACE_FILENAME, normalizeModuleKey, parseWorkspaceConfig, readManifestVersion, } from "@telorun/analyzer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/cli",
3
- "version": "0.82.0",
3
+ "version": "0.82.1",
4
4
  "description": "Telo CLI - Command-line interface for the Telo runtime.",
5
5
  "keywords": [
6
6
  "telo",
@@ -34,12 +34,12 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@telorun/analyzer": "0.65.0",
37
+ "@telorun/analyzer": "0.66.0",
38
38
  "@telorun/glob": "0.2.0",
39
- "@telorun/ide-support": "0.16.1",
40
- "@telorun/kernel": "0.82.0",
41
- "@telorun/sdk": "0.82.0",
42
- "@telorun/templating": "0.16.0",
39
+ "@telorun/ide-support": "0.17.0",
40
+ "@telorun/kernel": "0.82.1",
41
+ "@telorun/sdk": "0.82.1",
42
+ "@telorun/templating": "0.17.0",
43
43
  "dotenv": "^17.4.0",
44
44
  "packageurl-js": "^2.0.1",
45
45
  "semver": "^7.7.3",