@sixsevenai/ai-dlc 1.3.1 → 1.4.0

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
@@ -45779,7 +45779,7 @@ __export(core_exports, {
45779
45779
  validateWorkflowId: () => validateWorkflowId
45780
45780
  });
45781
45781
  function getVersion() {
45782
- return true ? "1.3.1" : "0.0.0-dev";
45782
+ return true ? "1.4.0" : "0.0.0-dev";
45783
45783
  }
45784
45784
  var VERSION;
45785
45785
  var init_core = __esm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sixsevenai/ai-dlc",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "AI-DLC TypeScript Enforcement Engine - Global CLI",
5
5
  "type": "module",
6
6
  "bin": {