Skip to content

Commit

Permalink
update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed May 15, 2020
1 parent f1d926c commit 4015a0f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
10 changes: 6 additions & 4 deletions dist/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ var rudderanalytics = (function (exports) {
"GOOGLEADS": "GOOGLEADS",
"Braze": "BRAZE",
"BRAZE": "BRAZE",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"Chartbeat": "CHARTBEAT",
"CHARTBEAT": "CHARTBEAT",
"Comscore": "COMSCORE",
"COMSCORE": "COMSCORE",
"Customerio": "CUSTOMERIO",
Expand Down Expand Up @@ -203,7 +203,7 @@ var rudderanalytics = (function (exports) {
"GA": "Google Analytics",
"GOOGLEADS": "Google Ads",
"BRAZE": "Braze",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"COMSCORE": "Comscore",
"CUSTOMERIO": "Customer IO",
"FB_PIXEL": "Facebook Pixel",
Expand Down Expand Up @@ -7311,7 +7311,7 @@ var rudderanalytics = (function (exports) {
this.replayEvents = [];
this.failed = false;
this.isFirstPageCallMade = false;
this.name = "Chartbeat";
this.name = "CHARTBEAT";
}

_createClass(Chartbeat, [{
Expand Down Expand Up @@ -8557,6 +8557,8 @@ var rudderanalytics = (function (exports) {
return Lotame;
}();

// (config-plan name, native destination.name , exported integration name(this one below))

var integrations = {
HS: index,
GA: index$1,
Expand Down
2 changes: 1 addition & 1 deletion dist/rudder-analytics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/Chartbeat/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Chartbeat {
this.replayEvents = [];
this.failed = false;
this.isFirstPageCallMade = false;
this.name = "Chartbeat";
this.name = "CHARTBEAT";
}

init() {
Expand Down
2 changes: 1 addition & 1 deletion integrations/client_server_name.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let clientToServerNames = {
"GA": "Google Analytics",
"GOOGLEADS": "Google Ads",
"BRAZE": "Braze",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"COMSCORE": "Comscore",
"CUSTOMERIO": "Customer IO",
"FB_PIXEL": "Facebook Pixel",
Expand Down
3 changes: 3 additions & 0 deletions integrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import * as Comscore from "./Comscore";
import * as FBPixel from "./FBPixel";
import * as Lotame from "./Lotame";

// the key names should match the destination.name value to keep partity everywhere
// (config-plan name, native destination.name , exported integration name(this one below))

let integrations = {
HS: HubSpot.default,
GA: GA.default,
Expand Down
4 changes: 2 additions & 2 deletions integrations/integration_cname.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let commonNames = {
"GOOGLEADS": "GOOGLEADS",
"Braze": "BRAZE",
"BRAZE": "BRAZE",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"Chartbeat": "CHARTBEAT",
"CHARTBEAT": "CHARTBEAT",
"Comscore": "COMSCORE",
"COMSCORE": "COMSCORE",
"Customerio": "CUSTOMERIO",
Expand Down
10 changes: 6 additions & 4 deletions tests/html/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ var rudderanalytics = (function (exports) {
"GOOGLEADS": "GOOGLEADS",
"Braze": "BRAZE",
"BRAZE": "BRAZE",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"Chartbeat": "CHARTBEAT",
"CHARTBEAT": "CHARTBEAT",
"Comscore": "COMSCORE",
"COMSCORE": "COMSCORE",
"Customerio": "CUSTOMERIO",
Expand Down Expand Up @@ -203,7 +203,7 @@ var rudderanalytics = (function (exports) {
"GA": "Google Analytics",
"GOOGLEADS": "Google Ads",
"BRAZE": "Braze",
"Chartbeat": "Chartbeat",
"CHARTBEAT": "Chartbeat",
"COMSCORE": "Comscore",
"CUSTOMERIO": "Customer IO",
"FB_PIXEL": "Facebook Pixel",
Expand Down Expand Up @@ -7311,7 +7311,7 @@ var rudderanalytics = (function (exports) {
this.replayEvents = [];
this.failed = false;
this.isFirstPageCallMade = false;
this.name = "Chartbeat";
this.name = "CHARTBEAT";
}

_createClass(Chartbeat, [{
Expand Down Expand Up @@ -8557,6 +8557,8 @@ var rudderanalytics = (function (exports) {
return Lotame;
}();

// (config-plan name, native destination.name , exported integration name(this one below))

var integrations = {
HS: index,
GA: index$1,
Expand Down

0 comments on commit 4015a0f

Please sign in to comment.