@sixsevenai/ai-dlc 1.4.2 → 1.4.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/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -45779,7 +45779,7 @@ __export(core_exports, {
|
|
|
45779
45779
|
validateWorkflowId: () => validateWorkflowId
|
|
45780
45780
|
});
|
|
45781
45781
|
function getVersion() {
|
|
45782
|
-
return true ? "1.4.
|
|
45782
|
+
return true ? "1.4.3" : "0.0.0-dev";
|
|
45783
45783
|
}
|
|
45784
45784
|
var VERSION;
|
|
45785
45785
|
var init_core = __esm({
|