frint-store
Advanced tools
Comparing version 5.4.5 to 5.5.0
@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
root["FrintStore"] = factory(root["_"]["isPlainObject"], root["_"]["padStart"], root["Rx"], root["Rx"]["Observable"], root["Rx"], root["Rx"]["operators"], root["Rx"]["operators"], root["Rx"]["operators"], root["Rx"], root["_"]["merge"], root["Rx"]["Observable"]); | ||
})(this, function(__WEBPACK_EXTERNAL_MODULE_3__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__, __WEBPACK_EXTERNAL_MODULE_6__, __WEBPACK_EXTERNAL_MODULE_7__, __WEBPACK_EXTERNAL_MODULE_8__, __WEBPACK_EXTERNAL_MODULE_9__, __WEBPACK_EXTERNAL_MODULE_10__, __WEBPACK_EXTERNAL_MODULE_16__, __WEBPACK_EXTERNAL_MODULE_18__, __WEBPACK_EXTERNAL_MODULE_21__) { | ||
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_3__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__, __WEBPACK_EXTERNAL_MODULE_6__, __WEBPACK_EXTERNAL_MODULE_7__, __WEBPACK_EXTERNAL_MODULE_8__, __WEBPACK_EXTERNAL_MODULE_9__, __WEBPACK_EXTERNAL_MODULE_10__, __WEBPACK_EXTERNAL_MODULE_16__, __WEBPACK_EXTERNAL_MODULE_18__, __WEBPACK_EXTERNAL_MODULE_21__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -13,0 +13,0 @@ /******/ // The module cache |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("lodash/isPlainObject"),require("lodash/padStart"),require("rxjs/Subject"),require("rxjs/observable/from"),require("rxjs/BehaviorSubject"),require("rxjs/operators/map"),require("rxjs/operators/switchMap"),require("rxjs/operators/scan"),require("rxjs/Observable"),require("lodash/merge"),require("rxjs/observable/merge")):"function"==typeof define&&define.amd?define(["lodash/isPlainObject","lodash/padStart","rxjs/Subject","rxjs/observable/from","rxjs/BehaviorSubject","rxjs/operators/map","rxjs/operators/switchMap","rxjs/operators/scan","rxjs/Observable","lodash/merge","rxjs/observable/merge"],t):"object"==typeof exports?exports.FrintStore=t(require("lodash/isPlainObject"),require("lodash/padStart"),require("rxjs/Subject"),require("rxjs/observable/from"),require("rxjs/BehaviorSubject"),require("rxjs/operators/map"),require("rxjs/operators/switchMap"),require("rxjs/operators/scan"),require("rxjs/Observable"),require("lodash/merge"),require("rxjs/observable/merge")):e.FrintStore=t(e._.isPlainObject,e._.padStart,e.Rx,e.Rx.Observable,e.Rx,e.Rx.operators,e.Rx.operators,e.Rx.operators,e.Rx,e._.merge,e.Rx.Observable)}(this,function(e,t,r,n,o,i,u,s,c,a,l){return function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=1)}([function(e,t,r){"use strict";(function(n){function o(e){return e&&e.__esModule?e:{default:e}}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function u(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.options=s({initialState:void 0,deps:null,appendAction:!1,reducer:function(e){return e},epic:null,enableLogger:!0,console:console},t),this.internalState$=new h.BehaviorSubject(this.options.initialState).pipe((0,y.scan)(function(t,r){var o=void 0,i=new Date,u=[(0,f.default)(i.getHours(),2,0),":",(0,f.default)(i.getMinutes(),2,0),":",(0,f.default)(i.getSeconds(),2,0),".",(0,f.default)(i.getMilliseconds(),3,0)].join("");try{o=e.options.reducer(t,r)}catch(n){return r&&r.type&&e.options.console.error("Error processing @ "+u+" "+r.type+":"),e.options.console.error(n),t}if("production"!==n.env.NODE_ENV&&!0===e.options.enableLogger){var s="action @ "+u+" "+r.type;"function"==typeof e.options.console.group&&e.options.console.group(s),e.options.console.log("%cprevious state","color: #9e9e9e; font-weight: bold;",t),e.options.console.log("%caction","color: #33c3f0; font-weight: bold;",r),e.options.console.log("%ccurrent state","color: #4cAf50; font-weight: bold;",o),"function"==typeof e.options.console.groupEnd&&e.options.console.groupEnd()}return o})),this.exposedState$=new p.Subject,this.cachedState=Object.assign({},this.options.initialState),this.subscription=this.internalState$.subscribe(function(t){e.cachedState=t,e.exposedState$.next(t)}),this.getState=this.getState.bind(this),this.dispatch=this.dispatch.bind(this),this._input$=null,this._action$=null,this._epic$=null,this._epicSubscription=null,this.options.epic&&(this._input$=new p.Subject,this._action$=new _.default(this._input$),this._epic$=new p.Subject,this._epicSubscription=this._epic$.pipe((0,b.map)(function(t){return t(e._action$,e,e.options.deps)}),(0,v.switchMap)(function(e){return e})).subscribe(this.dispatch),this._epic$.next(this.options.epic)),this.dispatch({type:"__FRINT_INIT__"})}Object.defineProperty(t,"__esModule",{value:!0});var s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c=r(3),a=o(c),l=r(4),f=o(l),p=r(5),d=r(6),h=r(7),b=r(8),v=r(9),y=r(10),j=r(11),x=o(j),g=r(15),_=o(g);u.prototype.getState$=function(){return(0,d.from)(this)},u.prototype.getState=function(){return this.cachedState},u.prototype.dispatch=function(e){if("function"==typeof e)return e(this.dispatch,this.getState,this.options.deps);var t=this.options.appendAction&&(0,a.default)(this.options.appendAction)?s({},this.options.appendAction,e):e,r=this.internalState$.next(t);return this.options.epic&&this._input$.next(t),r},u.prototype.destroy=function(){this.subscription&&this.subscription.unsubscribe(),this._epicSubscription&&this._epicSubscription.unsubscribe()},u.prototype[x.default]=function(){var e=this;return i({subscribe:function(t){t.next(e.getState());var r=e.exposedState$.subscribe(function(e){t.next(e)});return{unsubscribe:function(){r.unsubscribe()}}}},x.default,function(){return this})},t.default=u,e.exports=t.default}).call(t,r(2))},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(0),i=n(o),u=r(17),s=n(u),c=r(19),a=n(c),l=r(20),f=n(l);t.default={Store:i.default,createStore:s.default,combineReducers:a.default,combineEpics:f.default},e.exports=t.default},function(e,t){function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function o(e){if(l===setTimeout)return setTimeout(e,0);if((l===r||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}function i(e){if(f===clearTimeout)return clearTimeout(e);if((f===n||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{return f(e)}catch(t){try{return f.call(null,e)}catch(t){return f.call(this,e)}}}function u(){b&&d&&(b=!1,d.length?h=d.concat(h):v=-1,h.length&&s())}function s(){if(!b){var e=o(u);b=!0;for(var t=h.length;t;){for(d=h,h=[];++v<t;)d&&d[v].run();v=-1,t=h.length}d=null,b=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function a(){}var l,f,p=e.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:r}catch(e){l=r}try{f="function"==typeof clearTimeout?clearTimeout:n}catch(e){f=n}}();var d,h=[],b=!1,v=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];h.push(new c(e,t)),1!==h.length||b||o(s)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=a,p.addListener=a,p.once=a,p.off=a,p.removeListener=a,p.removeAllListeners=a,p.emit=a,p.prependListener=a,p.prependOnceListener=a,p.listeners=function(e){return[]},p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(t,r){t.exports=e},function(e,r){e.exports=t},function(e,t){e.exports=r},function(e,t){e.exports=n},function(e,t){e.exports=o},function(e,t){e.exports=i},function(e,t){e.exports=u},function(e,t){e.exports=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,n){var o,i=r(14);o="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:n;var u=Object(i.a)(o);t.default=u}.call(t,r(12),r(13)(e))},function(e,t){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t,r){"use strict";function n(e){var t,r=e.Symbol;return"function"==typeof r?r.observable?t=r.observable:(t=r("observable"),r.observable=t):t="@@observable",t}t.a=n},function(e,t,r){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=r(16),s=function(e){function t(e){n(this,t);var r=o(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return r.source=e,r}return i(t,e),t}(u.Observable);t.default=s,e.exports=t.default},function(e,t){e.exports=c},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function u(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function s(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.thunkArgument&&(console.warn("[DEPRECATED] Use `deps` instead of `thunkArgument` option"),e.deps=e.thunkArgument),function(t){function r(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return o(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).call(this,(0,a.default)(e,t)))}return u(r,t),r}(f.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var c=r(18),a=n(c),l=r(0),f=n(l);e.exports=t.default},function(e,t){e.exports=a},function(e,t,r){"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=Object.keys(e),n=o({console:console},t);return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments[1],i=!1,u={};return r.forEach(function(r){var s=e[r],c=t[r],a=void 0;try{a=s(c,o)}catch(e){throw n.console.error("Reducer for key `"+r+"` threw an error:"),e}if(void 0===a)throw new Error("Reducer for key `"+r+"` returned `undefined`");u[r]=a,!0!==i&&a===c||(i=!0)}),i?u:t}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e};t.default=n,e.exports=t.default},function(e,t,r){"use strict";function n(e){if(Array.isArray(e)){for(var t=0,r=Array(e.length);t<e.length;t++)r[t]=e[t];return r}return Array.from(e)}function o(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(){for(var e=arguments.length,r=Array(e),o=0;o<e;o++)r[o]=arguments[o];var u=t.map(function(e){return e.apply(void 0,r)});return i.merge.apply(void 0,n(u))}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var i=r(21);e.exports=t.default},function(e,t){e.exports=l}])}); | ||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("lodash/isPlainObject"),require("lodash/padStart"),require("rxjs/Subject"),require("rxjs/observable/from"),require("rxjs/BehaviorSubject"),require("rxjs/operators/map"),require("rxjs/operators/switchMap"),require("rxjs/operators/scan"),require("rxjs/Observable"),require("lodash/merge"),require("rxjs/observable/merge")):"function"==typeof define&&define.amd?define(["lodash/isPlainObject","lodash/padStart","rxjs/Subject","rxjs/observable/from","rxjs/BehaviorSubject","rxjs/operators/map","rxjs/operators/switchMap","rxjs/operators/scan","rxjs/Observable","lodash/merge","rxjs/observable/merge"],t):"object"==typeof exports?exports.FrintStore=t(require("lodash/isPlainObject"),require("lodash/padStart"),require("rxjs/Subject"),require("rxjs/observable/from"),require("rxjs/BehaviorSubject"),require("rxjs/operators/map"),require("rxjs/operators/switchMap"),require("rxjs/operators/scan"),require("rxjs/Observable"),require("lodash/merge"),require("rxjs/observable/merge")):e.FrintStore=t(e._.isPlainObject,e._.padStart,e.Rx,e.Rx.Observable,e.Rx,e.Rx.operators,e.Rx.operators,e.Rx.operators,e.Rx,e._.merge,e.Rx.Observable)}("undefined"!=typeof self?self:this,function(e,t,r,n,o,i,u,s,c,a,f){return function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};return t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=1)}([function(e,t,r){"use strict";(function(n){function o(e){return e&&e.__esModule?e:{default:e}}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function u(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.options=s({initialState:void 0,deps:null,appendAction:!1,reducer:function(e){return e},epic:null,enableLogger:!0,console:console},t),this.internalState$=new h.BehaviorSubject(this.options.initialState).pipe((0,y.scan)(function(t,r){var o=void 0,i=new Date,u=[(0,l.default)(i.getHours(),2,0),":",(0,l.default)(i.getMinutes(),2,0),":",(0,l.default)(i.getSeconds(),2,0),".",(0,l.default)(i.getMilliseconds(),3,0)].join("");try{o=e.options.reducer(t,r)}catch(n){return r&&r.type&&e.options.console.error("Error processing @ "+u+" "+r.type+":"),e.options.console.error(n),t}if("production"!==n.env.NODE_ENV&&!0===e.options.enableLogger){var s="action @ "+u+" "+r.type;"function"==typeof e.options.console.group&&e.options.console.group(s),e.options.console.log("%cprevious state","color: #9e9e9e; font-weight: bold;",t),e.options.console.log("%caction","color: #33c3f0; font-weight: bold;",r),e.options.console.log("%ccurrent state","color: #4cAf50; font-weight: bold;",o),"function"==typeof e.options.console.groupEnd&&e.options.console.groupEnd()}return o})),this.exposedState$=new p.Subject,this.cachedState=Object.assign({},this.options.initialState),this.subscription=this.internalState$.subscribe(function(t){e.cachedState=t,e.exposedState$.next(t)}),this.getState=this.getState.bind(this),this.dispatch=this.dispatch.bind(this),this._input$=null,this._action$=null,this._epic$=null,this._epicSubscription=null,this.options.epic&&(this._input$=new p.Subject,this._action$=new _.default(this._input$),this._epic$=new p.Subject,this._epicSubscription=this._epic$.pipe((0,b.map)(function(t){return t(e._action$,e,e.options.deps)}),(0,v.switchMap)(function(e){return e})).subscribe(this.dispatch),this._epic$.next(this.options.epic)),this.dispatch({type:"__FRINT_INIT__"})}Object.defineProperty(t,"__esModule",{value:!0});var s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c=r(3),a=o(c),f=r(4),l=o(f),p=r(5),d=r(6),h=r(7),b=r(8),v=r(9),y=r(10),j=r(11),x=o(j),g=r(15),_=o(g);u.prototype.getState$=function(){return(0,d.from)(this)},u.prototype.getState=function(){return this.cachedState},u.prototype.dispatch=function(e){if("function"==typeof e)return e(this.dispatch,this.getState,this.options.deps);var t=this.options.appendAction&&(0,a.default)(this.options.appendAction)?s({},this.options.appendAction,e):e,r=this.internalState$.next(t);return this.options.epic&&this._input$.next(t),r},u.prototype.destroy=function(){this.subscription&&this.subscription.unsubscribe(),this._epicSubscription&&this._epicSubscription.unsubscribe()},u.prototype[x.default]=function(){var e=this;return i({subscribe:function(t){t.next(e.getState());var r=e.exposedState$.subscribe(function(e){t.next(e)});return{unsubscribe:function(){r.unsubscribe()}}}},x.default,function(){return this})},t.default=u,e.exports=t.default}).call(t,r(2))},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(0),i=n(o),u=r(17),s=n(u),c=r(19),a=n(c),f=r(20),l=n(f);t.default={Store:i.default,createStore:s.default,combineReducers:a.default,combineEpics:l.default},e.exports=t.default},function(e,t){function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function o(e){if(f===setTimeout)return setTimeout(e,0);if((f===r||!f)&&setTimeout)return f=setTimeout,setTimeout(e,0);try{return f(e,0)}catch(t){try{return f.call(null,e,0)}catch(t){return f.call(this,e,0)}}}function i(e){if(l===clearTimeout)return clearTimeout(e);if((l===n||!l)&&clearTimeout)return l=clearTimeout,clearTimeout(e);try{return l(e)}catch(t){try{return l.call(null,e)}catch(t){return l.call(this,e)}}}function u(){b&&d&&(b=!1,d.length?h=d.concat(h):v=-1,h.length&&s())}function s(){if(!b){var e=o(u);b=!0;for(var t=h.length;t;){for(d=h,h=[];++v<t;)d&&d[v].run();v=-1,t=h.length}d=null,b=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function a(){}var f,l,p=e.exports={};!function(){try{f="function"==typeof setTimeout?setTimeout:r}catch(e){f=r}try{l="function"==typeof clearTimeout?clearTimeout:n}catch(e){l=n}}();var d,h=[],b=!1,v=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];h.push(new c(e,t)),1!==h.length||b||o(s)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=a,p.addListener=a,p.once=a,p.off=a,p.removeListener=a,p.removeAllListeners=a,p.emit=a,p.prependListener=a,p.prependOnceListener=a,p.listeners=function(e){return[]},p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(t,r){t.exports=e},function(e,r){e.exports=t},function(e,t){e.exports=r},function(e,t){e.exports=n},function(e,t){e.exports=o},function(e,t){e.exports=i},function(e,t){e.exports=u},function(e,t){e.exports=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,n){var o,i=r(14);o="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:n;var u=Object(i.a)(o);t.default=u}.call(t,r(12),r(13)(e))},function(e,t){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t,r){"use strict";function n(e){var t,r=e.Symbol;return"function"==typeof r?r.observable?t=r.observable:(t=r("observable"),r.observable=t):t="@@observable",t}t.a=n},function(e,t,r){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=r(16),s=function(e){function t(e){n(this,t);var r=o(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return r.source=e,r}return i(t,e),t}(u.Observable);t.default=s,e.exports=t.default},function(e,t){e.exports=c},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function u(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function s(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.thunkArgument&&(console.warn("[DEPRECATED] Use `deps` instead of `thunkArgument` option"),e.deps=e.thunkArgument),function(t){function r(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return o(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).call(this,(0,a.default)(e,t)))}return u(r,t),r}(l.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var c=r(18),a=n(c),f=r(0),l=n(f);e.exports=t.default},function(e,t){e.exports=a},function(e,t,r){"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=Object.keys(e),n=o({console:console},t);return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments[1],i=!1,u={};return r.forEach(function(r){var s=e[r],c=t[r],a=void 0;try{a=s(c,o)}catch(e){throw n.console.error("Reducer for key `"+r+"` threw an error:"),e}if(void 0===a)throw new Error("Reducer for key `"+r+"` returned `undefined`");u[r]=a,!0!==i&&a===c||(i=!0)}),i?u:t}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e};t.default=n,e.exports=t.default},function(e,t,r){"use strict";function n(e){if(Array.isArray(e)){for(var t=0,r=Array(e.length);t<e.length;t++)r[t]=e[t];return r}return Array.from(e)}function o(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(){for(var e=arguments.length,r=Array(e),o=0;o<e;o++)r[o]=arguments[o];var u=t.map(function(e){return e.apply(void 0,r)});return i.merge.apply(void 0,n(u))}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var i=r(21);e.exports=t.default},function(e,t){e.exports=f}])}); |
{ | ||
"name": "frint-store", | ||
"version": "5.4.5", | ||
"version": "5.5.0", | ||
"description": "Store package for Frint", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"cross-env": "^5.0.5", | ||
"frint-config": "^5.4.5" | ||
"frint-config": "^5.5.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "bugs": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
84929
6