rudder-sdk-js 2.35.1 → 2.37.0
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 +31 -0
- package/index.d.ts +4 -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
@@ -5215,7 +5215,7 @@ description:this.description,number:this.number,// Mozilla
|
|
5215
5215
|
fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,// Axios
|
5216
5216
|
config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null};};return error;}
|
5217
5217
|
|
5218
|
-
var version='2.
|
5218
|
+
var version='2.37.0';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(){/**
|
5219
5219
|
* Initialize a new `Analytics` with your RudderStack source's `writeKey` and an
|
5220
5220
|
* optional dictionary of `options`.
|
5221
5221
|
*
|
package/service-worker/index.js
CHANGED
@@ -5221,7 +5221,7 @@
|
|
5221
5221
|
fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,// Axios
|
5222
5222
|
config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null};};return error;}
|
5223
5223
|
|
5224
|
-
var version='2.
|
5224
|
+
var version='2.37.0';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(){/**
|
5225
5225
|
* Initialize a new `Analytics` with your RudderStack source's `writeKey` and an
|
5226
5226
|
* optional dictionary of `options`.
|
5227
5227
|
*
|