rudder-sdk-js 1.4.0 → 1.4.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 (3) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +3 -3
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -105,7 +105,8 @@ declare module "rudder-sdk-js" {
105
105
  | number
106
106
  | boolean
107
107
  | apiObject
108
- | (string | number | boolean | apiObject)[];
108
+ | (string | number | boolean | apiObject)[]
109
+ | undefined;
109
110
  }
110
111
 
111
112
  /**
package/index.js CHANGED
@@ -5519,7 +5519,7 @@
5519
5519
  PRODUCT_REVIEWED: "Product Reviewed"
5520
5520
  }; // Enumeration for integrations supported
5521
5521
 
5522
- var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.4.0";
5522
+ var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.4.1";
5523
5523
  var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
5524
5524
  var INTEGRATION_LOAD_CHECK_INTERVAL = 1000;
5525
5525
  var POLYFILL_URL = "https://polyfill.io/v3/polyfill.min.js?features=Array.prototype.find%2CArray.prototype.includes%2CPromise%2CString.prototype.endsWith%2CString.prototype.includes%2CString.prototype.startsWith%2CObject.entries";
@@ -34221,7 +34221,7 @@
34221
34221
  this.build = "1.0.0";
34222
34222
  this.name = "RudderLabs JavaScript SDK";
34223
34223
  this.namespace = "com.rudderlabs.javascript";
34224
- this.version = "1.4.0";
34224
+ this.version = "1.4.1";
34225
34225
  });
34226
34226
 
34227
34227
  // Library information class
@@ -34229,7 +34229,7 @@
34229
34229
  _classCallCheck(this, RudderLibraryInfo);
34230
34230
 
34231
34231
  this.name = "RudderLabs JavaScript SDK";
34232
- this.version = "1.4.0";
34232
+ this.version = "1.4.1";
34233
34233
  }); // Operating System information class
34234
34234
 
34235
34235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "RudderStack Javascript SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",