rudder-sdk-js 2.5.0 → 2.5.1

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4835,7 +4835,7 @@
4835
4835
 
4836
4836
  // Reserved Keywords for properties/traits
4837
4837
  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.0";
4838
+ var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.5.1";
4839
4839
  var CDN_INT_DIR = "js-integrations";
4840
4840
  var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
4841
4841
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
@@ -11541,7 +11541,7 @@
11541
11541
  this.build = "1.0.0";
11542
11542
  this.name = "RudderLabs JavaScript SDK";
11543
11543
  this.namespace = "com.rudderlabs.javascript";
11544
- this.version = "2.5.0";
11544
+ this.version = "2.5.1";
11545
11545
  });
11546
11546
 
11547
11547
  /* eslint-disable max-classes-per-file */
@@ -11550,7 +11550,7 @@
11550
11550
  _classCallCheck(this, RudderLibraryInfo);
11551
11551
 
11552
11552
  this.name = "RudderLabs JavaScript SDK";
11553
- this.version = "2.5.0";
11553
+ this.version = "2.5.1";
11554
11554
  }); // Operating System information class
11555
11555
 
11556
11556
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",