rudder-sdk-js 2.3.5 → 2.3.6
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
@@ -4709,7 +4709,7 @@
|
|
4709
4709
|
|
4710
4710
|
// Reserved Keywords for properties/traits
|
4711
4711
|
var ReservedPropertyKeywords = ["anonymous_id", "id", "sent_at", "received_at", "timestamp", "original_timestamp", "event_text", "event"]; // ECommerce Parameter Names Enumeration
|
4712
|
-
var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.3.
|
4712
|
+
var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.3.6";
|
4713
4713
|
var CDN_INT_DIR = "js-integrations";
|
4714
4714
|
var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
|
4715
4715
|
var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
|
@@ -11306,7 +11306,7 @@
|
|
11306
11306
|
this.build = "1.0.0";
|
11307
11307
|
this.name = "RudderLabs JavaScript SDK";
|
11308
11308
|
this.namespace = "com.rudderlabs.javascript";
|
11309
|
-
this.version = "2.3.
|
11309
|
+
this.version = "2.3.6";
|
11310
11310
|
});
|
11311
11311
|
|
11312
11312
|
/* eslint-disable max-classes-per-file */
|
@@ -11315,7 +11315,7 @@
|
|
11315
11315
|
_classCallCheck(this, RudderLibraryInfo);
|
11316
11316
|
|
11317
11317
|
this.name = "RudderLabs JavaScript SDK";
|
11318
|
-
this.version = "2.3.
|
11318
|
+
this.version = "2.3.6";
|
11319
11319
|
}); // Operating System information class
|
11320
11320
|
|
11321
11321
|
|