@liquidcommerce/elements-sdk 2.2.0-beta.13 → 2.2.0-beta.14

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.
@@ -20,6 +20,7 @@ export declare class TelemetryService {
20
20
  private flushQueue;
21
21
  private createBatch;
22
22
  private sendBatch;
23
+ private sendBatchViaXHR;
23
24
  private truncateStackTrace;
24
25
  private handleInternalError;
25
26
  private shutdown;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.2.0-beta.13",
6
+ "version": "2.2.0-beta.14",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",