@kestra-io/ui-libs 0.0.195 → 0.0.196
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/dist/{FlowYamlUtils-CiOAxQr3.cjs → FlowYamlUtils-BCoMPOUZ.cjs} +2 -2
- package/dist/{FlowYamlUtils-CiOAxQr3.cjs.map → FlowYamlUtils-BCoMPOUZ.cjs.map} +1 -1
- package/dist/{FlowYamlUtils-ASfcewm6.js → FlowYamlUtils-BHh3dCqD.js} +2 -1
- package/dist/{FlowYamlUtils-ASfcewm6.js.map → FlowYamlUtils-BHh3dCqD.js.map} +1 -1
- package/dist/kestra-flowyamlutils.cjs.js +1 -1
- package/dist/kestra-flowyamlutils.es.js +1 -1
- package/dist/kestra-index.cjs.js +1 -1
- package/dist/kestra-index.es.js +1 -1
- package/dist/utils/FlowYamlUtils.d.ts +1 -1
- package/dist/utils/FlowYamlUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/utils/FlowYamlUtils.ts +1 -0
|
@@ -1631,6 +1631,7 @@ const ti = [
|
|
|
1631
1631
|
...ti,
|
|
1632
1632
|
"taskDefaults",
|
|
1633
1633
|
"concurrency",
|
|
1634
|
+
"sla",
|
|
1634
1635
|
"outputs",
|
|
1635
1636
|
"disabled"
|
|
1636
1637
|
];
|
|
@@ -1932,4 +1933,4 @@ export {
|
|
|
1932
1933
|
qo as y,
|
|
1933
1934
|
eo as z
|
|
1934
1935
|
};
|
|
1935
|
-
//# sourceMappingURL=FlowYamlUtils-
|
|
1936
|
+
//# sourceMappingURL=FlowYamlUtils-BHh3dCqD.js.map
|