cascade-ai 0.12.12 → 0.12.13

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/index.js CHANGED
@@ -35,7 +35,7 @@ import cron from 'node-cron';
35
35
 
36
36
 
37
37
  // src/constants.ts
38
- var CASCADE_VERSION = "0.12.12";
38
+ var CASCADE_VERSION = "0.12.13";
39
39
  var CASCADE_CONFIG_DIR = ".cascade";
40
40
  var CASCADE_MD_FILE = "CASCADE.md";
41
41
  var CASCADE_IGNORE_FILE = ".cascadeignore";