@telorun/run 0.2.1 → 0.2.3

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,21 @@
1
1
  # @telorun/run
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dccd3a6]
8
+ - Updated dependencies [2e0ad31]
9
+ - @telorun/sdk@0.6.0
10
+
11
+ ## 0.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [f76dd0f]
16
+ - Updated dependencies [fc4a562]
17
+ - @telorun/sdk@0.5.0
18
+
3
19
  ## 0.2.1
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -73,6 +73,7 @@ connection:
73
73
  kind: Sql.Migration
74
74
  metadata:
75
75
  name: Migration_20260413_182154_CreateFeedback
76
+ version: 20260413_182154_CreateFeedback
76
77
  sql: |
77
78
  CREATE TABLE IF NOT EXISTS feedback (
78
79
  id INTEGER PRIMARY KEY AUTOINCREMENT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/run",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
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.2"
32
+ "@telorun/sdk": "0.6.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.0.0",