@brainfish-ai/web-tracker 0.0.4-alpha.19 → 0.0.4-alpha.20

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.
@@ -0,0 +1 @@
1
+ export {}
package/dist/index.js CHANGED
@@ -1328,11 +1328,6 @@ class Ta {
1328
1328
  if (e.userId && (this.userId = e.userId, this.flush()), Object.keys(e).length > 1) return this.send({ type: "user.identify", payload: S(v({}, e), { properties: v(v({}, this.global), e.properties) }) });
1329
1329
  });
1330
1330
  }
1331
- record(e) {
1332
- return m(this, null, function* () {
1333
- return this.send({ type: "event.record", payload: { events: e, userId: this.userId } });
1334
- });
1335
- }
1336
1331
  alias(e) {
1337
1332
  return m(this, null, function* () {
1338
1333
  return this.send({ type: "user.alias", payload: e });
@@ -1860,7 +1855,7 @@ function Ga(n) {
1860
1855
  });
1861
1856
  })(n);
1862
1857
  }
1863
- const Za = "0.0.4-alpha.18";
1858
+ const Za = "0.0.4-alpha.20";
1864
1859
  class Xe extends Ta {
1865
1860
  constructor(a) {
1866
1861
  super(v({ sdk: "web", sdkVersion: Za }, a));
Binary file