@telorun/cli 0.13.0 → 0.13.2
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 +9 -9
- package/package.json +4 -4
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.
|
|
69
|
+
bump 0.2.7 → 0.3.0
|
|
70
70
|
build ✓
|
|
71
|
-
publish ✓ @telorun/run@0.
|
|
72
|
-
purl @0.
|
|
71
|
+
publish ✓ @telorun/run@0.3.0
|
|
72
|
+
purl @0.2.7 → @0.3.0
|
|
73
73
|
|
|
74
74
|
manifest
|
|
75
|
-
version 0.
|
|
76
|
-
push ✓ std/run@0.
|
|
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.
|
|
143
|
-
✓ pkg:npm/@telorun/http-client@0.
|
|
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.
|
|
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@
|
|
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.
|
|
3
|
+
"version": "0.13.2",
|
|
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.12.
|
|
38
|
-
"@telorun/ide-support": "0.4.
|
|
39
|
-
"@telorun/kernel": "0.13.
|
|
37
|
+
"@telorun/analyzer": "0.12.1",
|
|
38
|
+
"@telorun/ide-support": "0.4.9",
|
|
39
|
+
"@telorun/kernel": "0.13.2",
|
|
40
40
|
"@telorun/sdk": "0.12.0",
|
|
41
41
|
"@telorun/templating": "0.3.0",
|
|
42
42
|
"dotenv": "^17.4.0",
|