@telorun/run 0.2.0 → 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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @telorun/run
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f76dd0f]
8
+ - Updated dependencies [fc4a562]
9
+ - @telorun/sdk@0.5.0
10
+
11
+ ## 0.2.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3c4ac58]
16
+ - @telorun/sdk@0.3.2
17
+
3
18
  ## 0.2.0
4
19
 
5
20
  ### Minor Changes
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.0",
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.3.0"
32
+ "@telorun/sdk": "0.5.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.0.0",