@tagma/sdk 0.7.22 → 0.7.23
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 +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -773,10 +773,10 @@ One-shot YAML → diagnostics for editor compile flows. Distinguishes **YAML syn
|
|
|
773
773
|
const result = compileYamlContent(yaml, {
|
|
774
774
|
sourceName: 'pipeline.yaml',
|
|
775
775
|
knownTypes: {
|
|
776
|
-
triggers: registry.
|
|
777
|
-
completions: registry.
|
|
778
|
-
middlewares: registry.
|
|
779
|
-
drivers: registry.
|
|
776
|
+
triggers: registry.listRegistered('triggers'),
|
|
777
|
+
completions: registry.listRegistered('completions'),
|
|
778
|
+
middlewares: registry.listRegistered('middlewares'),
|
|
779
|
+
drivers: registry.listRegistered('drivers'),
|
|
780
780
|
},
|
|
781
781
|
});
|
|
782
782
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tagma/sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.23",
|
|
4
4
|
"description": "Local AI task orchestration SDK for Tagma pipelines",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"test": "bun test"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@tagma/core": "0.1.
|
|
78
|
-
"@tagma/runtime-bun": "0.1.
|
|
79
|
-
"@tagma/types": "0.4.
|
|
77
|
+
"@tagma/core": "0.1.21",
|
|
78
|
+
"@tagma/runtime-bun": "0.1.14",
|
|
79
|
+
"@tagma/types": "0.4.30",
|
|
80
80
|
"js-yaml": "^4.1.0"
|
|
81
81
|
}
|
|
82
82
|
}
|