@brainfish-ai/web-tracker 0.0.26 → 0.0.28

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.
Binary file
@@ -25053,7 +25053,7 @@ function toCamelCase(str) {
25053
25053
  ($1) => $1.toUpperCase().replace("-", "").replace("_", "")
25054
25054
  );
25055
25055
  }
25056
- const VERSION = "0.0.26";
25056
+ const VERSION = "0.0.28";
25057
25057
  class Tracker extends TrackerSdk {
25058
25058
  constructor(options) {
25059
25059
  super({
Binary file