rudder-sdk-js 2.12.2 → 2.12.3
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.
- package/index.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4986,7 +4986,7 @@
|
|
|
4986
4986
|
|
|
4987
4987
|
// Reserved Keywords for properties/traits
|
|
4988
4988
|
var RESERVED_KEYS = ['anonymous_id', 'id', 'sent_at', 'received_at', 'timestamp', 'original_timestamp', 'event_text', 'event'];
|
|
4989
|
-
var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.12.
|
|
4989
|
+
var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.12.3';
|
|
4990
4990
|
var CDN_INT_DIR = 'js-integrations';
|
|
4991
4991
|
var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
|
|
4992
4992
|
var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
|
|
@@ -10638,7 +10638,7 @@
|
|
|
10638
10638
|
this.build = '1.0.0';
|
|
10639
10639
|
this.name = 'RudderLabs JavaScript SDK';
|
|
10640
10640
|
this.namespace = 'com.rudderlabs.javascript';
|
|
10641
|
-
this.version = '2.12.
|
|
10641
|
+
this.version = '2.12.3';
|
|
10642
10642
|
});
|
|
10643
10643
|
|
|
10644
10644
|
/* eslint-disable max-classes-per-file */
|
|
@@ -10647,7 +10647,7 @@
|
|
|
10647
10647
|
_classCallCheck(this, RudderLibraryInfo);
|
|
10648
10648
|
|
|
10649
10649
|
this.name = 'RudderLabs JavaScript SDK';
|
|
10650
|
-
this.version = '2.12.
|
|
10650
|
+
this.version = '2.12.3';
|
|
10651
10651
|
}); // Operating System information class
|
|
10652
10652
|
|
|
10653
10653
|
|
|
@@ -13317,7 +13317,7 @@
|
|
|
13317
13317
|
var devHosts = ['localhost', '127.0.0.1', '[::1]'];
|
|
13318
13318
|
window.rsBugsnagClient = window.Bugsnag.start({
|
|
13319
13319
|
apiKey: API_KEY,
|
|
13320
|
-
appVersion: '2.12.
|
|
13320
|
+
appVersion: '2.12.3',
|
|
13321
13321
|
// Set SDK version as the app version
|
|
13322
13322
|
metadata: META_DATA,
|
|
13323
13323
|
onError: function onError(event) {
|