@telorun/cli 0.19.0 → 0.20.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -123,8 +123,8 @@ Per-manifest scope means the whole `.telo/` tree is naturally portable: `COPY` t
123
123
 
124
124
  ```
125
125
  Installing 20 controllers for apps/my-app/telo.yaml
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
126
+ ✓ pkg:npm/@telorun/http-server@0.8.0?local_path=./nodejs#http-server
127
+ ✓ pkg:npm/@telorun/http-client@0.6.0?local_path=./nodejs#http-client
128
128
  ...
129
129
 
130
130
  ✓ 20 installed in 3.2s
@@ -234,7 +234,7 @@ kind: Telo.Application
234
234
  metadata:
235
235
  name: Example
236
236
  imports:
237
- HttpServer: std/http-server@0.6.1
237
+ HttpServer: std/http-server@0.8.0
238
238
  JavaScript: std/javascript@0.4.1
239
239
  targets:
240
240
  - Server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/cli",
3
- "version": "0.19.0",
3
+ "version": "0.20.1",
4
4
  "description": "Telo CLI - Command-line interface for the Telo runtime.",
5
5
  "keywords": [
6
6
  "telo",
@@ -34,9 +34,9 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@telorun/analyzer": "0.18.0",
38
- "@telorun/ide-support": "0.4.17",
39
- "@telorun/kernel": "0.19.0",
37
+ "@telorun/analyzer": "0.19.0",
38
+ "@telorun/ide-support": "0.4.18",
39
+ "@telorun/kernel": "0.20.1",
40
40
  "@telorun/sdk": "0.19.0",
41
41
  "@telorun/templating": "0.4.1",
42
42
  "dotenv": "^17.4.0",