rudder-sdk-js 2.5.0 → 2.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -3
- 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.
|
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.
|
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.
|
11553
|
+
this.version = "2.5.1";
|
11554
11554
|
}); // Operating System information class
|
11555
11555
|
|
11556
11556
|
|