@sixsevenai/ai-dlc 1.2.3 → 1.2.5
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
|
@@ -45664,7 +45664,7 @@ __export(core_exports, {
|
|
|
45664
45664
|
validateWorkflowId: () => validateWorkflowId
|
|
45665
45665
|
});
|
|
45666
45666
|
function getVersion() {
|
|
45667
|
-
return true ? "1.2.
|
|
45667
|
+
return true ? "1.2.5" : "0.0.0-dev";
|
|
45668
45668
|
}
|
|
45669
45669
|
var VERSION;
|
|
45670
45670
|
var init_core = __esm({
|