rudder-sdk-js 2.5.2 → 2.6.0

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.
Files changed (2) hide show
  1. package/index.js +4 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4793,6 +4793,7 @@
4793
4793
  CHARTBEAT: "Chartbeat",
4794
4794
  COMSCORE: "Comscore",
4795
4795
  CUSTOMERIO: "Customer IO",
4796
+ DCM_Floodlight: "DCM Floodlight",
4796
4797
  FACEBOOK_PIXEL: "Facebook Pixel",
4797
4798
  GTM: "Google Tag Manager",
4798
4799
  HOTJAR: "Hotjar",
@@ -4835,7 +4836,7 @@
4835
4836
 
4836
4837
  // Reserved Keywords for properties/traits
4837
4838
  var ReservedPropertyKeywords = ["anonymous_id", "id", "sent_at", "received_at", "timestamp", "original_timestamp", "event_text", "event"]; // ECommerce Parameter Names Enumeration
4838
- var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.5.2";
4839
+ var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.6.0";
4839
4840
  var CDN_INT_DIR = "js-integrations";
4840
4841
  var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
4841
4842
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
@@ -11541,7 +11542,7 @@
11541
11542
  this.build = "1.0.0";
11542
11543
  this.name = "RudderLabs JavaScript SDK";
11543
11544
  this.namespace = "com.rudderlabs.javascript";
11544
- this.version = "2.5.2";
11545
+ this.version = "2.6.0";
11545
11546
  });
11546
11547
 
11547
11548
  /* eslint-disable max-classes-per-file */
@@ -11550,7 +11551,7 @@
11550
11551
  _classCallCheck(this, RudderLibraryInfo);
11551
11552
 
11552
11553
  this.name = "RudderLabs JavaScript SDK";
11553
- this.version = "2.5.2";
11554
+ this.version = "2.6.0";
11554
11555
  }); // Operating System information class
11555
11556
 
11556
11557
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "2.5.2",
3
+ "version": "2.6.0",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",