From f55ff4aaeb62462f2de8e9e50ff84e6444ad39c6 Mon Sep 17 00:00:00 2001 From: Eric Sanchez Date: Fri, 5 Feb 2021 15:37:39 -0800 Subject: [PATCH] feat: update semantic release --- dist/{imgix-core-js.cjs => imgix-core-js.cjs.js} | 0 dist/{imgix-core-js.mjs => imgix-core-js.esm.js} | 0 dist/imgix-core-js.js | 1 - dist/imgix-core-js.umd.js | 1 + package.json | 9 +++++---- rollup.config.js | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) rename dist/{imgix-core-js.cjs => imgix-core-js.cjs.js} (100%) rename dist/{imgix-core-js.mjs => imgix-core-js.esm.js} (100%) delete mode 100644 dist/imgix-core-js.js create mode 100644 dist/imgix-core-js.umd.js diff --git a/dist/imgix-core-js.cjs b/dist/imgix-core-js.cjs.js similarity index 100% rename from dist/imgix-core-js.cjs rename to dist/imgix-core-js.cjs.js diff --git a/dist/imgix-core-js.mjs b/dist/imgix-core-js.esm.js similarity index 100% rename from dist/imgix-core-js.mjs rename to dist/imgix-core-js.esm.js diff --git a/dist/imgix-core-js.js b/dist/imgix-core-js.js deleted file mode 100644 index c2bbc7f14..000000000 --- a/dist/imgix-core-js.js +++ /dev/null @@ -1 +0,0 @@ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self)["imgix-core-js"]=e()}(this,function(){"use strict";function o(t,e){for(var r=0;rt.length)&&(e=t.length);for(var r=0,n=new Array(e);r>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&r.rotl(t,8)|4278255360&r.rotl(t,24);for(var e=0;e>>5]|=t[r]<<24-n%32;return e},wordsToBytes:function(t){for(var e=[],r=0;r<32*t.length;r+=8)e.push(t[r>>>5]>>>24-r%32&255);return e},bytesToHex:function(t){for(var e=[],r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],r=0;r>>6*(3-o)&63)):e.push("=");return e.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var e=[],r=0,n=0;r>>6-2*n);return e}},t.exports=r}),l={utf8:{stringToBytes:function(t){return l.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(l.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],r=0;r>>24)|4278255360&(r[u]<<24|r[u]>>>8);r[t>>>5]|=128<>>9<<4)]=t;for(var c=w._ff,s=w._gg,f=w._hh,l=w._ii,u=0;u>>0,o=o+d>>>0,i=i+g>>>0,a=a+p>>>0}return y.endian([n,o,i,a])})._ff=function(t,e,r,n,o,i,a){a=t+(e&r|~e&n)+(o>>>0)+a;return(a<>>32-i)+e},w._gg=function(t,e,r,n,o,i,a){a=t+(e&n|r&~n)+(o>>>0)+a;return(a<>>32-i)+e},w._hh=function(t,e,r,n,o,i,a){a=t+(e^r^n)+(o>>>0)+a;return(a<>>32-i)+e},w._ii=function(t,e,r,n,o,i,a){a=t+(r^(e|~n))+(o>>>0)+a;return(a<>>32-i)+e},w._blocksize=16,w._digestsize=16,t.exports=function(t,e){if(null==t)throw new Error("Illegal argument "+t);t=y.wordsToBytes(w(t,e));return e&&e.asBytes?t:e&&e.asString?m.bytesToString(t):y.bytesToHex(t)}}),p=t(function(P,t){var e;e="undefined"!=typeof self?self:"undefined"!=typeof window?window:i,P.exports=function(e){var r=(e=e||{}).Base64,t="2.6.4",s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=function(t){var e={};for(var r=0,n=t.length;r>>6)+a(128|e&63):a(224|e>>>12&15)+a(128|e>>>6&63)+a(128|e&63)}else{var e=65536+(t.charCodeAt(0)-55296)*1024+(t.charCodeAt(1)-56320);return a(240|e>>>18&7)+a(128|e>>>12&63)+a(128|e>>>6&63)+a(128|e&63)}},o=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,u=function(t){return t.replace(o,n)},c=function(t){var e=[0,2,1][t.length%3],r=t.charCodeAt(0)<<16|(t.length>1?t.charCodeAt(1):0)<<8|(t.length>2?t.charCodeAt(2):0),n=[s.charAt(r>>>18),s.charAt(r>>>12&63),e>=2?"=":s.charAt(r>>>6&63),e>=1?"=":s.charAt(r&63)];return n.join("")},f=e.btoa&&typeof e.btoa=="function"?function(t){return e.btoa(t)}:function(t){if(t.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return t.replace(/[\s\S]{1,3}/g,c)},l=function(t){return f(u(String(t)))},h=function(t){return t.replace(/[+\/]/g,function(t){return t=="+"?"-":"_"}).replace(/=/g,"")},d=function(t,e){return e?h(l(t)):l(t)},g=function(t){return d(t,true)},p;if(e.Uint8Array)p=function(t,e){var r="";for(var n=0,o=t.length;n>>18)+s.charAt(c>>>12&63)+(typeof a!="undefined"?s.charAt(c>>>6&63):"=")+(typeof u!="undefined"?s.charAt(c&63):"=")}return e?h(r):r};var y=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,b=function(t){switch(t.length){case 4:var e=(7&t.charCodeAt(0))<<18|(63&t.charCodeAt(1))<<12|(63&t.charCodeAt(2))<<6|63&t.charCodeAt(3),r=e-65536;return a((r>>>10)+55296)+a((r&1023)+56320);case 3:return a((15&t.charCodeAt(0))<<12|(63&t.charCodeAt(1))<<6|63&t.charCodeAt(2));default:return a((31&t.charCodeAt(0))<<6|63&t.charCodeAt(1))}},v=function(t){return t.replace(y,b)},m=function(t){var e=t.length,r=e%4,n=(e>0?i[t.charAt(0)]<<18:0)|(e>1?i[t.charAt(1)]<<12:0)|(e>2?i[t.charAt(2)]<<6:0)|(e>3?i[t.charAt(3)]:0),o=[a(n>>>16),a(n>>>8&255),a(n&255)];o.length-=[0,0,2,1][r];return o.join("")},w=e.atob&&typeof e.atob=="function"?function(t){return e.atob(t)}:function(t){return t.replace(/\S{1,4}/g,m)},A=function(t){return w(String(t).replace(/[^A-Za-z0-9\+\/]/g,""))},x=function(t){return v(w(t))},S=function(t){return String(t).replace(/[-_]/g,function(t){return t=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},T=function(t){return x(S(t))},C;if(e.Uint8Array)C=function(t){return Uint8Array.from(A(S(t)),function(t){return t.charCodeAt(0)})};var B=function(){var t=e.Base64;e.Base64=r;return t};if(e.Base64={VERSION:t,atob:A,btoa:f,fromBase64:T,toBase64:d,utob:u,encode:d,encodeURI:g,btou:v,decode:T,noConflict:B,fromUint8Array:p,toUint8Array:C},typeof Object.defineProperty==="function"){var j=function(t){return{value:t,enumerable:false,writable:true,configurable:true}};e.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",j(function(){return T(this)}));Object.defineProperty(String.prototype,"toBase64",j(function(t){return d(this,t)}));Object.defineProperty(String.prototype,"toBase64URI",j(function(){return d(this,true)}))}}if(e["Meteor"])Base64=e.Base64;if(P.exports)P.exports.Base64=e.Base64;return{Base64:e.Base64}}(e)}).Base64,y="2.3.2",b=/^(?:[a-z\d\-_]{1,62}\.){0,125}(?:[a-z\d](?:\-(?=\-*[a-z\d])|[a-z]|\d){0,62}\.)[a-z\d]{1,63}$/i,v={1:75,2:50,3:35,4:23,5:20},m={domain:null,useHTTPS:!0,includeLibraryParam:!0,urlPrefix:"https://",secureURLToken:null};function w(t,e){if(!Number.isInteger(t)||!Number.isInteger(e)||t<=0||e<=0||et.length)&&(e=t.length);for(var r=0,n=new Array(e);r>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&r.rotl(t,8)|4278255360&r.rotl(t,24);for(var e=0;e>>5]|=t[r]<<24-n%32;return e},wordsToBytes:function(t){for(var e=[],r=0;r<32*t.length;r+=8)e.push(t[r>>>5]>>>24-r%32&255);return e},bytesToHex:function(t){for(var e=[],r=0;r>>4).toString(16)),e.push((15&t[r]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],r=0;r>>6*(3-o)&63)):e.push("=");return e.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var e=[],r=0,n=0;r>>6-2*n);return e}},t.exports=r}),l={utf8:{stringToBytes:function(t){return l.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(l.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],r=0;r>>24)|4278255360&(r[u]<<24|r[u]>>>8);r[t>>>5]|=128<>>9<<4)]=t;for(var c=w._ff,s=w._gg,f=w._hh,l=w._ii,u=0;u>>0,o=o+d>>>0,i=i+g>>>0,a=a+p>>>0}return y.endian([n,o,i,a])})._ff=function(t,e,r,n,o,i,a){a=t+(e&r|~e&n)+(o>>>0)+a;return(a<>>32-i)+e},w._gg=function(t,e,r,n,o,i,a){a=t+(e&n|r&~n)+(o>>>0)+a;return(a<>>32-i)+e},w._hh=function(t,e,r,n,o,i,a){a=t+(e^r^n)+(o>>>0)+a;return(a<>>32-i)+e},w._ii=function(t,e,r,n,o,i,a){a=t+(r^(e|~n))+(o>>>0)+a;return(a<>>32-i)+e},w._blocksize=16,w._digestsize=16,t.exports=function(t,e){if(null==t)throw new Error("Illegal argument "+t);t=y.wordsToBytes(w(t,e));return e&&e.asBytes?t:e&&e.asString?m.bytesToString(t):y.bytesToHex(t)}}),p=t(function(P,t){var e;e="undefined"!=typeof self?self:"undefined"!=typeof window?window:i,P.exports=function(e){var r=(e=e||{}).Base64,t="2.6.4",s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=function(t){var e={};for(var r=0,n=t.length;r>>6)+a(128|e&63):a(224|e>>>12&15)+a(128|e>>>6&63)+a(128|e&63)}else{var e=65536+(t.charCodeAt(0)-55296)*1024+(t.charCodeAt(1)-56320);return a(240|e>>>18&7)+a(128|e>>>12&63)+a(128|e>>>6&63)+a(128|e&63)}},o=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,u=function(t){return t.replace(o,n)},c=function(t){var e=[0,2,1][t.length%3],r=t.charCodeAt(0)<<16|(t.length>1?t.charCodeAt(1):0)<<8|(t.length>2?t.charCodeAt(2):0),n=[s.charAt(r>>>18),s.charAt(r>>>12&63),e>=2?"=":s.charAt(r>>>6&63),e>=1?"=":s.charAt(r&63)];return n.join("")},f=e.btoa&&typeof e.btoa=="function"?function(t){return e.btoa(t)}:function(t){if(t.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return t.replace(/[\s\S]{1,3}/g,c)},l=function(t){return f(u(String(t)))},h=function(t){return t.replace(/[+\/]/g,function(t){return t=="+"?"-":"_"}).replace(/=/g,"")},d=function(t,e){return e?h(l(t)):l(t)},g=function(t){return d(t,true)},p;if(e.Uint8Array)p=function(t,e){var r="";for(var n=0,o=t.length;n>>18)+s.charAt(c>>>12&63)+(typeof a!="undefined"?s.charAt(c>>>6&63):"=")+(typeof u!="undefined"?s.charAt(c&63):"=")}return e?h(r):r};var y=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,b=function(t){switch(t.length){case 4:var e=(7&t.charCodeAt(0))<<18|(63&t.charCodeAt(1))<<12|(63&t.charCodeAt(2))<<6|63&t.charCodeAt(3),r=e-65536;return a((r>>>10)+55296)+a((r&1023)+56320);case 3:return a((15&t.charCodeAt(0))<<12|(63&t.charCodeAt(1))<<6|63&t.charCodeAt(2));default:return a((31&t.charCodeAt(0))<<6|63&t.charCodeAt(1))}},v=function(t){return t.replace(y,b)},m=function(t){var e=t.length,r=e%4,n=(e>0?i[t.charAt(0)]<<18:0)|(e>1?i[t.charAt(1)]<<12:0)|(e>2?i[t.charAt(2)]<<6:0)|(e>3?i[t.charAt(3)]:0),o=[a(n>>>16),a(n>>>8&255),a(n&255)];o.length-=[0,0,2,1][r];return o.join("")},w=e.atob&&typeof e.atob=="function"?function(t){return e.atob(t)}:function(t){return t.replace(/\S{1,4}/g,m)},A=function(t){return w(String(t).replace(/[^A-Za-z0-9\+\/]/g,""))},x=function(t){return v(w(t))},S=function(t){return String(t).replace(/[-_]/g,function(t){return t=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},T=function(t){return x(S(t))},C;if(e.Uint8Array)C=function(t){return Uint8Array.from(A(S(t)),function(t){return t.charCodeAt(0)})};var B=function(){var t=e.Base64;e.Base64=r;return t};if(e.Base64={VERSION:t,atob:A,btoa:f,fromBase64:T,toBase64:d,utob:u,encode:d,encodeURI:g,btou:v,decode:T,noConflict:B,fromUint8Array:p,toUint8Array:C},typeof Object.defineProperty==="function"){var j=function(t){return{value:t,enumerable:false,writable:true,configurable:true}};e.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",j(function(){return T(this)}));Object.defineProperty(String.prototype,"toBase64",j(function(t){return d(this,t)}));Object.defineProperty(String.prototype,"toBase64URI",j(function(){return d(this,true)}))}}if(e["Meteor"])Base64=e.Base64;if(P.exports)P.exports.Base64=e.Base64;return{Base64:e.Base64}}(e)}).Base64,y="2.3.2",b=/^(?:[a-z\d\-_]{1,62}\.){0,125}(?:[a-z\d](?:\-(?=\-*[a-z\d])|[a-z]|\d){0,62}\.)[a-z\d]{1,63}$/i,v={1:75,2:50,3:35,4:23,5:20},m={domain:null,useHTTPS:!0,includeLibraryParam:!0,urlPrefix:"https://",secureURLToken:null};function w(t,e){if(!Number.isInteger(t)||!Number.isInteger(e)||t<=0||e<=0||e