castled-js-sdk 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/index.d.ts +2 -2
- 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 +2 -2
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='0.0.
|
5222
|
+
var version='0.0.6';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
@@ -1,7 +1,7 @@
|
|
1
1
|
(function (global, factory) {
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.castledServiceWorker = {}));
|
5
5
|
})(this, (function (exports) { 'use strict';
|
6
6
|
|
7
7
|
function ownKeys$1(object, enumerableOnly) {
|
@@ -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='0.0.
|
5228
|
+
var version='0.0.6';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
|
*
|