@maka/maka-cli 4.5.33 → 4.5.35
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/templates/meteor/app/server/main.js +4 -1
- package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +4 -1
- package/bundle/obf/src/templates/meteor/app/server/main.js.ts +4 -1
- package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +4 -1
- package/bundle/obf/src/templates/meteor/config/settings.json +2 -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
|
-
function
|
|
1
|
+
const a123p=a123d;function a123c(){const A=['constructor','search','api.openai.com','BAD\x20RETURN','1170180UnsMby','assign','end','statusCode','42814MKoWin','True','963828gHWxmx','1520628nWnRKe','statusMessage','stringify','askGPT','write','request','post','length','application/json','toString','POST','error','timeout','22DkUdWO','abort','Request\x20timeout','NODE_TLS_REJECT_UNAUTHORIZED','16hkCuPp','341228WIOwwe','readFileSync','get','data','/v1/engines/davinci/completions','(((.+)+)+)+$','33IjLuBJ','2855118uSfveG','env','1494860eeMANE'];a123c=function(){return A;};return a123c();}(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x65))/0x1*(parseInt(n(0x7c))/0x2)+parseInt(n(0x70))/0x3*(-parseInt(n(0x6a))/0x4)+parseInt(n(0x78))/0x5+parseInt(n(0x7f))/0x6+parseInt(n(0x71))/0x7*(parseInt(n(0x69))/0x8)+-parseInt(n(0x7e))/0x9+-parseInt(n(0x73))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x8d695));const a123b=(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;};}()),a123a=a123b(this,function(){const o=a123d;return a123a[o(0x88)]()[o(0x75)](o(0x6f))['toString']()[o(0x74)](a123a)[o(0x75)](o(0x6f));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process['env'][a123p(0x68)]=process[a123p(0x72)]['MAKA_DEV']===a123p(0x7d)?'0':'1';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x64;let f=c[d];return f;},a123d(a,b);}export class HTTPS{static async[a123p(0x85)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x81)](c),g={'Content-Type':q(0x87),'Content-Length':f[q(0x86)]};Object[q(0x79)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x89),'headers':g,'timeout':TIMEOUT};return e&&Object[q(0x79)](h,{'cert':a123f[q(0x6b)](e)}),new Promise((i,j)=>{const r=q,k=a123e[r(0x84)](h,l=>{const s=r;l['on'](s(0x6d),m=>{const t=s;i({'statusCode':l[t(0x7b)]||0x1f4,'statusMessage':l['statusMessage']||t(0x77),'data':m[t(0x88)]()});});});k['on'](r(0x8a),l=>{j(l);}),k['on'](r(0x64),()=>{const u=r;k[u(0x66)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[r(0x83)](f),k[r(0x7a)]();});}static[a123p(0x6c)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':'application/json'};Object[v(0x79)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[v(0x6b)](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x6c)](a,e,i=>{i['on']('data',j=>{const x=a123d;f({'statusCode':i[x(0x7b)]||0x1f4,'statusMessage':i[x(0x80)]||x(0x77),'data':j[x(0x88)]()});});});h['on']('error',i=>{g(i);}),h['on'](w(0x64),()=>{const y=w;h[y(0x66)](),g({'statusCode':0x198,'statusMessage':y(0x67)});});});}static async[a123p(0x82)]({prompt:a,openApiKey:b,certPath:c}){const z=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this['post']({'hostname':z(0x76),'path':z(0x6e),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0xf5;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1+parseInt(f(0x102))/0x2*(-parseInt(f(0xfe))/0x3)+-parseInt(f(0xf6))/0x4+parseInt(f(0xf7))/0x5+-parseInt(f(0xf8))/0x6*(-parseInt(f(0xfc))/0x7)+parseInt(f(0xff))/0x8+parseInt(f(0x101))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x413ad));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0xfb)]()['search'](h(0xfd))[h(0xfb)]()[h(0xf9)](a124a)[h(0xf5)](h(0xfd));});a124a();export{};function a124c(){var i=['263012LtSeHr','25815Einzem','252RwDtAj','constructor','515320dpUrcU','toString','50309yYMorB','(((.+)+)+)+$','1713tNrygd','1266432iFqZoL','apply','5599638kfoCvg','838VmTtTt','search'];a124c=function(){return i;};return a124c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d
|
|
1
|
+
const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=-parseInt(i(0x21a))/0x1*(-parseInt(i(0x206))/0x2)+-parseInt(i(0x20d))/0x3+parseInt(i(0x1fe))/0x4+parseInt(i(0x216))/0x5+-parseInt(i(0x1f9))/0x6+parseInt(i(0x1ff))/0x7+-parseInt(i(0x1f7))/0x8*(-parseInt(i(0x20b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x6d0c6));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x21b)]()[k(0x201)](k(0x210))['toString']()[k(0x209)](a125a)['search'](k(0x210));});function a125c(){const B=['show','3377313aBskSA','\x20>\x20','2080197UmlbWv','Usage:\x20','map','(((.+)+)+)+$','cyanBright','log','majestic','cyan','magentaBright','4184665eyOTzR','success','red','greenBright','9RTrqFl','toString','trim','Examples:','hide','notice','stdout','blackBright','8SobUKL','apply','4497372AxCvNV','header','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','error','yellowBright','1347988iAyLDG','1977836lKrUNY','warn','search','win32','withSpinner','whiteBright','usage','12864dNTijV','bold','bright','constructor'];a125c=function(){return B;};return a125c();}a125a();import*as a125e from'single-line-log2';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a125d(a,b);}import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0x202),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x20f)](b=>{return'[--'+b+']';})['join']('\x20');},formatRequiredOpts=a=>{return a['map'](b=>{return'--'+b;})['join']('\x20');};export class Log{static[a125l(0x217)](a){const n=a125l;console[n(0x212)](a125f[n(0x219)](a));}static[a125l(0x200)](a){const o=a125l;console[o(0x212)](a125f[o(0x1fd)](a));}static[a125l(0x1f4)](a){const p=a125l;console[p(0x212)](a125f[p(0x211)](a));}static[a125l(0x1fc)](a){const q=a125l;console['log'](a125f[q(0x218)]['bold'](a));}static[a125l(0x1fa)](a){const r=a125l;console['log'](a125f[r(0x1f6)](a));}static[a125l(0x208)](a){const s=a125l;console[s(0x212)](a125f[s(0x204)](a));}static[a125l(0x213)](a){const t=a125l;console[t(0x212)](a125f[t(0x215)](a));}static[a125l(0x205)](a,b,c,d,e,f){const u=a125l,g=a125f[u(0x1f6)];Log[u(0x208)](d),b&&b['length']>0x0&&(Log[u(0x208)](g(u(0x21d))),b['forEach'](h=>{const v=u;Log[v(0x208)](v(0x20c)+h);})),a&&(Log[u(0x1fa)]('\x0aManual:'),Log[u(0x1f4)]('\x20\x20'+a[u(0x21c)]()+'\x0a')),c&&Log[u(0x208)](g(u(0x20e))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[u(0x1fa)](u(0x1fb));}static[a125l(0x203)](a=''){const w=a125l;a125g[w(0x21e)]();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const x=a125d;a125e[x(0x1f5)](a125f[x(0x214)](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=w;clearInterval(c),a125e[y(0x1f5)](a125f[y(0x219)](check)+'\x20'+a+'\x20'+d),console[y(0x212)](),a125g[y(0x20a)]();},'failure'(d=''){const z=w;clearInterval(c),a125e[z(0x1f5)](a125f[z(0x218)][z(0x207)](cross)+'\x20'+a+'\x20'+d),console[z(0x212)](),a125g[z(0x20a)]();},'stop'(){const A=w;clearInterval(c),a125g[A(0x20a)]();}};}}
|
|
@@ -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(0x149))/0x1*(-parseInt(f(0x145))/0x2)+-parseInt(f(0x144))/0x3*(parseInt(f(0x146))/0x4)+-parseInt(f(0x147))/0x5*(parseInt(f(0x14a))/0x6)+-parseInt(f(0x14e))/0x7*(-parseInt(f(0x14f))/0x8)+-parseInt(f(0x141))/0x9+parseInt(f(0x148))/0xa+parseInt(f(0x14d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc1f0a));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x14c)]()[h(0x14b)]('(((.+)+)+)+$')['toString']()[h(0x143)](a126a)[h(0x14b)](h(0x150));});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x141;var f=c[d];return f;},a126d(a,b);}function a126c(){var i=['30840282DpDJXs','130669RHOmVX','488dpEuqs','(((.+)+)+)+$','6994998jPuifI','apply','constructor','3tUbvgz','128XwDMgw','5688992cvfBLd','1085wLpmxy','11617150nYrCxk','14500fgVmEB','32688XAmScZ','search','toString'];a126c=function(){return i;};return a126c();}a126a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d
|
|
1
|
+
const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=-parseInt(j(0x128))/0x1*(parseInt(j(0x12c))/0x2)+parseInt(j(0x13e))/0x3+-parseInt(j(0x142))/0x4+parseInt(j(0x138))/0x5*(parseInt(j(0x12d))/0x6)+parseInt(j(0x12e))/0x7*(-parseInt(j(0x127))/0x8)+-parseInt(j(0x139))/0x9*(-parseInt(j(0x133))/0xa)+-parseInt(j(0x129))/0xb*(-parseInt(j(0x136))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x30e07));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a[l(0x13d)]()[l(0x143)](l(0x130))[l(0x13d)]()[l(0x12f)](a127a)[l(0x143)](l(0x130));});function a127c(){const s=['start','40912moCDVQ','385972oFvoGm','11VxWXAT','message','cwd','2mkbIIQ','254742uUzjMK','497oUjBje','constructor','(((.+)+)+)+$','success','withSpinner','3301670nXqeQN','SIGINT','data','8290836uPgpDg','ignore','10pykeqj','9CHHtRb','inherit','close','apply','toString','564969OEqzDM','failure','log','kill','1380168jLNBhZ','search','error'];a127c=function(){return s;};return a127c();}a127a();import{spawn}from'child_process';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x125;let f=c[d];return f;},a127d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0x132)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log['withSpinner'](),g=c?.[n(0x12b)]||'.';c?.[n(0x12a)]&&f[n(0x126)](c?.[n(0x12a)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0x13a):n(0x137)});process['on'](n(0x134),()=>{const o=n,i=h['pid'];i&&process[o(0x141)](i);}),h['on'](n(0x135),i=>{const p=n;console[p(0x140)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0x12a)]&&f[q(0x131)](),d();}),h['on'](n(0x13b),()=>{c?.['message']&&f['success'](),d();}),h['on'](n(0x125),()=>{const r=n;c?.[r(0x12a)]&&f[r(0x13f)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x101))/0x1*(-parseInt(f(0xf7))/0x2)+parseInt(f(0xff))/0x3+-parseInt(f(0xfd))/0x4*(-parseInt(f(0xfb))/0x5)+-parseInt(f(0xf4))/0x6+parseInt(f(0xfa))/0x7*(-parseInt(f(0xf6))/0x8)+-parseInt(f(0xfe))/0x9*(-parseInt(f(0x102))/0xa)+-parseInt(f(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa66c4));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xf9)]()[h(0xf3)]('(((.+)+)+)+$')[h(0xf9)]()[h(0xf8)](a128a)[h(0xf3)](h(0xfc));});function a128c(){var i=['136ZmrRuV','17102tolgYb','constructor','toString','47257RFzYmh','433955GdsjGP','(((.+)+)+)+$','56WogWUo','9qfWoXX','1213074zgUjst','9559649iYNaHJ','17giGANe','10237070pjEzuA','search','6738072dMjbUS','apply'];a128c=function(){return i;};return a128c();}function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0xf3;var f=c[d];return f;},a128d(a,b);}a128a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(
|
|
1
|
+
const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x94))/0x1+-parseInt(m(0x96))/0x2*(parseInt(m(0x85))/0x3)+parseInt(m(0x90))/0x4+parseInt(m(0x8b))/0x5*(parseInt(m(0x9f))/0x6)+parseInt(m(0x9e))/0x7*(parseInt(m(0x8f))/0x8)+-parseInt(m(0x8e))/0x9*(-parseInt(m(0x8d))/0xa)+parseInt(m(0x83))/0xb*(-parseInt(m(0x86))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xab06a));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x84)]()[o(0xa8)](o(0x88))[o(0x84)]()[o(0xa9)](a129a)[o(0xa8)](o(0x88));});function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x7f;let f=c[d];return f;},a129d(a,b);}function a129c(){const x=['verbose','2255NyctQk','toString','3HXbYbt','95436AQffdG','host','(((.+)+)+)+$','env','ssh\x20','44040JjlbEu','push','3020KtMtHN','5697SweBpA','16LofhOY','664044YStKiq','withSpinner','start','ping','976843aLrIlj','scp','1255418hToEzx','port','source','failure','inherit','2>&1','message','ignore','2109968cUZtaQ','696IgiQUn','user','ConnectTimeout=2','pem','disconnect','join','apply','sshVerbose','dest','search','constructor','concat','ssh','success'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x80)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b['user']+'@'+b[q(0x87)],g=a129e['join'](b[q(0x89)],b['pem']),h=c?.['tty']||![],i=c?.[q(0xa6)]||![];let j=[];h&&j[q(0x8c)]('-t');i&&j[q(0x8c)]('-v');j=j[q(0x7f)](['-o',q(0xa1),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0x91)]();c?.[q(0x9c)]&&k[q(0x92)](c?.['message']);const l=spawn(q(0x80),j,{'stdio':c?.['verbose']?'inherit':'ignore'});l['on'](q(0xa3),()=>{const r=q;c?.[r(0x9c)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x9c)]&&k[s(0x81)](),d();}),l['on']('error',()=>{const t=q;c?.['message']&&k[t(0x99)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a129p,d=b[u(0xa0)]+'@'+b[u(0x87)],e=a129e[u(0xa4)](b[u(0x89)],b[u(0xa2)]),f=c?.['tty']||![],g=c?.[u(0xa6)]||![];let h=[];f&&h[u(0x8c)]('-t'),g&&h[u(0x8c)]('-v'),h=h['concat'](['-o',u(0xa1),'-i',e,'-p',b[u(0x97)],d,a]),spawnSync(u(0x80),h,{'stdio':c?.[u(0x82)]?'inherit':u(0x9d)});};static[a129p(0x93)](a,b,c){const v=a129p,d=b[v(0xa0)]+'@'+b[v(0x87)],e=a129e[v(0xa4)](b['env'],b[v(0xa2)]),f=c?.['tty']||![];let g=[];f&&g[v(0x8c)]('-t');g=g[v(0x7f)](['-o',v(0xa1),'-i',e,'-p',b[v(0x97)],d,a,v(0x9b)]);const h=v(0x8a)+g[v(0xa4)]('\x20');return execSync(h)['toString']();}static[a129p(0x95)](a,b){const w=a129p,c=b[w(0xa0)]+'@'+b[w(0x87)]+':'+a[w(0xa7)],d=a129e[w(0xa4)](b['env'],b[w(0xa2)]),e=['-i',d,'-P',b[w(0x97)],a[w(0x98)],c];spawnSync(w(0x95),e,{'stdio':a[w(0x82)]?w(0x9a):'ignore'});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a130d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a130d,c=a();while(!![]){try{var d=parseInt(f(0x7c))/0x1+parseInt(f(0x72))/0x2*(parseInt(f(0x74))/0x3)+-parseInt(f(0x76))/0x4*(-parseInt(f(0x75))/0x5)+parseInt(f(0x77))/0x6+-parseInt(f(0x79))/0x7+-parseInt(f(0x73))/0x8+parseInt(f(0x70))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x5c1fd));var a130b=(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;};}()),a130a=a130b(this,function(){var g=a130d;return a130a[g(0x78)]()[g(0x7b)](g(0x71))[g(0x78)]()[g(0x7a)](a130a)[g(0x7b)](g(0x71));});a130a();export{};function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x70;var f=c[d];return f;},a130d(a,b);}function a130c(){var h=['267798LObpDU','4839824NNbpuy','3AKwSsP','5kpCMUg','833432tURGOm','437826YmAeCR','toString','1784209hVmZUx','constructor','search','322868CSqUMQ','4491990xQBxiY','(((.+)+)+)+$'];a130c=function(){return h;};return a130c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x129))/0x1*(parseInt(f(0x139))/0x2)+parseInt(f(0x142))/0x3+-parseInt(f(0x136))/0x4*(-parseInt(f(0x12f))/0x5)+parseInt(f(0x13d))/0x6+-parseInt(f(0x137))/0x7+parseInt(f(0x135))/0x8*(parseInt(f(0x127))/0x9)+parseInt(f(0x12d))/0xa*(-parseInt(f(0x141))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xe9da4));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a['toString']()[h(0x13e)]('(((.+)+)+)+$')['toString']()[h(0x13f)](a131a)[h(0x13e)]('(((.+)+)+)+$');});a131a();function a131c(){const l=['genCSR','176652epPBGZ','search','constructor','apply','11yVQfAR','5029617JWcCDS','useConfig','crtName','push','-x509','324eqOJzc','-out','80516HgKFzE','openssl.conf','-keyout','genSSC','3980260TVKaeL','inherit','445ImjDaS','-new','rsa:2048','-newkey','openssl','keyName','160760gvNTFS','33908wVUvXv','2650760eNEtWy','req','36wFlsXG','cwd','-config'];a131c=function(){return l;};return a131c();}import{spawnSync}from'child_process';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x127;let f=c[d];return f;},a131d(a,b);}export class SSL{static[a131i(0x13c)](a){const j=a131i,b=a[j(0x13a)]?a[j(0x13a)]:process[j(0x13a)](),c=[j(0x138),j(0x130),j(0x132),j(0x131),'-nodes',j(0x12b),a[j(0x134)],j(0x128),a['csrName']];a[j(0x143)]&&(c[j(0x145)](j(0x13b)),c[j(0x145)](j(0x12a))),spawnSync(j(0x133),c,{'stdio':'inherit','cwd':b});}static[a131i(0x12c)](a){const k=a131i,b=a[k(0x13a)]?a[k(0x13a)]:process['cwd'](),c=['req',k(0x146),k(0x130),'-key',a[k(0x134)],k(0x128),a[k(0x144)]];a[k(0x143)]&&(c['push'](k(0x13b)),c[k(0x145)](k(0x12a))),spawnSync('openssl',c,{'stdio':k(0x12e),'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.35",
|
|
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.",
|