@cross-deck/web 1.11.1 → 1.11.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/dist/index.d.mts CHANGED
@@ -969,7 +969,7 @@ declare class MemoryStorage implements KeyValueStorage {
969
969
  *
970
970
  * Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
971
971
  */
972
- declare const SDK_VERSION = "1.11.1";
972
+ declare const SDK_VERSION = "1.11.2";
973
973
  declare const SDK_NAME = "@cross-deck/web";
974
974
 
975
975
  /**
package/dist/index.d.ts CHANGED
@@ -969,7 +969,7 @@ declare class MemoryStorage implements KeyValueStorage {
969
969
  *
970
970
  * Do NOT edit by hand — `node scripts/sync-sdk-versions.mjs`.
971
971
  */
972
- declare const SDK_VERSION = "1.11.1";
972
+ declare const SDK_VERSION = "1.11.2";
973
973
  declare const SDK_NAME = "@cross-deck/web";
974
974
 
975
975
  /**
package/dist/index.mjs CHANGED
@@ -69,7 +69,7 @@ function typeMapForStatus(status) {
69
69
  }
70
70
 
71
71
  // src/_version.ts
72
- var SDK_VERSION = "1.11.1";
72
+ var SDK_VERSION = "1.11.2";
73
73
  var SDK_NAME = "@cross-deck/web";
74
74
 
75
75
  // src/http.ts
@@ -2708,7 +2708,7 @@ var BreadcrumbBuffer = class {
2708
2708
 
2709
2709
  // src/_diagnostic-telemetry.ts
2710
2710
  var DIAGNOSTIC_TELEMETRY_ENDPOINT = "https://api.cross-deck.com/v1/events";
2711
- var DIAGNOSTIC_TELEMETRY_PUBLISHABLE_KEY = "cd_pub_live_9490e7aa029c432abf";
2711
+ var DIAGNOSTIC_TELEMETRY_PUBLISHABLE_KEY = "cd_pub_live_eea2f84dbb834a45b7";
2712
2712
  function isDiagnosticTelemetryEnabled() {
2713
2713
  return !DIAGNOSTIC_TELEMETRY_PUBLISHABLE_KEY.startsWith(
2714
2714
  "cd_pub_RELIABILITY_PLACEHOLDER"
@@ -5605,7 +5605,7 @@ var CrossdeckClient = class {
5605
5605
  }
5606
5606
  }
5607
5607
  this.state.autoTracker?.uninstall();
5608
- this.state.identity.reset();
5608
+ if (this.state.developerUserId) this.state.identity.reset();
5609
5609
  bridgeReadCost({ actor: void 0 });
5610
5610
  this.state.entitlements.clearAll();
5611
5611
  this.state.events.reset();