diff --git a/dist/upup.min.js b/dist/upup.min.js index 6f6603f..221015b 100644 --- a/dist/upup.min.js +++ b/dist/upup.min.js @@ -1,5 +1,5 @@ //! UpUp -//! version : 0.0.1 +//! version : 0.1.0 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/dist/upup.sw.min.js b/dist/upup.sw.min.js index fe0820f..85cf0a3 100644 --- a/dist/upup.sw.min.js +++ b/dist/upup.sw.min.js @@ -1,6 +1,6 @@ Cache.prototype.add||(Cache.prototype.add=function(a){return this.addAll([a])}),Cache.prototype.addAll||(Cache.prototype.addAll=function(a){function b(a){this.name="NetworkError",this.code=19,this.message=a}var c=this;return b.prototype=Object.create(Error.prototype),Promise.resolve().then(function(){if(arguments.length<1)throw new TypeError;return a=a.map(function(a){return a instanceof Request?a:String(a)}),Promise.all(a.map(function(a){"string"==typeof a&&(a=new Request(a));var c=new URL(a.url).protocol;if("http:"!==c&&"https:"!==c)throw new b("Invalid scheme");return fetch(a.clone())}))}).then(function(b){return Promise.all(b.map(function(b,d){return c.put(a[d],b)}))}).then(function(){return void 0})}),CacheStorage.prototype.match||(CacheStorage.prototype.match=function(a,b){var c=this;return this.keys().then(function(d){var e;return d.reduce(function(d,f){return d.then(function(){return e||c.open(f).then(function(c){return c.match(a,b)}).then(function(a){return e=a})})},Promise.resolve())})}); //! UpUp ServiceWorker -//! version : 0.0.1 +//! version : 0.1.0 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/dist/upup.zip b/dist/upup.zip index 548b067..6eafc00 100644 Binary files a/dist/upup.zip and b/dist/upup.zip differ diff --git a/package.json b/package.json index c5fda08..edf46a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "UpUp", - "version": "0.0.1", + "version": "0.1.0", "description": "Make sure your site never goes… !up.", "main": "index.js", "scripts": { diff --git a/src/upup.js b/src/upup.js index 90caa4d..bb1ea75 100644 --- a/src/upup.js +++ b/src/upup.js @@ -1,5 +1,5 @@ //! UpUp -//! version : 0.0.1 +//! version : 0.1.0 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp diff --git a/src/upup.sw.js b/src/upup.sw.js index 88c389e..03ad0a5 100644 --- a/src/upup.sw.js +++ b/src/upup.sw.js @@ -1,6 +1,6 @@ //! UpUp ServiceWorker -//! version : 0.0.1 +//! version : 0.1.0 //! author : Tal Ater @TalAter //! license : MIT //! https://github.com/TalAter/UpUp