@maka/maka-cli 4.5.32 → 4.5.34
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/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/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.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
|
-
|
|
1
|
+
const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x1bc))/0x1+parseInt(n(0x1cf))/0x2+parseInt(n(0x1b7))/0x3+-parseInt(n(0x1c7))/0x4+parseInt(n(0x1ca))/0x5*(-parseInt(n(0x1ce))/0x6)+-parseInt(n(0x1d1))/0x7+parseInt(n(0x1cc))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xa0110));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x1d7)]()[p(0x1c2)](p(0x1c6))[p(0x1d7)]()['constructor'](a123a)[p(0x1c2)]('(((.+)+)+)+$');});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a123d(a,b);}function a123c(){const B=['973832IAAjah','NODE_TLS_REJECT_UNAUTHORIZED','readFileSync','Request\x20timeout','statusCode','api.openai.com','search','POST','statusMessage','env','(((.+)+)+)+$','2553088oaKAux','request','assign','36580eDsvyR','Bearer\x20','3756504GWoxYB','get','18srhlcW','1280200nrmPyh','error','533946CkIDlN','write','length','apply','stringify','abort','toString','data','True','application/json','3768897tGyRyP','post','timeout','askGPT','end'];a123c=function(){return B;};return a123c();}process[a123q(0x1c5)][a123q(0x1bd)]=process['env']['MAKA_DEV']===a123q(0x1d9)?'0':'1';export class HTTPS{static async[a123q(0x1b8)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x1d5)](c),g={'Content-Type':r(0x1da),'Content-Length':f[r(0x1d3)]};Object[r(0x1c9)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1c3),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x1c9)](h,{'cert':a123f[r(0x1be)](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x1c8)](h,l=>{const t=s;l['on'](t(0x1d8),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[u(0x1c4)]||'BAD\x20RETURN','data':m[u(0x1d7)]()});});});k['on'](s(0x1d0),l=>{j(l);}),k['on'](s(0x1b9),()=>{const v=s;k[v(0x1d6)](),j({'statusCode':0x198,'statusMessage':v(0x1bf)});}),k[s(0x1d2)](f),k[s(0x1bb)]();});}static[a123q(0x1cd)]({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x1da)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[w(0x1be)](c)}),new Promise((f,g)=>{const y=w,h=a123e['get'](a,e,i=>{i['on']('data',j=>{const x=a123d;f({'statusCode':i[x(0x1c0)]||0x1f4,'statusMessage':i[x(0x1c4)]||'BAD\x20RETURN','data':j[x(0x1d7)]()});});});h['on'](y(0x1d0),i=>{g(i);}),h['on'](y(0x1b9),()=>{const z=y;h['abort'](),g({'statusCode':0x198,'statusMessage':z(0x1bf)});});});}static async[a123q(0x1ba)]({prompt:a,openApiKey:b,certPath:c}){const A=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x1cb)+b},f=await this[A(0x1b8)]({'hostname':A(0x1c1),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0xcd))/0x1+-parseInt(f(0xd3))/0x2+-parseInt(f(0xce))/0x3*(-parseInt(f(0xc8))/0x4)+parseInt(f(0xc6))/0x5*(-parseInt(f(0xcc))/0x6)+-parseInt(f(0xca))/0x7*(-parseInt(f(0xd2))/0x8)+parseInt(f(0xd0))/0x9+-parseInt(f(0xd5))/0xa*(parseInt(f(0xc9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x85d0d));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0xc7)]()[h(0xcf)](h(0xd4))['toString']()[h(0xd1)](a124a)['search'](h(0xd4));});function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0xc6;var f=c[d];return f;},a124d(a,b);}function a124c(){var i=['apply','4502994wSVwvs','845554FRZoLp','3ENzQdR','search','848709DogRIa','constructor','1240ptywRB','747306ODQytV','(((.+)+)+)+$','490RDcKHJ','5umxhRe','toString','2261764hXaFdg','68750BzELYo','21371rDZDvx'];a124c=function(){return i;};return a124c();}a124a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125k=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(
|
|
1
|
+
function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x81;let f=c[d];return f;},a125d(a,b);}function a125c(){const B=['3006732lHASfe','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','yellowBright','566841DOkYQD','[--','constructor','132579FWkUUg','usage','whiteBright','majestic','bold','toString','stdout','join','trim','cyan','error','platform','forEach','header','log','42lsWOQa','blackBright','map','magentaBright','show','notice','253965NeZDPA','search','red','22410NkByhA','greenBright','(((.+)+)+)+$','1000aFPvSE','win32','376957LvjCdX','\x20>\x20','Examples:','Usage:\x20','bright','1484188NOlRSZ','success','\x0aManual:'];a125c=function(){return B;};return a125c();}const a125k=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0xa1))/0x1+parseInt(i(0x9e))/0x2+parseInt(i(0x91))/0x3+parseInt(i(0x9b))/0x4+-parseInt(i(0x8e))/0x5*(-parseInt(i(0x88))/0x6)+-parseInt(i(0x96))/0x7+parseInt(i(0x94))/0x8*(-parseInt(i(0xa4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xddef9));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const j=a125d;return a125a['toString']()['search'](j(0x93))[j(0xa9)]()[j(0xa3)](a125a)[j(0x8f)](j(0x93));});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process[a125k(0x84)]===a125k(0x95),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a125k;return a[l(0x8a)](b=>{const m=l;return m(0xa2)+b+']';})[l(0xab)]('\x20');},formatRequiredOpts=a=>{const n=a125k;return a[n(0x8a)](b=>{return'--'+b;})[n(0xab)]('\x20');};export class Log{static[a125k(0x9c)](a){const o=a125k;console[o(0x87)](a125f[o(0x92)](a));}static['warn'](a){const p=a125k;console[p(0x87)](a125f[p(0xa0)](a));}static[a125k(0x8d)](a){const q=a125k;console[q(0x87)](a125f['cyanBright'](a));}static[a125k(0x83)](a){const r=a125k;console[r(0x87)](a125f[r(0x90)][r(0xa8)](a));}static['header'](a){const s=a125k;console['log'](a125f[s(0x89)](a));}static[a125k(0x9a)](a){const t=a125k;console[t(0x87)](a125f[t(0xa6)](a));}static[a125k(0xa7)](a){const u=a125k;console['log'](a125f[u(0x8b)](a));}static[a125k(0xa5)](a,b,c,d,e,f){const v=a125k,g=a125f[v(0x89)];Log[v(0x9a)](d),b&&b['length']>0x0&&(Log[v(0x9a)](g(v(0x98))),b[v(0x85)](h=>{const w=v;Log[w(0x9a)](w(0x97)+h);})),a&&(Log[v(0x86)](v(0x9d)),Log[v(0x8d)]('\x20\x20'+a[v(0x81)]()+'\x0a')),c&&Log['bright'](g(v(0x99))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x86)](v(0x9f));}static['withSpinner'](a=''){a125g['hide']();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const x=a125d;a125e['stdout'](a125f[x(0x82)](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=a125d;clearInterval(c),a125e['stdout'](a125f['greenBright'](check)+'\x20'+a+'\x20'+d),console[y(0x87)](),a125g[y(0x8c)]();},'failure'(d=''){const z=a125d;clearInterval(c),a125e[z(0xaa)](a125f['red'][z(0xa8)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[z(0x8c)]();},'stop'(){const A=a125d;clearInterval(c),a125g[A(0x8c)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xb1))/0x1*(parseInt(f(0xb0))/0x2)+-parseInt(f(0xb4))/0x3*(-parseInt(f(0xb5))/0x4)+-parseInt(f(0xb2))/0x5+-parseInt(f(0xb8))/0x6*(parseInt(f(0xae))/0x7)+-parseInt(f(0xad))/0x8*(-parseInt(f(0xb6))/0x9)+parseInt(f(0xaf))/0xa+-parseInt(f(0xb3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xdd3f4));var a126b=(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;};}()),a126a=a126b(this,function(){var g=a126d;return a126a['toString']()[g(0xb7)]('(((.+)+)+)+$')['toString']()[g(0xb9)](a126a)[g(0xb7)]('(((.+)+)+)+$');});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xad;var f=c[d];return f;},a126d(a,b);}a126a();export{};function a126c(){var h=['1506845FJaFqw','575036AHPEeA','957MPuWBU','8596HHNrHW','2668941GLfMbr','search','1199202axJTmz','constructor','16fRpYkL','7dcUMLP','17013490CdfRIB','2ZUbOdk','1520238NLRSsk'];a126c=function(){return h;};return a126c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-
|
|
1
|
+
const a127m=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x148;let f=c[d];return f;},a127d(a,b);}(function(a,b){const j=a127d,c=a();while(!![]){try{const d=parseInt(j(0x156))/0x1*(parseInt(j(0x14d))/0x2)+parseInt(j(0x157))/0x3*(-parseInt(j(0x15e))/0x4)+-parseInt(j(0x162))/0x5*(-parseInt(j(0x15a))/0x6)+parseInt(j(0x154))/0x7*(-parseInt(j(0x15c))/0x8)+-parseInt(j(0x14b))/0x9+parseInt(j(0x14c))/0xa+parseInt(j(0x153))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xea196));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a['toString']()[l(0x160)](l(0x149))[l(0x159)]()['constructor'](a127a)[l(0x160)](l(0x149));});a127a();function a127c(){const t=['data','verbose','withSpinner','kill','inherit','15599595pYxsNi','14HViKAc','cwd','1PIIsdL','3QgYudq','error','toString','1686210bNMawg','success','4178176sNIPEy','failure','2632904WiPArq','apply','search','message','15NHueHK','SIGINT','close','(((.+)+)+)+$','log','10029978CJkKtq','166970plGYXt','2996270xbTypf'];a127c=function(){return t;};return a127c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0x150)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log[n(0x150)](),g=c?.[n(0x155)]||'.';c?.[n(0x161)]&&f['start'](c?.[n(0x161)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x14f)]?n(0x152):'ignore'});process['on'](n(0x163),()=>{const o=n,i=h['pid'];i&&process[o(0x151)](i);}),h['on'](n(0x14e),i=>{const p=n;console[p(0x14a)](i);}),h['on']('disconnect',()=>{const q=n;c?.['message']&&f[q(0x15b)](),d();}),h['on'](n(0x148),()=>{const r=n;c?.['message']&&f[r(0x15b)](),d();}),h['on'](n(0x158),()=>{const s=n;c?.[s(0x161)]&&f[s(0x15d)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x119))/0x1*(-parseInt(f(0x10f))/0x2)+-parseInt(f(0x116))/0x3*(-parseInt(f(0x11a))/0x4)+-parseInt(f(0x110))/0x5+-parseInt(f(0x117))/0x6*(parseInt(f(0x11c))/0x7)+-parseInt(f(0x11d))/0x8+parseInt(f(0x112))/0x9*(-parseInt(f(0x113))/0xa)+parseInt(f(0x114))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xbe44a));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0x11e)]()[h(0x115)](h(0x118))[h(0x11e)]()[h(0x11b)](a128a)['search']('(((.+)+)+)+$');});function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x10f;var f=c[d];return f;},a128d(a,b);}a128a();export{};function a128c(){var i=['(((.+)+)+)+$','115443jSypnf','5602864yeerts','constructor','2933HlECOm','1437648jPDtcw','toString','26LTWjfs','6266000OhYYpd','apply','465687DKWFZv','230aWnlPg','49905757fitUCu','search','3LKkUFu','14814gShqNZ'];a128c=function(){return i;};return a128c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129t=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=-parseInt(m(0x172))/0x1+parseInt(m(0x196))/0x2*(-parseInt(m(0x176))/0x3)+parseInt(m(0x18a))/0x4*(parseInt(m(0x197))/0x5)+-parseInt(m(0x17f))/0x6*(-parseInt(m(0x188))/0x7)+parseInt(m(0x16e))/0x8*(parseInt(m(0x174))/0x9)+parseInt(m(0x193))/0xa*(-parseInt(m(0x16d))/0xb)+parseInt(m(0x175))/0xc*(parseInt(m(0x18e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xae543));function a129c(){const x=['error','port','sshVerbose','dest','ping','21tbiGCS','env','4vgZrMY','withSpinner','push','ignore','179374HeMCmq','user','2>&1','source','(((.+)+)+)+$','1030gUDPqA','host','toString','40fSCByb','5315340IzkYtG','close','scp','ssh\x20','ConnectTimeout=2','16445gGudvW','58728YhxRSO','success','message','sshSync','1276499agSxat','tty','1521AmDMZn','552cxcoSt','133629FArErP','ssh','concat','inherit','search','pem','constructor','apply','verbose','193980baWpme','disconnect','join','failure'];a129c=function(){return x;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x195)]()[o(0x17a)](o(0x192))[o(0x195)]()[o(0x17c)](a129a)[o(0x17a)]('(((.+)+)+)+$');});a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x16a;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a129d,f=b['user']+'@'+b[p(0x194)],g=a129e[p(0x181)](b[p(0x189)],b[p(0x17b)]),h=c?.[p(0x173)]||![],i=c?.[p(0x185)]||![];let j=[];h&&j[p(0x18c)]('-t');i&&j[p(0x18c)]('-v');j=j[p(0x178)](['-o',p(0x16c),'-i',g,'-p',b[p(0x184)],f,a]);const k=Log[p(0x18b)]();c?.[p(0x170)]&&k['start'](c?.[p(0x170)]);const l=spawn(p(0x177),j,{'stdio':c?.[p(0x17e)]?p(0x179):p(0x18d)});l['on'](p(0x180),()=>{const q=p;c?.[q(0x170)]&&k[q(0x16f)](),d();}),l['on'](p(0x198),()=>{const r=p;c?.[r(0x170)]&&k[r(0x16f)](),d();}),l['on'](p(0x183),()=>{const s=p;c?.[s(0x170)]&&k[s(0x182)](),e();});});};static [a129t(0x171)]=(a,b,c)=>{const u=a129t,d=b[u(0x18f)]+'@'+b[u(0x194)],e=a129e['join'](b['env'],b[u(0x17b)]),f=c?.[u(0x173)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x18c)]('-t'),g&&h[u(0x18c)]('-v'),h=h[u(0x178)](['-o',u(0x16c),'-i',e,'-p',b[u(0x184)],d,a]),spawnSync(u(0x177),h,{'stdio':c?.[u(0x17e)]?u(0x179):u(0x18d)});};static[a129t(0x187)](a,b,c){const v=a129t,d=b['user']+'@'+b['host'],e=a129e[v(0x181)](b[v(0x189)],b[v(0x17b)]),f=c?.[v(0x173)]||![];let g=[];f&&g[v(0x18c)]('-t');g=g['concat'](['-o',v(0x16c),'-i',e,'-p',b[v(0x184)],d,a,v(0x190)]);const h=v(0x16b)+g[v(0x181)]('\x20');return execSync(h)[v(0x195)]();}static[a129t(0x16a)](a,b){const w=a129t,c=b[w(0x18f)]+'@'+b['host']+':'+a[w(0x186)],d=a129e[w(0x181)](b[w(0x189)],b[w(0x17b)]),e=['-i',d,'-P',b['port'],a[w(0x191)],c];spawnSync('scp',e,{'stdio':a['verbose']?w(0x179):'ignore'});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x7b;var f=c[d];return f;},a130d(a,b);}(function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x81))/0x1+parseInt(f(0x86))/0x2*(parseInt(f(0x82))/0x3)+parseInt(f(0x7e))/0x4*(parseInt(f(0x80))/0x5)+-parseInt(f(0x85))/0x6*(-parseInt(f(0x89))/0x7)+parseInt(f(0x84))/0x8*(-parseInt(f(0x83))/0x9)+parseInt(f(0x87))/0xa+-parseInt(f(0x8b))/0xb*(parseInt(f(0x7c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x9746e));function a130c(){var i=['search','5496288UMNohR','apply','8EsXwBC','(((.+)+)+)+$','2410955fpzhSG','859027Pbozff','993162zayOUT','6195429PEIwbI','8maLQQv','7716srjaYp','4wanQJd','5343260DbGutV','toString','2527lxnVOO','constructor','11BgDGav'];a130c=function(){return i;};return a130c();}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a[h(0x88)]()[h(0x7b)](h(0x7f))['toString']()[h(0x8a)](a130a)[h(0x7b)](h(0x7f));});a130a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a131j=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=parseInt(f(0x98))/0x1+-parseInt(f(0xad))/0x2*(-parseInt(f(0xa7))/0x3)+-parseInt(f(0xa2))/0x4*(-parseInt(f(0xa4))/0x5)+parseInt(f(0x9b))/0x6+-parseInt(f(0xa1))/0x7+parseInt(f(0xa3))/0x8*(parseInt(f(0xa9))/0x9)+parseInt(f(0x9a))/0xa*(-parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x4bd0c));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a[h(0x9c)]()[h(0xaf)](h(0xa0))['toString']()['constructor'](a131a)[h(0xaf)]('(((.+)+)+)+$');});function a131c(){const l=['cwd','669umSXCN','crtName','9xWmOaB','-key','useConfig','-new','5060wHglru','inherit','search','keyName','11hpPNix','-out','-keyout','-config','req','openssl','rsa:2048','-nodes','genSSC','apply','515204cmAfpo','openssl.conf','15701230ckBNeQ','663960jyzbQy','toString','-newkey','-x509','push','(((.+)+)+)+$','22295fSpqgc','126796QkQnmN','4535984jgzrtQ','20JExHCB','csrName'];a131c=function(){return l;};return a131c();}a131a();function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x90;let f=c[d];return f;},a131d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a131d,b=a[i(0xa6)]?a[i(0xa6)]:process[i(0xa6)](),c=[i(0x92),i(0xac),i(0x9d),i(0x94),i(0x95),i(0x90),a['keyName'],i(0xb2),a[i(0xa5)]];a['useConfig']&&(c['push'](i(0x91)),c[i(0x9f)](i(0x99))),spawnSync('openssl',c,{'stdio':i(0xae),'cwd':b});}static[a131j(0x96)](a){const k=a131j,b=a[k(0xa6)]?a[k(0xa6)]:process[k(0xa6)](),c=[k(0x92),k(0x9e),k(0xac),k(0xaa),a[k(0xb0)],k(0xb2),a[k(0xa8)]];a[k(0xab)]&&(c[k(0x9f)](k(0x91)),c[k(0x9f)]('openssl.conf')),spawnSync(k(0x93),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.5.
|
|
4
|
+
"version": "4.5.34",
|
|
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.",
|