@telorun/cli 0.20.0 → 0.21.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.
- package/README.md +3 -3
- package/package.json +6 -6
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.
|
|
127
|
-
✓ pkg:npm/@telorun/http-client@0.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "Telo CLI - Command-line interface for the Telo runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@telorun/analyzer": "0.
|
|
38
|
-
"@telorun/ide-support": "0.4.
|
|
39
|
-
"@telorun/kernel": "0.
|
|
40
|
-
"@telorun/sdk": "0.
|
|
41
|
-
"@telorun/templating": "0.
|
|
37
|
+
"@telorun/analyzer": "0.19.1",
|
|
38
|
+
"@telorun/ide-support": "0.4.19",
|
|
39
|
+
"@telorun/kernel": "0.21.0",
|
|
40
|
+
"@telorun/sdk": "0.21.0",
|
|
41
|
+
"@telorun/templating": "0.5.0",
|
|
42
42
|
"dotenv": "^17.4.0",
|
|
43
43
|
"minimatch": "^10.2.5",
|
|
44
44
|
"packageurl-js": "^2.0.1",
|