@telorun/cli 0.17.2 → 0.18.0

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/README.md +4 -20
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -60,22 +60,6 @@ telo publish ./modules/my-module/telo.yaml --skip-controllers
60
60
  TELO_REGISTRY_TOKEN=<token> telo publish ./modules/my-module/telo.yaml
61
61
  ```
62
62
 
63
- **Example output:**
64
-
65
- ```
66
- Publishing modules/run/telo.yaml
67
-
68
- @telorun/run
69
- bump 0.2.7 → 0.3.0
70
- build ✓
71
- publish ✓ @telorun/run@0.3.0
72
- purl @0.2.7 → @0.3.0
73
-
74
- manifest
75
- version 0.2.7 → 0.3.0
76
- push ✓ std/run@0.3.0 → https://registry.telo.run/std/run/0.3.0
77
- ```
78
-
79
63
  ---
80
64
 
81
65
  ### `telo check <paths..>`
@@ -139,8 +123,8 @@ Per-manifest scope means the whole `.telo/` tree is naturally portable: `COPY` t
139
123
 
140
124
  ```
141
125
  Installing 20 controllers for apps/my-app/telo.yaml
142
- ✓ pkg:npm/@telorun/http-server@0.5.0?local_path=./nodejs#http-server
143
- ✓ pkg:npm/@telorun/http-client@0.3.0?local_path=./nodejs#http-client
126
+ ✓ pkg:npm/@telorun/http-server@0.6.1?local_path=./nodejs#http-server
127
+ ✓ pkg:npm/@telorun/http-client@0.4.1?local_path=./nodejs#http-client
144
128
  ...
145
129
 
146
130
  ✓ 20 installed in 3.2s
@@ -250,8 +234,8 @@ kind: Telo.Application
250
234
  metadata:
251
235
  name: Example
252
236
  imports:
253
- HttpServer: std/http-server@0.5.0
254
- JavaScript: std/javascript@0.3.2
237
+ HttpServer: std/http-server@0.6.1
238
+ JavaScript: std/javascript@0.4.1
255
239
  targets:
256
240
  - Server
257
241
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/cli",
3
- "version": "0.17.2",
3
+ "version": "0.18.0",
4
4
  "description": "Telo CLI - Command-line interface for the Telo runtime.",
5
5
  "keywords": [
6
6
  "telo",
@@ -34,10 +34,10 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@telorun/analyzer": "0.16.1",
38
- "@telorun/ide-support": "0.4.15",
39
- "@telorun/kernel": "0.17.1",
40
- "@telorun/sdk": "0.17.0",
37
+ "@telorun/analyzer": "0.18.0",
38
+ "@telorun/ide-support": "0.4.17",
39
+ "@telorun/kernel": "0.18.0",
40
+ "@telorun/sdk": "0.18.0",
41
41
  "@telorun/templating": "0.4.1",
42
42
  "dotenv": "^17.4.0",
43
43
  "minimatch": "^10.2.5",