From 26eac4a26cc615accb9086b3d392414dcb1a3892 Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Wed, 5 Apr 2023 13:59:33 +0530 Subject: [PATCH 1/9] updated load-iframe and anlytics.js-integrations versions --- .../doubleclick-floodlight/package.json | 4 +-- yarn.lock | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 084fbeadf..69b4b3cbb 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.4", + "version": "1.5.5-alpha.0", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "^3.2.0", + "@segment/analytics.js-integration": "3.3.4-alpha.0", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/yarn.lock b/yarn.lock index e5ffee318..f847ffdf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,6 +2020,32 @@ json3 "^3.3.2" proclaim "^3.4.1" +"@segment/analytics.js-integration@3.3.4-alpha.0": + version "3.3.4-alpha.0" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.0.tgz#6b88bb7131304dda3575759eb2e2851f694b523c" + integrity sha512-2lwc13Qr2/m+G0uBHjLvpbPriCM4rabKsDFokGgGVl0MMhtHKKyiUT52VgZuRlZxrLQZfBVrM4b7pw0ARq1MZg== + dependencies: + "@ndhoule/clone" "^1.0.0" + "@ndhoule/defaults" "^2.0.1" + "@ndhoule/each" "^2.0.1" + "@ndhoule/every" "^2.0.1" + "@ndhoule/extend" "^2.0.0" + "@ndhoule/foldl" "^2.0.1" + "@ndhoule/includes" "^2.0.1" + "@segment/fmt" "^1.0.0" + "@segment/load-script" "^1.0.1" + analytics-events "^2.0.2" + component-bind "^1.0.0" + component-emitter "^1.2.0" + debug "^2.2.0" + domify "^1.4.1" + extend "^3.0.2" + is "^3.1.0" + load-iframe "1.0.2-alpha.0" + next-tick "^0.2.2" + slug-component "^1.1.0" + to-no-case "^0.1.3" + "@segment/analytics.js-integration@^2.0.1", "@segment/analytics.js-integration@^2.1.0", "@segment/analytics.js-integration@^2.1.1": version "2.1.1" resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-2.1.1.tgz#cdc58cdac19874eb3f088e4c3c74055dc4ef178c" @@ -10212,6 +10238,15 @@ listr@^0.14.1, listr@^0.14.2: p-map "^2.0.0" rxjs "^6.3.3" +load-iframe@1.0.2-alpha.0: + version "1.0.2-alpha.0" + resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.0.tgz#e0cc20ba6d611c69c4006c62c2804ebc38440c13" + integrity sha512-n7qHMPH4Dq5jC+dEq/STd2Rzs2n+0pTFfBB7r56h8t8CxdYqIzDDYCpgBw2yKkDoJNI+tb34r15DNy7AD0jMfg== + dependencies: + is "^3.0.1" + next-tick "^0.2.2" + script-onload "^1.0.2" + load-iframe@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.0.tgz#b2c111f1a2b982897463232f5286191343bbdbd8" From 124af3986e8547f021e4d920bf68acc96179607d Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Tue, 11 Apr 2023 23:59:11 +0530 Subject: [PATCH 2/9] updated analytics.js-integration version of root --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04d0acfe3..f0a5c5441 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "^3.3.3", + "@segment/analytics.js-integration": "3.3.4-alpha.0", "domify": "1.4.1", "is-email": "1.0.2" } From e8db292afc2a87c940e0ec919bf0a55b62b1b4de Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Wed, 12 Apr 2023 22:01:47 +0530 Subject: [PATCH 3/9] udpated analytic.js integration version in root package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0a5c5441..04d0acfe3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "3.3.4-alpha.0", + "@segment/analytics.js-integration": "^3.3.3", "domify": "1.4.1", "is-email": "1.0.2" } From 4539d872782c85e71da5a39cb88d094c9abec3ff Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Fri, 14 Apr 2023 15:42:16 +0530 Subject: [PATCH 4/9] updated anlytics.js-integratin version and passed an argument to specify whether to load iframe to head or body --- .../doubleclick-floodlight/lib/index.js | 17 +++++++++++------ .../doubleclick-floodlight/package.json | 4 ++-- package.json | 4 ++-- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/integrations/doubleclick-floodlight/lib/index.js b/integrations/doubleclick-floodlight/lib/index.js index 05a2095fd..ac8dfd2c4 100644 --- a/integrations/doubleclick-floodlight/lib/index.js +++ b/integrations/doubleclick-floodlight/lib/index.js @@ -46,12 +46,17 @@ Floodlight.prototype.initialize = function() { // Check if we should load the DoubleClick ID pixel (and only proceed if we haven't already done so). if (this.options.getDoubleClickId && this.options.googleNetworkId) { // Load the doubleclick pixel. - this.load('doubleclick id', { - googleNetworkId: this.options.googleNetworkId, - segmentWriteKey: this.options.segmentWriteKey, - // Hosted match table id https://developers.google.com/authorized-buyers/rtb/cookie-guide#match-table - partnerProvidedId: btoa(this.analytics.user().anonymousId()) - }); + this.load( + 'doubleclick id', + { + googleNetworkId: this.options.googleNetworkId, + segmentWriteKey: this.options.segmentWriteKey, + // Hosted match table id https://developers.google.com/authorized-buyers/rtb/cookie-guide#match-table + partnerProvidedId: btoa(this.analytics.user().anonymousId()) + }, + null, + true + ); } this.ready(); }; diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 69b4b3cbb..8e2945062 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.5-alpha.0", + "version": "1.5.5-alpha.1", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "3.3.4-alpha.0", + "@segment/analytics.js-integration": "3.3.4-alpha.1", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/package.json b/package.json index 04d0acfe3..370c567c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analytics.js-integrations", - "version": "1.0.1", + "version": "1.0.1-alpha.1", "main": "index.js", "repository": "https://github.com/segmentio/analytics.js-integrations.git", "author": "Segment", @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "^3.3.3", + "@segment/analytics.js-integration": "3.3.4-alpha.1", "domify": "1.4.1", "is-email": "1.0.2" } From fd372b4d3230b7f3cc29491d00f1b18cb0cbf766 Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Fri, 14 Apr 2023 15:55:38 +0530 Subject: [PATCH 5/9] yarn.locl --- yarn.lock | 44 +++++++++----------------------------------- 1 file changed, 9 insertions(+), 35 deletions(-) diff --git a/yarn.lock b/yarn.lock index f847ffdf2..2d1507a32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ json3 "^3.3.2" proclaim "^3.4.1" -"@segment/analytics.js-integration@3.3.4-alpha.0": - version "3.3.4-alpha.0" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.0.tgz#6b88bb7131304dda3575759eb2e2851f694b523c" - integrity sha512-2lwc13Qr2/m+G0uBHjLvpbPriCM4rabKsDFokGgGVl0MMhtHKKyiUT52VgZuRlZxrLQZfBVrM4b7pw0ARq1MZg== +"@segment/analytics.js-integration@3.3.4-alpha.1": + version "3.3.4-alpha.1" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.1.tgz#8212c873d239f08a7ab22f456230ffb2a463c452" + integrity sha512-MzGVbMxsQLit6lPZhxd8xd4YKum1k4h5PaiHMdqb582vRCJPNm/gENL+NJv2/qLfvLFsV39KM8MWdHRP8KqJDw== dependencies: "@ndhoule/clone" "^1.0.0" "@ndhoule/defaults" "^2.0.1" @@ -2041,7 +2041,7 @@ domify "^1.4.1" extend "^3.0.2" is "^3.1.0" - load-iframe "1.0.2-alpha.0" + load-iframe "1.0.2-alpha.4" next-tick "^0.2.2" slug-component "^1.1.0" to-no-case "^0.1.3" @@ -2125,32 +2125,6 @@ slug-component "^1.1.0" to-no-case "^0.1.3" -"@segment/analytics.js-integration@^3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.3.tgz#c8fb06747f0864f931c3d0a16f014d9b0e726ec2" - integrity sha512-RpUQBSE2wH/ovVrT1b0dTesalLZer7iX21p2TDaM+8mhi4M91HdqK4nOtE/Ny5+GAYU4v7LvTfvb9zgTC34rPA== - dependencies: - "@ndhoule/clone" "^1.0.0" - "@ndhoule/defaults" "^2.0.1" - "@ndhoule/each" "^2.0.1" - "@ndhoule/every" "^2.0.1" - "@ndhoule/extend" "^2.0.0" - "@ndhoule/foldl" "^2.0.1" - "@ndhoule/includes" "^2.0.1" - "@segment/fmt" "^1.0.0" - "@segment/load-script" "^1.0.1" - analytics-events "^2.0.2" - component-bind "^1.0.0" - component-emitter "^1.2.0" - debug "^2.2.0" - domify "^1.4.1" - extend "^3.0.2" - is "^3.1.0" - load-iframe "^1.0.0" - next-tick "^0.2.2" - slug-component "^1.1.0" - to-no-case "^0.1.3" - "@segment/base64-encode@^2.0.2": version "2.0.2" resolved "https://registry.yarnpkg.com/@segment/base64-encode/-/base64-encode-2.0.2.tgz#3ac90b9c28678dfd467e76191f7b1d063673034f" @@ -10238,10 +10212,10 @@ listr@^0.14.1, listr@^0.14.2: p-map "^2.0.0" rxjs "^6.3.3" -load-iframe@1.0.2-alpha.0: - version "1.0.2-alpha.0" - resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.0.tgz#e0cc20ba6d611c69c4006c62c2804ebc38440c13" - integrity sha512-n7qHMPH4Dq5jC+dEq/STd2Rzs2n+0pTFfBB7r56h8t8CxdYqIzDDYCpgBw2yKkDoJNI+tb34r15DNy7AD0jMfg== +load-iframe@1.0.2-alpha.4: + version "1.0.2-alpha.4" + resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.4.tgz#b2019683ac1a17f2240d7f0aade0e0542fa70895" + integrity sha512-vyPAJQmqBf/1dEi2OCSnYO76RUhOC1kGbNekl1RZFwR+ZFlU7W7ppzs5KsR9ItYUbmfeoe7drojnU73VXLvWug== dependencies: is "^3.0.1" next-tick "^0.2.2" From 3972a815e869d636b2b50a00b13a589cabdde72e Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Mon, 17 Apr 2023 12:49:12 +0530 Subject: [PATCH 6/9] passing an paramter to load function --- .../doubleclick-floodlight/lib/index.js | 22 ++++++++----------- .../doubleclick-floodlight/package.json | 4 ++-- package.json | 2 +- yarn.lock | 8 +++---- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/integrations/doubleclick-floodlight/lib/index.js b/integrations/doubleclick-floodlight/lib/index.js index ac8dfd2c4..046676b91 100644 --- a/integrations/doubleclick-floodlight/lib/index.js +++ b/integrations/doubleclick-floodlight/lib/index.js @@ -46,17 +46,12 @@ Floodlight.prototype.initialize = function() { // Check if we should load the DoubleClick ID pixel (and only proceed if we haven't already done so). if (this.options.getDoubleClickId && this.options.googleNetworkId) { // Load the doubleclick pixel. - this.load( - 'doubleclick id', - { - googleNetworkId: this.options.googleNetworkId, - segmentWriteKey: this.options.segmentWriteKey, - // Hosted match table id https://developers.google.com/authorized-buyers/rtb/cookie-guide#match-table - partnerProvidedId: btoa(this.analytics.user().anonymousId()) - }, - null, - true - ); + this.load('doubleclick id', { + googleNetworkId: this.options.googleNetworkId, + segmentWriteKey: this.options.segmentWriteKey, + // Hosted match table id https://developers.google.com/authorized-buyers/rtb/cookie-guide#match-table + partnerProvidedId: btoa(this.analytics.user().anonymousId()) + }); } this.ready(); }; @@ -183,8 +178,9 @@ Floodlight.prototype.track = function(track) { // Fire each tag each(function(tagParams) { - if (tagParams._type === 'sales') return self.load('sales', tagParams); - return self.load('counter', tagParams); + if (tagParams._type === 'sales') + return self.load('sales', tagParams, null, true); + return self.load('counter', tagParams, null, true); }, tags); }; diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 8e2945062..851f67c84 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.5-alpha.1", + "version": "1.5.5-alpha.2", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "3.3.4-alpha.1", + "@segment/analytics.js-integration": "3.3.4-alpha.2", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/package.json b/package.json index 370c567c5..5b4b31b52 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "3.3.4-alpha.1", + "@segment/analytics.js-integration": "3.3.4-alpha.2", "domify": "1.4.1", "is-email": "1.0.2" } diff --git a/yarn.lock b/yarn.lock index 2d1507a32..d44d1939a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ json3 "^3.3.2" proclaim "^3.4.1" -"@segment/analytics.js-integration@3.3.4-alpha.1": - version "3.3.4-alpha.1" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.1.tgz#8212c873d239f08a7ab22f456230ffb2a463c452" - integrity sha512-MzGVbMxsQLit6lPZhxd8xd4YKum1k4h5PaiHMdqb582vRCJPNm/gENL+NJv2/qLfvLFsV39KM8MWdHRP8KqJDw== +"@segment/analytics.js-integration@3.3.4-alpha.2": + version "3.3.4-alpha.2" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.2.tgz#498c1047ef0a0c5f4f3dd9bb7d65915627007491" + integrity sha512-XdbJzIk/srpeuI5FyR52qLvXqDtf+7UQ8FCUMdmqjXQYOaFZe7wuLbo/k4D/MIMwpq21pz3U8EJbs6IyW3WDGg== dependencies: "@ndhoule/clone" "^1.0.0" "@ndhoule/defaults" "^2.0.1" From b66785e58d498b6a322e7798b6729af8ca1e3b2a Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Mon, 17 Apr 2023 22:13:23 +0530 Subject: [PATCH 7/9] updated analuytics version to 3.3.4-alpha.3 --- integrations/doubleclick-floodlight/package.json | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 851f67c84..3a3f0b02b 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.5-alpha.2", + "version": "1.5.5-alpha.3", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "3.3.4-alpha.2", + "@segment/analytics.js-integration": "3.3.4-alpha.3", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/package.json b/package.json index 5b4b31b52..3a067f9e6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "3.3.4-alpha.2", + "@segment/analytics.js-integration": "3.3.4-alpha.3", "domify": "1.4.1", "is-email": "1.0.2" } diff --git a/yarn.lock b/yarn.lock index d44d1939a..a01c9241c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ json3 "^3.3.2" proclaim "^3.4.1" -"@segment/analytics.js-integration@3.3.4-alpha.2": - version "3.3.4-alpha.2" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.2.tgz#498c1047ef0a0c5f4f3dd9bb7d65915627007491" - integrity sha512-XdbJzIk/srpeuI5FyR52qLvXqDtf+7UQ8FCUMdmqjXQYOaFZe7wuLbo/k4D/MIMwpq21pz3U8EJbs6IyW3WDGg== +"@segment/analytics.js-integration@3.3.4-alpha.3": + version "3.3.4-alpha.3" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.3.tgz#113566d08c6f98b7c710f914ad684b695bdabd53" + integrity sha512-t5WRuZi4hppNKGZnSEl8cbu9RSjB+SE7e9wrWGIaJ9yVG/rp0dg8GM+Ke6qTKGq+C2BdOYb7bgpHtExVwulDLw== dependencies: "@ndhoule/clone" "^1.0.0" "@ndhoule/defaults" "^2.0.1" From 06cdd2710320695a4cac7a7d30a2b3bba78a53b0 Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Tue, 18 Apr 2023 13:49:16 +0530 Subject: [PATCH 8/9] updated analutics.j-integration --- .../doubleclick-floodlight/package.json | 4 ++-- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 3a3f0b02b..9ebd242de 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.5-alpha.3", + "version": "1.5.5-alpha.4", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "3.3.4-alpha.3", + "@segment/analytics.js-integration": "3.3.4-alpha.4", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/package.json b/package.json index 3a067f9e6..cbbb6f207 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "3.3.4-alpha.3", + "@segment/analytics.js-integration": "3.3.4-alpha.4", "domify": "1.4.1", "is-email": "1.0.2" } diff --git a/yarn.lock b/yarn.lock index a01c9241c..62fbb545d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ json3 "^3.3.2" proclaim "^3.4.1" -"@segment/analytics.js-integration@3.3.4-alpha.3": - version "3.3.4-alpha.3" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.3.tgz#113566d08c6f98b7c710f914ad684b695bdabd53" - integrity sha512-t5WRuZi4hppNKGZnSEl8cbu9RSjB+SE7e9wrWGIaJ9yVG/rp0dg8GM+Ke6qTKGq+C2BdOYb7bgpHtExVwulDLw== +"@segment/analytics.js-integration@3.3.4-alpha.4": + version "3.3.4-alpha.4" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.4.tgz#f0c3ee3eecb0f59fc1eeaaa4458527a5f87d709e" + integrity sha512-q8u4lkdo485mW7keAX2Ba6622tCqzxjkKZmfVYo2bWZ0NqCm0+lFl2J0NcPQ3Q38QDM7vHyGgiM0zPQ8lPGTeA== dependencies: "@ndhoule/clone" "^1.0.0" "@ndhoule/defaults" "^2.0.1" @@ -2041,7 +2041,7 @@ domify "^1.4.1" extend "^3.0.2" is "^3.1.0" - load-iframe "1.0.2-alpha.4" + load-iframe "1.0.2-alpha.5" next-tick "^0.2.2" slug-component "^1.1.0" to-no-case "^0.1.3" @@ -10212,10 +10212,10 @@ listr@^0.14.1, listr@^0.14.2: p-map "^2.0.0" rxjs "^6.3.3" -load-iframe@1.0.2-alpha.4: - version "1.0.2-alpha.4" - resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.4.tgz#b2019683ac1a17f2240d7f0aade0e0542fa70895" - integrity sha512-vyPAJQmqBf/1dEi2OCSnYO76RUhOC1kGbNekl1RZFwR+ZFlU7W7ppzs5KsR9ItYUbmfeoe7drojnU73VXLvWug== +load-iframe@1.0.2-alpha.5: + version "1.0.2-alpha.5" + resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.5.tgz#2f36da63aa93b226fad8a64dc45c22dc30d0c938" + integrity sha512-0I3ktS18uiBcIz8EGYfrlpoH/xFqY4/C1ChrSDFVUwVJFVu2NTx2n6gxEldOb5KyKnPmNLVicKQtYVgA/ePqjQ== dependencies: is "^3.0.1" next-tick "^0.2.2" From b67a6ae216bab93633b3caa71cc90245bc29697a Mon Sep 17 00:00:00 2001 From: Gaurav Kochar Date: Tue, 18 Apr 2023 18:47:55 +0530 Subject: [PATCH 9/9] updated analytics.js-integration and load-iframe version --- .../doubleclick-floodlight/package.json | 4 ++-- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 9ebd242de..5348110cc 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.5-alpha.4", + "version": "1.5.5-alpha.5", "keywords": [ "analytics.js", "analytics.js-integration", @@ -28,7 +28,7 @@ "dependencies": { "@ndhoule/each": "^2.0.1", "@ndhoule/foldl": "^2.0.1", - "@segment/analytics.js-integration": "3.3.4-alpha.4", + "@segment/analytics.js-integration": "3.3.4-alpha.5", "component-querystring": "^2.0.0", "obj-case": "^0.2.0", "to-no-case": "^0.1.3" diff --git a/package.json b/package.json index cbbb6f207..cfd709588 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@segment/analytics.js-integration": "3.3.4-alpha.4", + "@segment/analytics.js-integration": "3.3.4-alpha.5", "domify": "1.4.1", "is-email": "1.0.2" } diff --git a/yarn.lock b/yarn.lock index 62fbb545d..f1deab789 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ json3 "^3.3.2" proclaim "^3.4.1" -"@segment/analytics.js-integration@3.3.4-alpha.4": - version "3.3.4-alpha.4" - resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.4.tgz#f0c3ee3eecb0f59fc1eeaaa4458527a5f87d709e" - integrity sha512-q8u4lkdo485mW7keAX2Ba6622tCqzxjkKZmfVYo2bWZ0NqCm0+lFl2J0NcPQ3Q38QDM7vHyGgiM0zPQ8lPGTeA== +"@segment/analytics.js-integration@3.3.4-alpha.5": + version "3.3.4-alpha.5" + resolved "https://registry.yarnpkg.com/@segment/analytics.js-integration/-/analytics.js-integration-3.3.4-alpha.5.tgz#63e43662104e8c07a55d734807373bd8c4939677" + integrity sha512-/U0TfY2oMY93Im9VbQCcyAaYNSwi3Tz3l5TSH/RCgGcbjbYDZl8XjFw4mpftgpB5BmB0xjPVx5eCfhZj7TZW3w== dependencies: "@ndhoule/clone" "^1.0.0" "@ndhoule/defaults" "^2.0.1" @@ -2041,7 +2041,7 @@ domify "^1.4.1" extend "^3.0.2" is "^3.1.0" - load-iframe "1.0.2-alpha.5" + load-iframe "1.0.2-alpha.6" next-tick "^0.2.2" slug-component "^1.1.0" to-no-case "^0.1.3" @@ -10212,10 +10212,10 @@ listr@^0.14.1, listr@^0.14.2: p-map "^2.0.0" rxjs "^6.3.3" -load-iframe@1.0.2-alpha.5: - version "1.0.2-alpha.5" - resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.5.tgz#2f36da63aa93b226fad8a64dc45c22dc30d0c938" - integrity sha512-0I3ktS18uiBcIz8EGYfrlpoH/xFqY4/C1ChrSDFVUwVJFVu2NTx2n6gxEldOb5KyKnPmNLVicKQtYVgA/ePqjQ== +load-iframe@1.0.2-alpha.6: + version "1.0.2-alpha.6" + resolved "https://registry.yarnpkg.com/load-iframe/-/load-iframe-1.0.2-alpha.6.tgz#47ad6e31a1f2d369670e29c1104ca4089312a0f2" + integrity sha512-2jJ6h6wOhZayKN6hnS8p+tjv4kf2ynBw83Pi6Gm2OvtKwsmwTOXomf2Q75BmVy+8XfXPc9pYZ9corItM7CsKwg== dependencies: is "^3.0.1" next-tick "^0.2.2"