stigmergy 1.3.68-beta.0 → 1.3.68-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stigmergy",
3
- "version": "1.3.68-beta.0",
3
+ "version": "1.3.68-beta.2",
4
4
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -700,4 +700,6 @@ echo "Please restart your terminal or run 'source $shell_rc' to apply changes"
700
700
  }
701
701
  }
702
702
 
703
- module.exports = CLIPathDetector;
703
+ // Export the CLIPathDetector class
704
+ module.exports = CLIPathDetector;
705
+ module.exports.default = CLIPathDetector; // For compatibility with different import styles