@telorun/cli 0.81.0 → 0.82.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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -219,8 +219,8 @@ Available image variants:
|
|
|
219
219
|
|
|
220
220
|
- `telorun/node:<version>` — debian base, no rust toolchain.
|
|
221
221
|
- `telorun/node:<version>-slim` — debian-slim base, no rust toolchain (smallest footprint; recommended for production).
|
|
222
|
-
- `telorun/node:<version>-rust-<rust-version>` —
|
|
223
|
-
- `telorun/node:<version>-rust-<rust-version>-slim` —
|
|
222
|
+
- `telorun/node:<version>-rust-<rust-version>` — slim + rust toolchain (controllers that compile native deps at install time).
|
|
223
|
+
- `telorun/node:<version>-rust-<rust-version>-slim` — the same image, under its historical name.
|
|
224
224
|
|
|
225
225
|
Pin to an exact CLI version for reproducible builds; `latest`, `<major>`, and `<major>.<minor>` are rolling tags.
|
|
226
226
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.82.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.
|
|
37
|
+
"@telorun/analyzer": "0.65.0",
|
|
38
38
|
"@telorun/glob": "0.2.0",
|
|
39
|
-
"@telorun/ide-support": "0.16.
|
|
40
|
-
"@telorun/kernel": "0.
|
|
41
|
-
"@telorun/sdk": "0.
|
|
39
|
+
"@telorun/ide-support": "0.16.1",
|
|
40
|
+
"@telorun/kernel": "0.82.0",
|
|
41
|
+
"@telorun/sdk": "0.82.0",
|
|
42
42
|
"@telorun/templating": "0.16.0",
|
|
43
43
|
"dotenv": "^17.4.0",
|
|
44
44
|
"packageurl-js": "^2.0.1",
|