!function(e){vart={};functionn(r){if(t[r])returnt[r].exports;varo=t[r]={i:r,l:!1,exports:{}};returne[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)returne;if(4&t&&"object"==typeofe&&e&&e.__esModule)returne;varr=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeofe)for(varoine)n.d(r,o,function(t){returne[t]}.bind(null,o));returnr},n.n=function(e){vart=e&&e.__esModule?function(){returne.default}:function(){returne};returnn.d(t,"a",t),t},n.o=function(e,t){returnObject.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=947)}({100:function(e,t,n){functionr(e){return(r="function"==typeofSymbol&&"symbol"==typeofSymbol.iterator?function(e){returntypeofe}:function(e){returne&&"function"==typeofSymbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeofe})(e)}functiono(e,t){for(varn=0;n<t.length;n++){varr=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"inr&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}vari=n(99),a=n(58),s=a.MAX_LENGTH,c=a.MAX_SAFE_INTEGER,u=n(98),f=u.re,l=u.t,p=n(157).compareIdentifiers,d=function(){functione(t,n){if(function(e,t){if(!(einstanceoft))thrownewTypeError("Cannot call a class as a function")}(this,e),n&&"object"===r(n)||(n={loose:!!n,includePrerelease:!1}),tinstanceofe){if(t.loose===!!n.loose&&t.includePrerelease===!!n.includePrerelease)returnt;t=t.version}elseif("string"!=typeoft)thrownewTypeError("Invalid Version: ".concat(t));if(t.length>s)thrownewTypeError("version is longer than ".concat(s," characters"));i("SemVer",t,n),this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease;varo=t.trim().match(n.loose?f[l.LOOSE]:f[l.FULL]);if(!o)thrownewTypeError("Invalid Version: ".concat(t));if(this.raw=t,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>c||this.major<0)thrownewTypeError("Invalid major version");if(this.minor>c||this.minor<0)thrownewTypeError("Invalid minor version");if(this.patch>c||this.patch<0)thrownewTypeError("Invalid patch version");o[4]?this.prerelease=o[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){vart=+e;if(t>=0&&t<c)returnt}returne})):this.prerelease=[],this.build=o[5]?o[5].split("."):[],this.format()}vart,n,a;returnt=e,(n=[{key:"format",value:function(){returnthis.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}},{key:"toString",value:function(){returnthis.version}},{key:"compare",value:function(t){if(i("SemVer.compare",this.version,this.options,t),!(tinstanceofe)){if("string"==typeoft&&t===this.version)return0;t=newe(t,this.options)}returnt.version===this.version?0:this.compareMain(t)||this.comparePre(t)}},{key:"compareMain",value:function(t){returntinstanceofe||(t=newe(t,this.options)),p(this.major,t.major)||p(this.minor,t.minor)||p(this.patch,t.patch)}},{key:"comparePre",value:function(t){if(tinstanceofe||(t=newe(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return1;if(!this.prerelease.length&&!t.prerelease.length)return0;varn=0;do{varr=this.prerelease[n],o=t.prerelease[n];if(i("prerelease compare",n,r,o),void0===r&&void0===o)return0;if(void0===o)return1;if(void0===r)return-1;if(r!==o)returnp(r,o)}while(++n)}},{key:"compareBuild",value:function(t){tinstanceofe||(t=newe(t,this.options));varn=0;do{varr=this.build[n],o=t.build[n];if(i("prerelease compare",n,r,o),void0===r&&void0===o)return0;if(void0===o)return1;if(void0===r)return-1;if(r!==o)returnp(r,o)}while(++n)}},{key:"inc",value:function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.mi