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.
- package/index.d.ts +2 -1
- package/index.js +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
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.
|
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.
|
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.
|
34232
|
+
this.version = "1.4.1";
|
34233
34233
|
}); // Operating System information class
|
34234
34234
|
|
34235
34235
|
|