@brainfish-ai/web-tracker 0.0.4-alpha.25 → 0.0.4-alpha.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
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
- export {}
1
+ export * from './src/index';
2
+ export * from './src/types.d';
package/dist/index.js CHANGED
@@ -1890,7 +1890,7 @@ function Ga(r) {
1890
1890
  });
1891
1891
  })(r);
1892
1892
  }
1893
- const Za = "0.0.4-alpha.24";
1893
+ const Za = "0.0.4-alpha.27";
1894
1894
  class Je extends Ta {
1895
1895
  constructor(a) {
1896
1896
  super(v({ sdk: "web", sdkVersion: Za }, a));
package/dist/index.js.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainfish-ai/web-tracker",
3
- "version": "0.0.4-alpha.25",
3
+ "version": "0.0.4-alpha.28",
4
4
  "main": "dist/index.js",
5
5
  "description": "Brainfish Tracker for Web",
6
6
  "private": false,