Skip to content
Merged
4 changes: 2 additions & 2 deletions integrations/doubleclick-floodlight/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
35 changes: 35 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,32 @@
json3 "^3.3.2"
proclaim "^3.4.1"

"@segment/[email protected]":
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"
Expand Down Expand Up @@ -10212,6 +10238,15 @@ listr@^0.14.1, listr@^0.14.2:
p-map "^2.0.0"
rxjs "^6.3.3"

[email protected]:
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"
Expand Down