rudder-sdk-js 2.9.0 → 2.9.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 +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4939,7 +4939,7 @@
4939
4939
 
4940
4940
  // Reserved Keywords for properties/traits
4941
4941
  var RESERVED_KEYS = ['anonymous_id', 'id', 'sent_at', 'received_at', 'timestamp', 'original_timestamp', 'event_text', 'event'];
4942
- var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.9.0';
4942
+ var CONFIG_URL = 'https://api.rudderlabs.com/sourceConfig/?p=npm&v=2.9.1';
4943
4943
  var CDN_INT_DIR = 'js-integrations';
4944
4944
  var DEST_SDK_BASE_URL = "https://cdn.rudderlabs.com/v1.1/".concat(CDN_INT_DIR);
4945
4945
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
@@ -10589,7 +10589,7 @@
10589
10589
  this.build = "1.0.0";
10590
10590
  this.name = "RudderLabs JavaScript SDK";
10591
10591
  this.namespace = "com.rudderlabs.javascript";
10592
- this.version = "2.9.0";
10592
+ this.version = "2.9.1";
10593
10593
  });
10594
10594
 
10595
10595
  /* eslint-disable max-classes-per-file */
@@ -10598,7 +10598,7 @@
10598
10598
  _classCallCheck(this, RudderLibraryInfo);
10599
10599
 
10600
10600
  this.name = "RudderLabs JavaScript SDK";
10601
- this.version = "2.9.0";
10601
+ this.version = "2.9.1";
10602
10602
  }); // Operating System information class
10603
10603
 
10604
10604
 
@@ -13090,7 +13090,7 @@
13090
13090
  ADROLL: "Adroll",
13091
13091
  DCM_FLOODLIGHT: "DCMFloodlight",
13092
13092
  MATOMO: "Matomo",
13093
- VERO: "VERO"
13093
+ VERO: "Vero"
13094
13094
  };
13095
13095
 
13096
13096
  /* eslint-disable class-methods-use-this */
@@ -13260,7 +13260,7 @@
13260
13260
  if (API_KEY.match(apiKeyRegex) !== null) return;
13261
13261
  window.rsBugsnagClient = window.Bugsnag.start({
13262
13262
  apiKey: API_KEY,
13263
- appVersion: "2.9.0",
13263
+ appVersion: "2.9.1",
13264
13264
  // Set SDK version as the app version
13265
13265
  metadata: META_DATA,
13266
13266
  onError: function onError(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",