rudder-sdk-js 2.40.0 → 2.40.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/CHANGELOG.md +8 -0
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/service-worker/index.es.js +1 -1
- package/service-worker/index.js +1 -1
package/package.json
CHANGED
@@ -5219,7 +5219,7 @@ description:this.description,number:this.number,// Mozilla
|
|
5219
5219
|
fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,// Axios
|
5220
5220
|
config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null};};return error;}
|
5221
5221
|
|
5222
|
-
var version='2.40.
|
5222
|
+
var version='2.40.1';var removeTrailingSlashes=function removeTrailingSlashes(inURL){return inURL&&inURL.endsWith('/')?inURL.replace(/\/+$/,''):inURL;};var isFunction=function isFunction(value){return typeof value==='function'&&Boolean(value.constructor&&value.call&&value.apply);};var setImmediate=browser$1.nextTick.bind(browser$1);var noop=function noop(){};var Analytics=/*#__PURE__*/function(){/**
|
5223
5223
|
* Initialize a new `Analytics` with your RudderStack source's `writeKey` and an
|
5224
5224
|
* optional dictionary of `options`.
|
5225
5225
|
*
|
package/service-worker/index.js
CHANGED
@@ -5225,7 +5225,7 @@
|
|
5225
5225
|
fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,// Axios
|
5226
5226
|
config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null};};return error;}
|
5227
5227
|
|
5228
|
-
var version='2.40.
|
5228
|
+
var version='2.40.1';var removeTrailingSlashes=function removeTrailingSlashes(inURL){return inURL&&inURL.endsWith('/')?inURL.replace(/\/+$/,''):inURL;};var isFunction=function isFunction(value){return typeof value==='function'&&Boolean(value.constructor&&value.call&&value.apply);};var setImmediate=browser$1.nextTick.bind(browser$1);var noop=function noop(){};var Analytics=/*#__PURE__*/function(){/**
|
5229
5229
|
* Initialize a new `Analytics` with your RudderStack source's `writeKey` and an
|
5230
5230
|
* optional dictionary of `options`.
|
5231
5231
|
*
|