@jitsu/protocols 1.9.3-canary.801.20240514214630 → 1.9.4

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.
Files changed (2) hide show
  1. package/analytics.d.ts +2 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -18,6 +18,7 @@ export type Geo = {
18
18
  * Two-letter country code (ISO 3166-1 alpha-2): https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
19
19
  */
20
20
  code: string;
21
+ name: string;
21
22
  isEU: boolean;
22
23
  };
23
24
  region?: WithConfidence<{
@@ -39,6 +40,7 @@ export type Geo = {
39
40
  latitude: number;
40
41
  longitude: number;
41
42
  accuracyRadius?: number;
43
+ timezone?: string;
42
44
  /**
43
45
  * Only for USA locations
44
46
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.3-canary.801.20240514214630",
3
+ "version": "1.9.4",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {