@telorun/run 0.2.1 → 0.2.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/CHANGELOG.md +8 -0
- package/README.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Telo: YAML-driven execution engine for declarative backends with micro-kernel architecture and language-agnostic design"
|
|
3
|
+
---
|
|
4
|
+
|
|
1
5
|
# ⚡ Telo
|
|
2
6
|
|
|
3
7
|
Runtime for declarative backends.
|
|
@@ -73,6 +77,7 @@ connection:
|
|
|
73
77
|
kind: Sql.Migration
|
|
74
78
|
metadata:
|
|
75
79
|
name: Migration_20260413_182154_CreateFeedback
|
|
80
|
+
version: 20260413_182154_CreateFeedback
|
|
76
81
|
sql: |
|
|
77
82
|
CREATE TABLE IF NOT EXISTS feedback (
|
|
78
83
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/run",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Telo Run module - Sequence execution for Telo manifests.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@telorun/sdk": "0.
|
|
32
|
+
"@telorun/sdk": "0.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^20.0.0",
|