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
|
@@ -700,4 +700,6 @@ echo "Please restart your terminal or run 'source $shell_rc' to apply changes"
|
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
|
|
703
|
+
// Export the CLIPathDetector class
|
|
704
|
+
module.exports = CLIPathDetector;
|
|
705
|
+
module.exports.default = CLIPathDetector; // For compatibility with different import styles
|