@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 +0 -1
- package/dist/browser.js +1 -1
- package/dist/{chunk-6EPJZLLK.js → chunk-LDRYFY5K.js} +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/react-native.cjs +0 -1
- package/dist/react-native.js +1 -1
- package/package.json +1 -1
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
|
@@ -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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/react-native.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/react-native.js
CHANGED
package/package.json
CHANGED