@blotoutio/providers-google-analytics-4-sdk 1.22.2 → 1.22.3

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/index.cjs.js CHANGED
@@ -195,7 +195,7 @@ const isoCountries = new Map([
195
195
  ['FO', 'Faroe Islands'],
196
196
  ['FR', 'France'],
197
197
  ['GA', 'Gabon'],
198
- ['GB', 'United Kingdom of Great Britain and Northern Ireland'],
198
+ ['GB', 'Great Britain'],
199
199
  ['GD', 'Grenada'],
200
200
  ['GE', 'Georgia'],
201
201
  ['GF', 'French Guiana'],
@@ -350,7 +350,7 @@ const isoCountries = new Map([
350
350
  ['TZ', 'Tanzania, United Republic of'],
351
351
  ['UA', 'Ukraine'],
352
352
  ['UG', 'Uganda'],
353
- ['UK', 'United Kingdom'],
353
+ ['UK', 'United Kingdom of Great Britain and Northern Ireland'],
354
354
  ['UM', 'United States Minor Outlying Islands'],
355
355
  ['US', 'United States of America'],
356
356
  ['UY', 'Uruguay'],
@@ -774,7 +774,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
774
774
  }
775
775
  return {
776
776
  loaded: isLoaded,
777
- sdkVersion: "1.22.2" ,
777
+ sdkVersion: "1.22.3" ,
778
778
  };
779
779
  };
780
780
 
package/index.js CHANGED
@@ -196,7 +196,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
196
196
  ['FO', 'Faroe Islands'],
197
197
  ['FR', 'France'],
198
198
  ['GA', 'Gabon'],
199
- ['GB', 'United Kingdom of Great Britain and Northern Ireland'],
199
+ ['GB', 'Great Britain'],
200
200
  ['GD', 'Grenada'],
201
201
  ['GE', 'Georgia'],
202
202
  ['GF', 'French Guiana'],
@@ -351,7 +351,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
351
351
  ['TZ', 'Tanzania, United Republic of'],
352
352
  ['UA', 'Ukraine'],
353
353
  ['UG', 'Uganda'],
354
- ['UK', 'United Kingdom'],
354
+ ['UK', 'United Kingdom of Great Britain and Northern Ireland'],
355
355
  ['UM', 'United States Minor Outlying Islands'],
356
356
  ['US', 'United States of America'],
357
357
  ['UY', 'Uruguay'],
@@ -775,7 +775,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
775
775
  }
776
776
  return {
777
777
  loaded: isLoaded,
778
- sdkVersion: "1.22.2" ,
778
+ sdkVersion: "1.22.3" ,
779
779
  };
780
780
  };
781
781
 
package/index.mjs CHANGED
@@ -193,7 +193,7 @@ const isoCountries = new Map([
193
193
  ['FO', 'Faroe Islands'],
194
194
  ['FR', 'France'],
195
195
  ['GA', 'Gabon'],
196
- ['GB', 'United Kingdom of Great Britain and Northern Ireland'],
196
+ ['GB', 'Great Britain'],
197
197
  ['GD', 'Grenada'],
198
198
  ['GE', 'Georgia'],
199
199
  ['GF', 'French Guiana'],
@@ -348,7 +348,7 @@ const isoCountries = new Map([
348
348
  ['TZ', 'Tanzania, United Republic of'],
349
349
  ['UA', 'Ukraine'],
350
350
  ['UG', 'Uganda'],
351
- ['UK', 'United Kingdom'],
351
+ ['UK', 'United Kingdom of Great Britain and Northern Ireland'],
352
352
  ['UM', 'United States Minor Outlying Islands'],
353
353
  ['US', 'United States of America'],
354
354
  ['UY', 'Uruguay'],
@@ -772,7 +772,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
772
772
  }
773
773
  return {
774
774
  loaded: isLoaded,
775
- sdkVersion: "1.22.2" ,
775
+ sdkVersion: "1.22.3" ,
776
776
  };
777
777
  };
778
778
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-analytics-4-sdk",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "description": "Google Analytics 4 Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",