@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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. 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.3" : "0.0.0-dev";
45667
+ return true ? "1.2.5" : "0.0.0-dev";
45668
45668
  }
45669
45669
  var VERSION;
45670
45670
  var init_core = __esm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sixsevenai/ai-dlc",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "AI-DLC TypeScript Enforcement Engine - Global CLI",
5
5
  "type": "module",
6
6
  "bin": {