@telorun/run 0.2.2 → 0.2.4

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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b62e535]
8
+ - @telorun/sdk@0.7.0
9
+
10
+ ## 0.2.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [dccd3a6]
15
+ - Updated dependencies [2e0ad31]
16
+ - @telorun/sdk@0.6.0
17
+
3
18
  ## 0.2.2
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- ---
2
- description: "Telo: YAML-driven execution engine for declarative backends with micro-kernel architecture and language-agnostic design"
3
- ---
4
-
5
1
  # ⚡ Telo
6
2
 
7
3
  Runtime for declarative backends.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telorun/run",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
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.5.0"
32
+ "@telorun/sdk": "0.7.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.0.0",