@blotoutio/providers-bing-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 +3 -3
- package/index.js +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -151,7 +151,7 @@ const isoCountries = new Map([
|
|
|
151
151
|
['FO', 'Faroe Islands'],
|
|
152
152
|
['FR', 'France'],
|
|
153
153
|
['GA', 'Gabon'],
|
|
154
|
-
['GB', '
|
|
154
|
+
['GB', 'Great Britain'],
|
|
155
155
|
['GD', 'Grenada'],
|
|
156
156
|
['GE', 'Georgia'],
|
|
157
157
|
['GF', 'French Guiana'],
|
|
@@ -306,7 +306,7 @@ const isoCountries = new Map([
|
|
|
306
306
|
['TZ', 'Tanzania, United Republic of'],
|
|
307
307
|
['UA', 'Ukraine'],
|
|
308
308
|
['UG', 'Uganda'],
|
|
309
|
-
['UK', 'United Kingdom'],
|
|
309
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
310
310
|
['UM', 'United States Minor Outlying Islands'],
|
|
311
311
|
['US', 'United States of America'],
|
|
312
312
|
['UY', 'Uruguay'],
|
|
@@ -537,7 +537,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
|
|
|
537
537
|
|
|
538
538
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
539
539
|
const payload = {
|
|
540
|
-
sdkVersion: "1.22.
|
|
540
|
+
sdkVersion: "1.22.3" ,
|
|
541
541
|
};
|
|
542
542
|
if (window.edgeUET && manifestVariables['enableBrowser'] === '1') {
|
|
543
543
|
handleTag({ data, eventName, manifestVariables });
|
package/index.js
CHANGED
|
@@ -152,7 +152,7 @@ var ProvidersBingSdk = (function () {
|
|
|
152
152
|
['FO', 'Faroe Islands'],
|
|
153
153
|
['FR', 'France'],
|
|
154
154
|
['GA', 'Gabon'],
|
|
155
|
-
['GB', '
|
|
155
|
+
['GB', 'Great Britain'],
|
|
156
156
|
['GD', 'Grenada'],
|
|
157
157
|
['GE', 'Georgia'],
|
|
158
158
|
['GF', 'French Guiana'],
|
|
@@ -307,7 +307,7 @@ var ProvidersBingSdk = (function () {
|
|
|
307
307
|
['TZ', 'Tanzania, United Republic of'],
|
|
308
308
|
['UA', 'Ukraine'],
|
|
309
309
|
['UG', 'Uganda'],
|
|
310
|
-
['UK', 'United Kingdom'],
|
|
310
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
311
311
|
['UM', 'United States Minor Outlying Islands'],
|
|
312
312
|
['US', 'United States of America'],
|
|
313
313
|
['UY', 'Uruguay'],
|
|
@@ -538,7 +538,7 @@ var ProvidersBingSdk = (function () {
|
|
|
538
538
|
|
|
539
539
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
540
540
|
const payload = {
|
|
541
|
-
sdkVersion: "1.22.
|
|
541
|
+
sdkVersion: "1.22.3" ,
|
|
542
542
|
};
|
|
543
543
|
if (window.edgeUET && manifestVariables['enableBrowser'] === '1') {
|
|
544
544
|
handleTag({ data, eventName, manifestVariables });
|
package/index.mjs
CHANGED
|
@@ -149,7 +149,7 @@ const isoCountries = new Map([
|
|
|
149
149
|
['FO', 'Faroe Islands'],
|
|
150
150
|
['FR', 'France'],
|
|
151
151
|
['GA', 'Gabon'],
|
|
152
|
-
['GB', '
|
|
152
|
+
['GB', 'Great Britain'],
|
|
153
153
|
['GD', 'Grenada'],
|
|
154
154
|
['GE', 'Georgia'],
|
|
155
155
|
['GF', 'French Guiana'],
|
|
@@ -304,7 +304,7 @@ const isoCountries = new Map([
|
|
|
304
304
|
['TZ', 'Tanzania, United Republic of'],
|
|
305
305
|
['UA', 'Ukraine'],
|
|
306
306
|
['UG', 'Uganda'],
|
|
307
|
-
['UK', 'United Kingdom'],
|
|
307
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
308
308
|
['UM', 'United States Minor Outlying Islands'],
|
|
309
309
|
['US', 'United States of America'],
|
|
310
310
|
['UY', 'Uruguay'],
|
|
@@ -535,7 +535,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
|
|
|
535
535
|
|
|
536
536
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
537
537
|
const payload = {
|
|
538
|
-
sdkVersion: "1.22.
|
|
538
|
+
sdkVersion: "1.22.3" ,
|
|
539
539
|
};
|
|
540
540
|
if (window.edgeUET && manifestVariables['enableBrowser'] === '1') {
|
|
541
541
|
handleTag({ data, eventName, manifestVariables });
|