@analyticscli/sdk 0.1.0-preview.10 → 0.1.0-preview.11

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/browser.cjs CHANGED
@@ -1804,7 +1804,6 @@ var AnalyticsClient = class {
1804
1804
  appBuild: this.context.appBuild,
1805
1805
  osName: this.context.osName,
1806
1806
  osVersion: this.context.osVersion,
1807
- country: this.context.country,
1808
1807
  region: this.context.region,
1809
1808
  city: this.context.city
1810
1809
  };
package/dist/browser.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  initAsync,
16
16
  initConsentFirst,
17
17
  initConsentFirstAsync
18
- } from "./chunk-6EPJZLLK.js";
18
+ } from "./chunk-LDRYFY5K.js";
19
19
  export {
20
20
  AnalyticsClient,
21
21
  ONBOARDING_EVENTS,
@@ -1763,7 +1763,6 @@ var AnalyticsClient = class {
1763
1763
  appBuild: this.context.appBuild,
1764
1764
  osName: this.context.osName,
1765
1765
  osVersion: this.context.osVersion,
1766
- country: this.context.country,
1767
1766
  region: this.context.region,
1768
1767
  city: this.context.city
1769
1768
  };
package/dist/index.cjs CHANGED
@@ -1804,7 +1804,6 @@ var AnalyticsClient = class {
1804
1804
  appBuild: this.context.appBuild,
1805
1805
  osName: this.context.osName,
1806
1806
  osVersion: this.context.osVersion,
1807
- country: this.context.country,
1808
1807
  region: this.context.region,
1809
1808
  city: this.context.city
1810
1809
  };
package/dist/index.d.cts CHANGED
@@ -49,7 +49,6 @@ type EventContext = {
49
49
  appBuild?: string;
50
50
  osName?: string;
51
51
  osVersion?: string;
52
- country?: string;
53
52
  region?: string;
54
53
  city?: string;
55
54
  };
package/dist/index.d.ts CHANGED
@@ -49,7 +49,6 @@ type EventContext = {
49
49
  appBuild?: string;
50
50
  osName?: string;
51
51
  osVersion?: string;
52
- country?: string;
53
52
  region?: string;
54
53
  city?: string;
55
54
  };
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  initAsync,
16
16
  initConsentFirst,
17
17
  initConsentFirstAsync
18
- } from "./chunk-6EPJZLLK.js";
18
+ } from "./chunk-LDRYFY5K.js";
19
19
  export {
20
20
  AnalyticsClient,
21
21
  ONBOARDING_EVENTS,
@@ -1804,7 +1804,6 @@ var AnalyticsClient = class {
1804
1804
  appBuild: this.context.appBuild,
1805
1805
  osName: this.context.osName,
1806
1806
  osVersion: this.context.osVersion,
1807
- country: this.context.country,
1808
1807
  region: this.context.region,
1809
1808
  city: this.context.city
1810
1809
  };
@@ -15,7 +15,7 @@ import {
15
15
  initAsync,
16
16
  initConsentFirst,
17
17
  initConsentFirstAsync
18
- } from "./chunk-6EPJZLLK.js";
18
+ } from "./chunk-LDRYFY5K.js";
19
19
  export {
20
20
  AnalyticsClient,
21
21
  ONBOARDING_EVENTS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analyticscli/sdk",
3
- "version": "0.1.0-preview.10",
3
+ "version": "0.1.0-preview.11",
4
4
  "description": "TypeScript SDK for sending onboarding, paywall, purchase and survey analytics events to AnalyticsCLI.",
5
5
  "license": "MIT",
6
6
  "type": "module",