Skip to content

Commit

Permalink
Revert "Updated latest analytics.js-integration versions for Doublecl…
Browse files Browse the repository at this point in the history
…ick-Floodlight (#746)" (#756)

This reverts commit ea19de3.
  • Loading branch information
Innovative-GauravKochar authored May 1, 2023
1 parent ea19de3 commit 548c10c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 42 deletions.
5 changes: 2 additions & 3 deletions integrations/doubleclick-floodlight/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,8 @@ Floodlight.prototype.track = function(track) {

// Fire each tag
each(function(tagParams) {
if (tagParams._type === 'sales')
return self.load('sales', tagParams, null, true);
return self.load('counter', tagParams, null, true);
if (tagParams._type === 'sales') return self.load('sales', tagParams);
return self.load('counter', tagParams);
}, tags);
};

Expand Down
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.5-alpha.5",
"version": "1.5.4",
"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.3.4-alpha.5",
"@segment/analytics.js-integration": "^3.2.0",
"component-querystring": "^2.0.0",
"obj-case": "^0.2.0",
"to-no-case": "^0.1.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics.js-integrations",
"version": "1.0.1-alpha.1",
"version": "1.0.1",
"main": "index.js",
"repository": "https://github.com/segmentio/analytics.js-integrations.git",
"author": "Segment",
Expand Down Expand Up @@ -42,7 +42,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@segment/analytics.js-integration": "3.3.4-alpha.5",
"@segment/analytics.js-integration": "^3.3.3",
"domify": "1.4.1",
"is-email": "1.0.2"
}
Expand Down
61 changes: 26 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2020,32 +2020,6 @@
json3 "^3.3.2"
proclaim "^3.4.1"

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

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

0 comments on commit 548c10c

Please sign in to comment.