rudder-sdk-js 1.2.13 → 1.2.14

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 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5555,7 +5555,7 @@
5555
5555
  PRODUCT_REVIEWED: "Product Reviewed"
5556
5556
  }; // Enumeration for integrations supported
5557
5557
 
5558
- var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.2.13";
5558
+ var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.2.14";
5559
5559
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
5560
5560
  var INTEGRATION_LOAD_CHECK_INTERVAL = 1000;
5561
5561
  /* module.exports = {
@@ -34243,7 +34243,7 @@
34243
34243
  this.build = "1.0.0";
34244
34244
  this.name = "RudderLabs JavaScript SDK";
34245
34245
  this.namespace = "com.rudderlabs.javascript";
34246
- this.version = "1.2.13";
34246
+ this.version = "1.2.14";
34247
34247
  });
34248
34248
 
34249
34249
  // Library information class
@@ -34251,7 +34251,7 @@
34251
34251
  _classCallCheck(this, RudderLibraryInfo);
34252
34252
 
34253
34253
  this.name = "RudderLabs JavaScript SDK";
34254
- this.version = "1.2.13";
34254
+ this.version = "1.2.14";
34255
34255
  }); // Operating System information class
34256
34256
 
34257
34257
 
@@ -37595,9 +37595,7 @@
37595
37595
  });
37596
37596
  }
37597
37597
 
37598
- if (isNotEmpty(storageOptions)) {
37599
- this.storage.options(storageOptions);
37600
- }
37598
+ this.storage.options(storageOptions);
37601
37599
 
37602
37600
  if (options && options.integrations) {
37603
37601
  _extends(this.loadOnlyIntegrations, options.integrations);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",