@telorun/cli 0.13.0 → 0.13.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 +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,14 +66,14 @@ telo publish ./modules/my-module/telo.yaml --skip-controllers
66
66
  Publishing modules/run/telo.yaml
67
67
 
68
68
  @telorun/run
69
- bump 0.1.1 → 0.1.2
69
+ bump 0.2.7 → 0.3.0
70
70
  build ✓
71
- publish ✓ @telorun/run@0.1.2
72
- purl @0.1.1 → @0.1.2
71
+ publish ✓ @telorun/run@0.3.0
72
+ purl @0.2.7 → @0.3.0
73
73
 
74
74
  manifest
75
- version 0.1.0 → 0.1.1
76
- push ✓ std/run@0.1.1 → https://registry.telo.run/std/run/0.1.1
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
77
  ```
78
78
 
79
79
  ---
@@ -139,8 +139,8 @@ Per-manifest scope means the whole `.telo/` tree is naturally portable: `COPY` t
139
139
 
140
140
  ```
141
141
  Installing 20 controllers for apps/my-app/telo.yaml
142
- ✓ pkg:npm/@telorun/http-server@0.2.1?local_path=./nodejs#http-server
143
- ✓ pkg:npm/@telorun/http-client@0.1.6?local_path=./nodejs#http-client
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
144
144
  ...
145
145
 
146
146
  ✓ 20 installed in 3.2s
@@ -255,12 +255,12 @@ targets:
255
255
  kind: Telo.Import
256
256
  metadata:
257
257
  name: HttpServer
258
- source: std/http-server@0.3.0
258
+ source: std/http-server@0.5.0
259
259
  ---
260
260
  kind: Telo.Import
261
261
  metadata:
262
262
  name: JavaScript
263
- source: std/javascript@1.0.0
263
+ source: std/javascript@0.3.2
264
264
  ---
265
265
  kind: Http.Server
266
266
  metadata:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/cli",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Telo CLI - Command-line interface for the Telo runtime.",
5
5
  "keywords": [
6
6
  "telo",