@maka/maka-cli 4.6.8 → 4.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kit.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/https/progress.class.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a123d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0x1ad))/0x1*(-parseInt(f(0x1a3))/0x2)+parseInt(f(0x1a8))/0x3*(parseInt(f(0x1a9))/0x4)+-parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1a0))/0x6)+parseInt(f(0x1a4))/0x7+parseInt(f(0x19f))/0x8+parseInt(f(0x1a2))/0x9*(parseInt(f(0x1ab))/0xa)+-parseInt(f(0x1a1))/0xb*(parseInt(f(0x1a5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1952f));function a123c(){var h=['(((.+)+)+)+$','22161vQNGZO','1117880FjCnHr','1194VhiJlx','2390003ltrDWR','166059cCSgmh','8oVJvHr','797685TfzpFQ','12awCafg','735WrqlQx','search','507YNSCrt','1252fFmZFM','toString','40KAKVnG'];a123c=function(){return h;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x19f;var f=c[d];return f;},a123d(a,b);}var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var g=a123d;return a123a[g(0x1aa)]()[g(0x1a7)](g(0x1ac))[g(0x1aa)]()['constructor'](a123a)['search'](g(0x1ac));});a123a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124s=a124d;
|
|
1
|
+
const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=-parseInt(p(0x9e))/0x1*(-parseInt(p(0x8f))/0x2)+parseInt(p(0xa6))/0x3*(-parseInt(p(0x82))/0x4)+parseInt(p(0x99))/0x5+parseInt(p(0x7f))/0x6*(parseInt(p(0x74))/0x7)+parseInt(p(0x8a))/0x8*(-parseInt(p(0x84))/0x9)+-parseInt(p(0x70))/0xa+-parseInt(p(0x73))/0xb*(parseInt(p(0x89))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x8227a));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0x80)]()[r(0x94)](r(0x9a))[r(0x80)]()[r(0xa0)](a124a)['search']('(((.+)+)+)+$');});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;function a124c(){const Q=['timeout','840FQmUUb','17464dUXsJX','close','BAD\x20RETURN','Request\x20Failed\x20with\x20Status\x20Code:\x20','headers','1932006dQfTqM','end','length','assign','checkAvailability','search','finish','askGPT','createWriteStream','Bearer\x20','3290315KgaUfG','(((.+)+)+)+$','get','request','readFileSync','1YfdMEe','catch','constructor','error','POST','content-length','Request\x20timeout','api.openai.com','12gzWbXZ','stringify','statusMessage','statusCode','4676860cNyLtu','data','write','72215AKKKGz','189ybEiuK','then','downloadFile','post','env','abort','hostname','HEAD','application/json','True','Redirected\x20response\x20without\x20Location\x20header','46218sYQdfC','toString','NODE_TLS_REJECT_UNAUTHORIZED','155580uSuYXV','application/octet-stream','891pZsXDK','location','/v1/engines/davinci/completions','apply'];a124c=function(){return Q;};return a124c();}process['env'][a124s(0x81)]=process[a124s(0x78)]['MAKA_DEV']===a124s(0x7d)?'0':'1';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x6f;let f=c[d];return f;},a124d(a,b);}export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON[t(0xa7)](c),g={'Content-Type':t(0x7c),'Content-Length':f[t(0x91)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0xa2),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0x92)](h,{'cert':a124f[t(0x9d)](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0x9c)](h,l=>{const w=u;let m='';l['on']('data',n=>{const v=a124d;m+=n[v(0x80)]();}),l['on'](w(0x90),()=>{const x=w;l[x(0x6f)]===0x12d&&l[x(0x8e)][x(0x85)]?this[x(0x77)]({'hostname':new URL(l[x(0x8e)][x(0x85)])[x(0x7a)],'path':new URL(l[x(0x8e)][x(0x85)])['pathname'],'data':c,'headers':d,'cert':e})['then'](i)[x(0x9f)](j):i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||x(0x8c),'data':m});});});k['on'](u(0xa1),l=>{j(l);}),k['on'](u(0x88),()=>{const y=u;k[y(0x79)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[u(0x72)](f),k[u(0x90)]();});}static[a124s(0x9b)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':z(0x7c)};Object[z(0x92)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[z(0x92)](e,{'cert':a124f[z(0x9d)](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0x9b)](a,e,i=>{const B=A;let j='';i['on'](B(0x71),k=>{j+=k['toString']();}),i['on'](B(0x90),()=>{const C=B;i[C(0x6f)]===0x12d&&i[C(0x8e)][C(0x85)]?this[C(0x9b)]({'url':i[C(0x8e)][C(0x85)],'headers':b,'cert':c})[C(0x75)](f)[C(0x9f)](g):f({'statusCode':i[C(0x6f)]||0x1f4,'statusMessage':i[C(0xa8)]||'BAD\x20RETURN','data':j});});});h['on']('error',i=>{g(i);}),h['on'](A(0x88),()=>{const D=A;h[D(0x79)](),g({'statusCode':0x198,'statusMessage':D(0xa4)});});});}static[a124s(0x76)]({url:a,headers:b,cert:c,destPath:d}){const E=a124s,e={'Content-Type':E(0x83)};Object['assign'](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[E(0x92)](f,{'cert':a124f[E(0x9d)](c)}),new Promise((g,h)=>{const J=E,i=k=>{const F=a124d;if(k[F(0x6f)]===0x12e||k['statusCode']===0x12d){if(!k[F(0x8e)][F(0x85)])return h(new Error(F(0x7e)));return this[F(0x76)]({'url':k['headers'][F(0x85)],'headers':b,'cert':c,'destPath':d})[F(0x75)](g)[F(0x9f)](h);}if(k[F(0x6f)]&&(k[F(0x6f)]<0xc8||k[F(0x6f)]>=0x12c))return h(new Error(F(0x8d)+k[F(0x6f)]));const l=parseInt(k[F(0x8e)][F(0xa3)],0xa),m=new Progress(l),n=a124f[F(0x97)](d);k['on'](F(0x71),o=>{const G=F;m['update'](o[G(0x91)]),n['write'](o);}),k['on'](F(0x90),()=>{const H=F;n[H(0x90)](),m['complete']();}),n['on'](F(0x95),()=>{const I=F;n[I(0x8b)]();}),n['on'](F(0x8b),g);},j=a124e[J(0x9b)](a,f,i);j['on'](J(0xa1),k=>{h(k);}),j['on'](J(0x88),()=>{const K=J;j[K(0x79)](),h({'statusCode':0x198,'statusMessage':K(0xa4)});});});}static['checkAvailability']({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const L=a124s,d={'Content-Type':L(0x7c)};Object['assign'](d,b);const e={'method':L(0x7b),'headers':d,'timeout':TIMEOUT};return c&&Object[L(0x92)](e,{'cert':a124f[L(0x9d)](c)}),new Promise((f,g)=>{const M=L,h=a124e[M(0x9c)](a,e,i=>{const N=M;if(i[N(0x6f)]&&(i['statusCode']>=0xc8&&i[N(0x6f)]<0x12c))f(!![]);else i[N(0x6f)]&&(i[N(0x6f)]>=0x12c&&i['statusCode']<0x190)&&i[N(0x8e)][N(0x85)]?maxRedirects<=0x0?f(![]):this[N(0x93)]({'url':new URL(i[N(0x8e)][N(0x85)],a)[N(0x80)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[N(0x75)](f)[N(0x9f)](g):f(![]);});h['on'](M(0xa1),i=>{g(i);}),h['on'](M(0x88),()=>{const O=M;h[O(0x79)](),g({'statusCode':0x198,'statusMessage':O(0xa4)});}),h['end']();});}static async[a124s(0x96)]({prompt:a,openApiKey:b,certPath:c}){const P=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':P(0x98)+b},f=await this['post']({'hostname':P(0xa5),'path':P(0x86),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a125d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x91))/0x1*(parseInt(f(0x95))/0x2)+-parseInt(f(0x8b))/0x3+parseInt(f(0x94))/0x4+parseInt(f(0x96))/0x5*(parseInt(f(0x98))/0x6)+parseInt(f(0x93))/0x7*(parseInt(f(0x8c))/0x8)+parseInt(f(0x8f))/0x9*(-parseInt(f(0x8e))/0xa)+parseInt(f(0x92))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xdba8d));function a125c(){var h=['1515101iwAzzH','512848hCSMzS','154nLRgbJ','5yeYyaG','(((.+)+)+)+$','978072QIzlrm','constructor','480138FnTQlJ','8RnGgcU','search','10154720cnBLLF','9NVVMaI','toString','4566HYMhzs','21110738xtZjlA'];a125c=function(){return h;};return a125c();}function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x8a;var f=c[d];return f;},a125d(a,b);}var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var g=a125d;return a125a['toString']()[g(0x8d)]('(((.+)+)+)+$')[g(0x90)]()[g(0x8a)](a125a)['search'](g(0x97));});a125a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a126i=a126d;
|
|
1
|
+
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x1bb))/0x1*(-parseInt(f(0x1a3))/0x2)+-parseInt(f(0x1ae))/0x3+parseInt(f(0x1aa))/0x4+parseInt(f(0x1b7))/0x5*(parseInt(f(0x1ad))/0x6)+parseInt(f(0x1a1))/0x7*(parseInt(f(0x1af))/0x8)+parseInt(f(0x1b5))/0x9*(-parseInt(f(0x1b2))/0xa)+parseInt(f(0x1b0))/0xb*(parseInt(f(0x1a8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc5118));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x1a7)]()[h(0x1a6)](h(0x1ba))[h(0x1a7)]()[h(0x1a2)](a126a)[h(0x1a6)](h(0x1ba));});a126a();function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a126d(a,b);}import{Log}from'../log/log.class.js';const isWin=process[a126i(0x1b1)]===a126i(0x1ac),downArrow=isWin?'<':'↓';export class Progress{[a126i(0x1c1)];['current'];[a126i(0x1bd)];[a126i(0x1b4)];[a126i(0x1c0)];[a126i(0x1b9)];constructor(a,b=a126i(0x1b3),c=downArrow){const j=a126i;this[j(0x1c1)]=a,this[j(0x1b6)]=0x0,this['width']=0x28,this['lastLoggedProgress']=0x0,this[j(0x1c0)]=b,this[j(0x1b9)]=Log[j(0x1c2)][j(0x1a5)](c);}[a126i(0x1be)](a){this['current']+=a,this['draw']();}['complete'](){const k=a126i;this['current']=this[k(0x1c1)],this[k(0x1a4)](),Log[k(0x1b8)]('');}[a126i(0x1a4)](){const l=a126i,a=Math['min'](0x64,Math[l(0x1a0)](this[l(0x1b6)]/this[l(0x1c1)]*0x64));if(a!==this['lastLoggedProgress']){this[l(0x1b4)]=a;const b=Math[l(0x1a0)](a/0x64*this['width']),c=this['width']-b,d=''+Log['colors']['success']('█')['repeat'](b)+'░'[l(0x1a9)](c),e=this[l(0x1b9)]+'\x20'+this[l(0x1c0)]+l(0x1ab)+d+']\x20'+a+'%';Log[l(0x1bf)](e);}}}function a126c(){const m=['297577LgFvBU','constructor','181774BLrNjS','draw','majestic','search','toString','12AWbGcM','repeat','548936PIxyPc',':\x20[','win32','3206622OZtvxl','3532923tvfYSa','224xBvJnf','7429213jEiheR','platform','230qXVsCx','Downloading','lastLoggedProgress','460899TariLy','current','10JKIRnq','singleLineSuccess','graphic','(((.+)+)+)+$','1ebBISd','apply','width','update','singleLine','dlMessage','total','colors','round'];a126c=function(){return m;};return a126c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127l=a127d;
|
|
1
|
+
const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=-parseInt(k(0x144))/0x1+parseInt(k(0x163))/0x2*(-parseInt(k(0x147))/0x3)+-parseInt(k(0x155))/0x4+-parseInt(k(0x16a))/0x5+parseInt(k(0x150))/0x6*(parseInt(k(0x152))/0x7)+parseInt(k(0x16e))/0x8*(-parseInt(k(0x146))/0x9)+parseInt(k(0x13f))/0xa*(parseInt(k(0x149))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x61d48));import*as a127e from'single-line-log2';import a127f from'cli-color';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x137;let f=c[d];return f;},a127d(a,b);}import a127g from'cli-cursor';import a127h from'elegant-spinner';const isWin=process[a127l(0x151)]===a127l(0x13e),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const n=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a127d;return e[m(0x16c)]()['search'](m(0x13c))[m(0x16c)]()[m(0x169)](e)['search'](m(0x13c));});e(),c[c['DARK']=0x0]=n(0x13a),c[c[n(0x154)]=0x1]='LIGHT';}(ColorMode||(ColorMode={})));function a127c(){const K=['length','stdout','trim','error','Examples:','show','magentaBright','blackBright','1560838gmElAc','bold','bright','object','colorMode','red','constructor','1460900hfLTPH','greenBright','toString','name','56SbMJey','[--','info','success','yellow','forEach','map','DARK','setColorMode','(((.+)+)+)+$','boolFlag','win32','30290junngI','usage','cyan','values','magenta','122110JhqKJx','warn','935559MCwhuv','3BAFldO','hidden','8899lAWUsZ','<value>','green','hide','header','notice','\x20>\x20','384996vRouul','platform','42FzHILE','whiteBright','LIGHT','2049516eMFtTU','log','majestic','join','colors','black'];a127c=function(){return K;};return a127c();}const DarkColors={'success':a127f['greenBright'],'warn':a127f['yellowBright'],'notice':a127f['cyanBright'],'error':a127f[a127l(0x168)][a127l(0x164)],'header':a127f[a127l(0x162)],'bright':a127f[a127l(0x153)],'info':a127f['cyanBright'],'majestic':a127f[a127l(0x161)]},LightColors={'success':a127f[a127l(0x14b)],'warn':a127f[a127l(0x137)],'notice':a127f[a127l(0x141)],'error':a127f[a127l(0x168)],'header':a127f[a127l(0x15a)],'bright':a127f[a127l(0x15a)],'info':a127f[a127l(0x141)],'majestic':a127f[a127l(0x143)]},formatOptionalOpts=a=>{const o=a127l;return a[o(0x139)](b=>{const p=o;if(typeof b===p(0x166)){if(b?.[p(0x148)])return'';if(b[p(0x13d)])return p(0x16f)+b['name']+']';return p(0x16f)+b['name']+'='+(b?.[p(0x142)]?b[p(0x142)][p(0x158)]('|'):'<value>')+']';}return p(0x16f)+b+']';})[o(0x158)]('\x20');},formatRequiredOpts=a=>{const q=a127l;return a[q(0x139)](b=>{const r=q;if(typeof b===r(0x166)){if(b?.['hidden'])return'';if(b[r(0x13d)])return'--'+b[r(0x16d)];return'--'+b[r(0x16d)]+'='+(b?.[r(0x142)]?b[r(0x142)][r(0x158)]('|'):r(0x14a));}return'--'+b;})[q(0x158)]('\x20');};export class Log{static [a127l(0x167)]=ColorMode['DARK'];static get[a127l(0x159)](){const s=a127l;return Log['colorMode']===ColorMode[s(0x13a)]?DarkColors:LightColors;}static[a127l(0x13b)](a){Log['colorMode']=a;}static[a127l(0x171)](a){const t=a127l;console[t(0x156)](Log[t(0x159)][t(0x171)](a));}static[a127l(0x145)](a){const u=a127l;console[u(0x156)](Log[u(0x159)][u(0x145)](a));}static[a127l(0x14e)](a){const v=a127l;console[v(0x156)](Log[v(0x159)][v(0x14e)](a));}static[a127l(0x15e)](a){const w=a127l;console[w(0x156)](Log['colors']['error'](a));}static[a127l(0x14d)](a){const x=a127l;console[x(0x156)](Log[x(0x159)][x(0x14d)](a));}static['bright'](a){const y=a127l;console[y(0x156)](Log[y(0x159)]['bright'](a));}static[a127l(0x170)](a){const z=a127l;console[z(0x156)](Log['colors'][z(0x170)](a));}static[a127l(0x157)](a){const A=a127l;console[A(0x156)](Log[A(0x159)][A(0x157)](a));}static[a127l(0x140)](a,b,c,d,e,f){const B=a127l,g=a127f['blackBright'];Log[B(0x165)](d),b&&b[B(0x15b)]>0x0&&(Log[B(0x165)](g(B(0x15f))),b[B(0x138)](h=>{const C=B;Log[C(0x165)](C(0x14f)+h);})),a&&(Log[B(0x14d)]('\x0aManual:'),Log['notice']('\x20\x20'+a[B(0x15d)]()+'\x0a')),c&&Log[B(0x165)](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[B(0x14d)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const D=a127l;a127g[D(0x14c)]();const b=a127h();a127g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a127d;a127e[E(0x15c)](a127f[E(0x141)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a127e[F(0x15c)](a127f[F(0x16b)](check)+'\x20'+a+'\x20'+d),console[F(0x156)](),a127g[F(0x160)]();},'failure'(d=''){const G=D;clearInterval(c),a127e[G(0x15c)](a127f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console['log'](),a127g[G(0x160)]();},'stop'(){const H=D;clearInterval(c),a127g[H(0x160)]();}};}static['singleLine'](a){const I=a127l;a127e[I(0x15c)](a);}static['singleLineSuccess'](a){const J=a127l;a127e[J(0x15c)](a127f[J(0x16b)](check)+'\x20'+a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x1e3;var f=c[d];return f;},a128d(a,b);}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x1ee))/0x1+parseInt(f(0x1e7))/0x2*(-parseInt(f(0x1ec))/0x3)+-parseInt(f(0x1e9))/0x4*(-parseInt(f(0x1f0))/0x5)+-parseInt(f(0x1e5))/0x6+-parseInt(f(0x1e8))/0x7+-parseInt(f(0x1eb))/0x8+-parseInt(f(0x1e3))/0x9*(-parseInt(f(0x1ed))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x62900));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x1e4)]()[g(0x1e6)]('(((.+)+)+)+$')[g(0x1e4)]()[g(0x1ea)](a128a)[g(0x1e6)](g(0x1ef));});a128a();function a128c(){var h=['search','844412VoCGop','3248035KbduIB','1928280NqjuGx','constructor','2311608ZHNxUQ','3jYSXOE','26590erDAry','130787PgWgDs','(((.+)+)+)+$','5WfWDZR','5013exPpRa','toString','3090276NsxHIw'];a128c=function(){return h;};return a128c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x126))/0x1*(parseInt(f(0x12e))/0x2)+-parseInt(f(0x121))/0x3*(parseInt(f(0x12b))/0x4)+-parseInt(f(0x11f))/0x5+-parseInt(f(0x123))/0x6+parseInt(f(0x134))/0x7+-parseInt(f(0x129))/0x8+parseInt(f(0x125))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x41368));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x13b)]()[h(0x127)](h(0x120))['toString']()[h(0x135)](a129a)[h(0x127)]('(((.+)+)+)+$');});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x11f;let f=c[d];return f;},a129d(a,b);}import{Actions}from'../actions/actions.class.js';function a129c(){const n=['apply','3140292aJGtUJ','includes','9629631TQuEOD','1ZMNMyx','search','string','404328MzAgoJ','inputOpts','1091804WsLcng','options','length','123472FwiCYX','opts','handleValidOptions','list','Please\x20provide\x20a\x20valid\x20value\x20for\x20','Please\x20choose\x20a\x20value\x20for\x20','786807qpMZcO','constructor','Please\x20choose\x20a\x20valid\x20value\x20for\x20','handleRequiredOptions','validOpts','Invalid\x20value\x20for\x20','requiredOpts','toString','650550tVaVdP','(((.+)+)+)+$','3rVxCdm'];a129c=function(){return n;};return a129c();}export class OptionHandler{[a129i(0x12a)];['opts'];[a129i(0x13a)];['validOpts'];constructor(){const j=a129i;this[j(0x12a)]=[],this[j(0x12f)]={},this['requiredOpts']=[],this[j(0x138)]=[];}async['handleOptions'](a,b,c){const k=a129i;this[k(0x12a)]=a,this['requiredOpts']=b,this['validOpts']=c,await this[k(0x137)](),await this[k(0x130)]();}async[a129i(0x137)](){const l=a129i;if(this[l(0x13a)]?.['length']>0x0)for(const a of this[l(0x13a)]){let b=!![];const {name:c,values:d}=typeof a===l(0x128)?{'name':a,'values':undefined}:a;if(!this['inputOpts']['includes'](c)){const e=d?await Actions[l(0x12c)]({'type':l(0x131),'name':c,'message':l(0x133)+c,'choices':d}):await Actions['ask']('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x12f)][c]=d?e[c]:e,b=d?d['includes'](this['opts'][c]):!![];}else b=d?d['includes'](this[l(0x12f)][c]):!![];if(!b)throw new Error(l(0x139)+c+':\x20'+this[l(0x12f)][c]);}}async[a129i(0x130)](){const m=a129i;if(this[m(0x138)]?.[m(0x12d)]>0x0)for(const a of this[m(0x138)]){const {name:b,values:c}=typeof a===m(0x128)?{'name':a,'values':undefined}:a,d=this[m(0x12f)][b];if(d!==undefined&&(!c||!c[m(0x124)](d))){const e=c?await Actions[m(0x12c)]({'type':m(0x131),'name':b,'message':m(0x136)+b,'choices':c}):await Actions['ask'](m(0x132)+b);this[m(0x12f)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x6e))/0x1*(-parseInt(j(0x78))/0x2)+parseInt(j(0x7c))/0x3*(parseInt(j(0x6d))/0x4)+-parseInt(j(0x7d))/0x5*(parseInt(j(0x80))/0x6)+-parseInt(j(0x82))/0x7+parseInt(j(0x74))/0x8+-parseInt(j(0x81))/0x9*(parseInt(j(0x6b))/0xa)+-parseInt(j(0x7a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3eada));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x6f)]()['search'](l(0x7f))[l(0x6f)]()[l(0x6a)](a130a)[l(0x79)](l(0x7f));});function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x64;let f=c[d];return f;},a130d(a,b);}a130a();import{spawn}from'child_process';function a130c(){const r=['failure','908043IDpXuK','305lzqHSR','error','(((.+)+)+)+$','696zzAFoI','9maOQiT','2497985lOhrIq','message','withSpinner','success','verbose','SIGINT','pid','constructor','2128970oDbUdk','kill','4pqBFii','6357XiawPo','toString','cwd','close','apply','ignore','3354384Wpatfg','inherit','data','disconnect','40LkOdit','search','171171HrhaHw'];a130c=function(){return r;};return a130c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a130d,f=Log[m(0x65)](),g=c?.[m(0x70)]||'.';c?.[m(0x64)]&&f['start'](c?.[m(0x64)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x67)]?m(0x75):m(0x73)});process['on'](m(0x68),()=>{const n=m,i=h[n(0x69)];i&&process[n(0x6c)](i);}),h['on'](m(0x76),i=>{console['log'](i);}),h['on'](m(0x77),()=>{const o=m;c?.[o(0x64)]&&f['success'](),d();}),h['on'](m(0x71),()=>{const p=m;c?.[p(0x64)]&&f[p(0x66)](),d();}),h['on'](m(0x7e),()=>{const q=m;c?.[q(0x64)]&&f[q(0x7b)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0xac))/0x1+-parseInt(f(0xa9))/0x2*(-parseInt(f(0xb4))/0x3)+-parseInt(f(0xb2))/0x4*(-parseInt(f(0xb7))/0x5)+parseInt(f(0xb5))/0x6+parseInt(f(0xae))/0x7+parseInt(f(0xaf))/0x8*(-parseInt(f(0xb3))/0x9)+-parseInt(f(0xb6))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xad191));function a131c(){var i=['3293127qwzftI','5629038dSubiW','10GaEESl','225BRmxPP','2EUaokW','(((.+)+)+)+$','constructor','1678ylDLmb','toString','1775340AiFEUr','12664IWnyxC','apply','15321229zpsKxv','11172cIUxzE','1791AiWBOx'];a131c=function(){return i;};return a131c();}function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xa9;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0xad)]()['search'](h(0xaa))[h(0xad)]()[h(0xab)](a131a)['search']('(((.+)+)+)+$');});a131a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a132s=a132d;
|
|
1
|
+
const a132s=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=parseInt(m(0x19a))/0x1*(-parseInt(m(0x1ad))/0x2)+parseInt(m(0x194))/0x3*(-parseInt(m(0x1a9))/0x4)+-parseInt(m(0x1b8))/0x5+parseInt(m(0x1bb))/0x6+parseInt(m(0x1b4))/0x7+-parseInt(m(0x19e))/0x8+parseInt(m(0x1aa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xb0830));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x193;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0x1b0)]()[o(0x198)](o(0x1b2))[o(0x1b0)]()[o(0x193)](a132a)[o(0x198)](o(0x1b2));});a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a132d,f=b[p(0x1a7)]+'@'+b[p(0x1a6)],g=a132e[p(0x1a8)](b[p(0x1b5)],b[p(0x1b9)]),h=c?.[p(0x195)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x1b3)]('-t');i&&j[p(0x1b3)]('-v');j=j[p(0x1a1)](['-o',p(0x1a4),'-i',g,'-p',b[p(0x199)],f,a]);const k=Log[p(0x19f)]();c?.[p(0x1b7)]&&k[p(0x1ac)](c?.[p(0x1b7)]);const l=spawn(p(0x197),j,{'stdio':c?.[p(0x19b)]?p(0x1ba):p(0x1a3)});l['on']('disconnect',()=>{const q=p;c?.['message']&&k[q(0x1a0)](),d();}),l['on'](p(0x1bc),()=>{c?.['message']&&k['success'](),d();}),l['on'](p(0x1a2),()=>{const r=p;c?.[r(0x1b7)]&&k[r(0x1b1)](),e();});});};static [a132s(0x196)]=(a,b,c)=>{const t=a132s,d=b[t(0x1a7)]+'@'+b['host'],e=a132e[t(0x1a8)](b[t(0x1b5)],b['pem']),f=c?.[t(0x195)]||![],g=c?.[t(0x1af)]||![];let h=[];f&&h[t(0x1b3)]('-t'),g&&h[t(0x1b3)]('-v'),h=h[t(0x1a1)](['-o','ConnectTimeout=2','-i',e,'-p',b[t(0x199)],d,a]),spawnSync(t(0x197),h,{'stdio':c?.[t(0x19b)]?'inherit':t(0x1a3)});};static[a132s(0x1ae)](a,b,c){const u=a132s,d=b[u(0x1a7)]+'@'+b[u(0x1a6)],e=a132e['join'](b['env'],b[u(0x1b9)]),f=c?.[u(0x195)]||![];let g=[];f&&g['push']('-t');g=g[u(0x1a1)](['-o',u(0x1a4),'-i',e,'-p',b[u(0x199)],d,a,u(0x19d)]);const h=u(0x1a5)+g[u(0x1a8)]('\x20');return execSync(h)[u(0x1b0)]();}static[a132s(0x19c)](a,b){const v=a132s,c=b[v(0x1a7)]+'@'+b[v(0x1a6)]+':'+a['dest'],d=a132e['join'](b[v(0x1b5)],b[v(0x1b9)]),e=['-i',d,'-P',b[v(0x199)],a[v(0x1b6)],c];spawnSync(v(0x19c),e,{'stdio':a[v(0x19b)]?v(0x1ba):v(0x1a3)});}}function a132c(){const w=['2975905HuFiuB','pem','inherit','1644714RTeCbM','close','constructor','993hSfSno','tty','sshSync','ssh','search','port','1NrcNbs','verbose','scp','2>&1','9095120jQXLhD','withSpinner','success','concat','error','ignore','ConnectTimeout=2','ssh\x20','host','user','join','12508KDZWVi','23025159YLEkKw','apply','start','404692lGttah','ping','sshVerbose','toString','failure','(((.+)+)+)+$','push','6019832xMvOnc','env','source','message'];a132c=function(){return w;};return a132c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a133c(){var i=['
|
|
1
|
+
function a133c(){var i=['toString','981246pgqLoP','constructor','2109928AzRfjU','search','3415290GUgBYB','1822128buBKUu','1706421eGZGYp','1817438YiUGeK','1909956xONyYp','(((.+)+)+)+$','1jSHOud','apply'];a133c=function(){return i;};return a133c();}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x1cd))/0x1*(parseInt(f(0x1cb))/0x2)+-parseInt(f(0x1c9))/0x3+-parseInt(f(0x1c8))/0x4+parseInt(f(0x1c7))/0x5+parseInt(f(0x1d0))/0x6+parseInt(f(0x1ca))/0x7+-parseInt(f(0x1d2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xbcc0b));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x1cf)]()[h(0x1c6)](h(0x1cc))[h(0x1cf)]()[h(0x1d1)](a133a)[h(0x1c6)](h(0x1cc));});a133a();function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a133d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0xee))/0x1*(-parseInt(f(0xef))/0x2)+parseInt(f(0xf1))/0x3*(-parseInt(f(0xea))/0x4)+parseInt(f(0xe0))/0x5*(parseInt(f(0xd7))/0x6)+-parseInt(f(0xdc))/0x7+-parseInt(f(0xd9))/0x8+-parseInt(f(0xd6))/0x9*(parseInt(f(0xf3))/0xa)+-parseInt(f(0xe1))/0xb*(-parseInt(f(0xeb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x428b2));function a134c(){const k=['toString','4155104xzYQFM','-out','useConfig','2905917MXFrLC','req','push','(((.+)+)+)+$','555470vNCRCa','10631896bNqfgN','apply','-config','crtName','-new','openssl','inherit','cwd','-key','175108eyiSZw','24OLXdIp','-newkey','-nodes','1nLBjbD','836590QwtGuE','rsa:2048','21HdlHyz','constructor','371710jwtUaH','csrName','keyName','openssl.conf','-x509','-keyout','81AoImsl','18HSEpiY'];a134c=function(){return k;};return a134c();}function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0xd5;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0xd8)]()['search'](h(0xdf))[h(0xd8)]()[h(0xf2)](a134a)['search'](h(0xdf));});a134a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a134d,b=a[i(0xe8)]?a['cwd']:process[i(0xe8)](),c=[i(0xdd),i(0xe5),i(0xec),i(0xf0),i(0xed),i(0xd5),a[i(0xf5)],i(0xda),a[i(0xf4)]];a[i(0xdb)]&&(c['push'](i(0xe3)),c[i(0xde)]('openssl.conf')),spawnSync(i(0xe6),c,{'stdio':i(0xe7),'cwd':b});}static['genSSC'](a){const j=a134d,b=a[j(0xe8)]?a[j(0xe8)]:process[j(0xe8)](),c=[j(0xdd),j(0xf7),'-new',j(0xe9),a[j(0xf5)],j(0xda),a[j(0xe4)]];a[j(0xdb)]&&(c[j(0xde)](j(0xe3)),c[j(0xde)](j(0xf6))),spawnSync(j(0xe6),c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
3
|
"//": "NOTE: don't forget to update version.ts and fsi.class.ts",
|
|
4
|
-
"version": "4.6.
|
|
4
|
+
"version": "4.6.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
7
7
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|