rudder-sdk-js 2.11.0 → 2.11.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 +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4962,7 +4962,7 @@
4962
4962
 
4963
4963
  // Reserved Keywords for properties/traits
4964
4964
  var RESERVED_KEYS = ['anonymous_id', 'id', 'sent_at', 'received_at', 'timestamp', 'original_timestamp', 'event_text', 'event'];
4965
- var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.11.0';
4965
+ var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.11.1';
4966
4966
  var CDN_INT_DIR = 'js-integrations';
4967
4967
  var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
4968
4968
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
@@ -10620,7 +10620,7 @@
10620
10620
  this.build = "1.0.0";
10621
10621
  this.name = "RudderLabs JavaScript SDK";
10622
10622
  this.namespace = "com.rudderlabs.javascript";
10623
- this.version = "2.11.0";
10623
+ this.version = "2.11.1";
10624
10624
  });
10625
10625
 
10626
10626
  /* eslint-disable max-classes-per-file */
@@ -10629,7 +10629,7 @@
10629
10629
  _classCallCheck(this, RudderLibraryInfo);
10630
10630
 
10631
10631
  this.name = "RudderLabs JavaScript SDK";
10632
- this.version = "2.11.0";
10632
+ this.version = "2.11.1";
10633
10633
  }); // Operating System information class
10634
10634
 
10635
10635
 
@@ -13297,7 +13297,7 @@
13297
13297
  var devHosts = ['localhost', '127.0.0.1', '[::1]'];
13298
13298
  window.rsBugsnagClient = window.Bugsnag.start({
13299
13299
  apiKey: API_KEY,
13300
- appVersion: '2.11.0',
13300
+ appVersion: '2.11.1',
13301
13301
  // Set SDK version as the app version
13302
13302
  metadata: META_DATA,
13303
13303
  onError: function onError(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",