@maka/maka-cli 4.5.51 → 4.5.52
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/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
|
-
|
|
1
|
+
const a125l=a125d;(function(a,b){const k=a125d,c=a();while(!![]){try{const d=-parseInt(k(0x16c))/0x1*(-parseInt(k(0x19d))/0x2)+parseInt(k(0x172))/0x3+parseInt(k(0x18c))/0x4*(parseInt(k(0x179))/0x5)+parseInt(k(0x17b))/0x6*(-parseInt(k(0x185))/0x7)+-parseInt(k(0x187))/0x8+-parseInt(k(0x183))/0x9*(parseInt(k(0x16f))/0xa)+-parseInt(k(0x165))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x85c4a));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[a125l(0x181)]===a125l(0x175),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const n=a125l,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=a125d;return e['toString']()[m(0x17f)](m(0x17c))[m(0x193)]()[m(0x197)](e)[m(0x17f)]('(((.+)+)+)+$');});e(),c[c[n(0x166)]=0x0]='DARK',c[c[n(0x186)]=0x1]=n(0x186);}(ColorMode||(ColorMode={})));const DarkColors={'success':a125f[a125l(0x191)],'warn':a125f[a125l(0x176)],'notice':a125f[a125l(0x199)],'error':a125f[a125l(0x18f)][a125l(0x1a1)],'header':a125f[a125l(0x17a)],'bright':a125f[a125l(0x17d)],'info':a125f[a125l(0x199)],'majestic':a125f[a125l(0x16e)]},LightColors={'success':a125f[a125l(0x180)],'warn':a125f[a125l(0x18d)],'notice':a125f['cyan'],'error':a125f[a125l(0x18f)],'header':a125f['black'],'bright':a125f['black'],'info':a125f[a125l(0x174)],'majestic':a125f[a125l(0x19e)]},formatOptionalOpts=a=>{const o=a125l;return a[o(0x16b)](b=>{const p=o;if(typeof b==='object'){if(b?.[p(0x1a0)])return'';if(b[p(0x17e)])return'[--'+b[p(0x170)]+']';return p(0x18a)+b[p(0x170)]+'='+(b?.[p(0x16a)]?b[p(0x16a)][p(0x19f)]('|'):'<value>')+']';}return p(0x18a)+b+']';})[o(0x19f)]('\x20');},formatRequiredOpts=a=>{const q=a125l;return a[q(0x16b)](b=>{const r=q;if(typeof b===r(0x169)){if(b?.['hidden'])return'';if(b['boolFlag'])return'--'+b['name'];return'--'+b[r(0x170)]+'='+(b?.['values']?b['values'][r(0x19f)]('|'):r(0x178));}return'--'+b;})[q(0x19f)]('\x20');};function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x164;let f=c[d];return f;},a125d(a,b);}export class Log{static [a125l(0x168)]=ColorMode[a125l(0x166)];static get[a125l(0x18e)](){const s=a125l;return Log[s(0x168)]===ColorMode[s(0x166)]?DarkColors:LightColors;}static[a125l(0x189)](a){const t=a125l;Log[t(0x168)]=a;}static[a125l(0x188)](a){const u=a125l;console[u(0x1a2)](Log['colors'][u(0x188)](a));}static[a125l(0x194)](a){const v=a125l;console[v(0x1a2)](Log[v(0x18e)][v(0x194)](a));}static[a125l(0x16d)](a){const w=a125l;console[w(0x1a2)](Log[w(0x18e)][w(0x16d)](a));}static[a125l(0x18b)](a){const x=a125l;console['log'](Log[x(0x18e)]['error'](a));}static[a125l(0x167)](a){const y=a125l;console[y(0x1a2)](Log[y(0x18e)][y(0x167)](a));}static['bright'](a){const z=a125l;console[z(0x1a2)](Log[z(0x18e)][z(0x19b)](a));}static['info'](a){const A=a125l;console[A(0x1a2)](Log[A(0x18e)][A(0x195)](a));}static[a125l(0x177)](a){const B=a125l;console[B(0x1a2)](Log['colors']['majestic'](a));}static[a125l(0x196)](a,b,c,d,e,f){const C=a125l,g=a125f['blackBright'];Log[C(0x19b)](d),b&&b[C(0x182)]>0x0&&(Log[C(0x19b)](g(C(0x190))),b[C(0x171)](h=>{const D=C;Log[D(0x19b)](D(0x164)+h);})),a&&(Log[C(0x167)](C(0x192)),Log[C(0x16d)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log['bright'](g(C(0x173))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x167)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a125l(0x184)](a=''){const E=a125l;a125g[E(0x19a)]();const b=a125h();a125g[E(0x19a)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a125d;a125e[F(0x198)](a125f[F(0x174)](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a125e['stdout'](a125f[G(0x191)](check)+'\x20'+a+'\x20'+d),console[G(0x1a2)](),a125g[G(0x19c)]();},'failure'(d=''){const H=E;clearInterval(c),a125e['stdout'](a125f[H(0x18f)][H(0x1a1)](cross)+'\x20'+a+'\x20'+d),console[H(0x1a2)](),a125g[H(0x19c)]();},'stop'(){clearInterval(c),a125g['show']();}};}}function a125c(){const I=['cyan','win32','yellowBright','majestic','<value>','5oDJqBM','blackBright','6hqVOms','(((.+)+)+)+$','whiteBright','boolFlag','search','green','platform','length','9684abJHjh','withSpinner','3493826YgYMDd','LIGHT','5427144fLIvMg','success','setColorMode','[--','error','4195288qxYmMK','yellow','colors','red','Examples:','greenBright','\x0aManual:','toString','warn','info','usage','constructor','stdout','cyanBright','hide','bright','show','4EsNgRr','magenta','join','hidden','bold','log','\x20>\x20','2033845gYcAKO','DARK','header','colorMode','object','values','map','237066jFQglP','notice','magentaBright','4860zNeJaa','name','forEach','2730906HAfTtO','Usage:\x20'];a125c=function(){return I;};return a125c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x1bc))/0x1+parseInt(f(0x1b6))/0x2+parseInt(f(0x1be))/0x3*(parseInt(f(0x1bb))/0x4)+parseInt(f(0x1b3))/0x5+parseInt(f(0x1b8))/0x6*(parseInt(f(0x1b1))/0x7)+-parseInt(f(0x1b5))/0x8*(parseInt(f(0x1ba))/0x9)+-parseInt(f(0x1b7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xe5e92));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x1b2)]()[h(0x1bf)](h(0x1b4))[h(0x1b2)]()[h(0x1b9)](a126a)['search'](h(0x1b4));});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a126d(a,b);}function a126c(){var i=['24njEzDb','1428152qjcuCj','apply','40494NXFQuz','search','133tBGRwH','toString','6790870vievTt','(((.+)+)+)+$','1720rQqzQx','3675382UXEQrF','25619350yvNLPo','11766cQxlFE','constructor','51849RoGVpZ'];a126c=function(){return i;};return a126c();}a126a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x195))/0x1*(parseInt(f(0x19c))/0x2)+parseInt(f(0x190))/0x3+parseInt(f(0x185))/0x4*(-parseInt(f(0x187))/0x5)+-parseInt(f(0x183))/0x6*(-parseInt(f(0x188))/0x7)+parseInt(f(0x199))/0x8*(-parseInt(f(0x19a))/0x9)+parseInt(f(0x19f))/0xa+parseInt(f(0x18c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x40008));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a['toString']()[h(0x186)](h(0x19b))['toString']()[h(0x189)](a127a)['search'](h(0x19b));});a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127i(0x18e)];['opts'];['requiredOpts'];[a127i(0x18a)];constructor(){const j=a127i;this[j(0x18e)]=[],this['opts']={},this[j(0x181)]=[],this[j(0x18a)]=[];}async['handleOptions'](a,b,c){const k=a127i;this[k(0x18e)]=a,this[k(0x181)]=b,this[k(0x18a)]=c,await this[k(0x196)](),await this[k(0x194)]();}async[a127i(0x196)](){const l=a127i;if(this['requiredOpts']?.[l(0x18d)]>0x0)for(const a of this[l(0x181)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this['inputOpts'][l(0x184)](c)){const e=d?await Actions[l(0x18f)]({'type':l(0x198),'name':c,'message':l(0x193)+c,'choices':d}):await Actions[l(0x19d)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x182)][c]=d?e[c]:e,b=d?d[l(0x184)](this[l(0x182)][c]):!![];}else b=d?d[l(0x184)](this['opts'][c]):!![];if(!b)throw new Error(l(0x18b)+c+':\x20'+this[l(0x182)][c]);}}async['handleValidOptions'](){const m=a127i;if(this[m(0x18a)]?.['length']>0x0)for(const a of this[m(0x18a)]){const {name:b,values:c}=typeof a===m(0x192)?{'name':a,'values':undefined}:a,d=this[m(0x182)][b];if(d!==undefined&&(!c||!c[m(0x184)](d))){const e=c?await Actions[m(0x18f)]({'type':m(0x198),'name':b,'message':m(0x197)+b,'choices':c}):await Actions[m(0x19d)](m(0x19e)+b);this['opts'][b]=c?e[b]:e;}}}}function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x181;let f=c[d];return f;},a127d(a,b);}function a127c(){const n=['2mLgusf','ask','Please\x20provide\x20a\x20valid\x20value\x20for\x20','515900ytOowO','requiredOpts','opts','2181486pxkzeC','includes','4bzNZxm','search','1081085DtpLSU','7axXGdk','constructor','validOpts','Invalid\x20value\x20for\x20','6310062gJUWqE','length','inputOpts','options','200433oMNqOH','apply','string','Please\x20choose\x20a\x20value\x20for\x20','handleValidOptions','393983qsXFvv','handleRequiredOptions','Please\x20choose\x20a\x20valid\x20value\x20for\x20','list','32DowxaL','412362EGxjCI','(((.+)+)+)+$'];a127c=function(){return n;};return a127c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a128d(a,b);}(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1fe))/0x1+-parseInt(j(0x204))/0x2*(-parseInt(j(0x1fd))/0x3)+parseInt(j(0x207))/0x4*(parseInt(j(0x1f9))/0x5)+parseInt(j(0x208))/0x6+parseInt(j(0x210))/0x7+parseInt(j(0x20b))/0x8*(parseInt(j(0x20d))/0x9)+parseInt(j(0x202))/0xa*(-parseInt(j(0x1f5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x50578));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x211)]()[l(0x1fb)](l(0x200))[l(0x211)]()[l(0x206)](a128a)[l(0x1fb)](l(0x200));});a128a();function a128c(){const s=['constructor','14708rynQQR','1848174JvFnfw','withSpinner','data','2928qKyrli','message','9234nPFOVQ','kill','start','197176wQVSLw','toString','inherit','6699cFCMpn','apply','ignore','failure','235PvdCto','success','search','close','12byGoKV','166827boiAZH','cwd','(((.+)+)+)+$','error','19430HUSUky','log','230504HIzwFZ','pid'];a128c=function(){return s;};return a128c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a128d,f=Log[m(0x209)](),g=c?.[m(0x1ff)]||'.';c?.[m(0x20c)]&&f[m(0x20f)](c?.[m(0x20c)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x1f4):m(0x1f7)});process['on']('SIGINT',()=>{const n=m,i=h[n(0x205)];i&&process[n(0x20e)](i);}),h['on'](m(0x20a),i=>{const o=m;console[o(0x203)](i);}),h['on']('disconnect',()=>{const p=m;c?.[p(0x20c)]&&f[p(0x1fa)](),d();}),h['on'](m(0x1fc),()=>{const q=m;c?.[q(0x20c)]&&f['success'](),d();}),h['on'](m(0x201),()=>{const r=m;c?.[r(0x20c)]&&f[r(0x1f8)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x7a))/0x1*(-parseInt(f(0x7c))/0x2)+-parseInt(f(0x76))/0x3+parseInt(f(0x77))/0x4+parseInt(f(0x7f))/0x5*(parseInt(f(0x72))/0x6)+parseInt(f(0x74))/0x7*(parseInt(f(0x7d))/0x8)+-parseInt(f(0x70))/0x9*(parseInt(f(0x79))/0xa)+-parseInt(f(0x71))/0xb*(parseInt(f(0x75))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x99f32));var a129b=(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;};}()),a129a=a129b(this,function(){var g=a129d;return a129a[g(0x7e)]()['search']('(((.+)+)+)+$')[g(0x7e)]()[g(0x73)](a129a)[g(0x78)](g(0x7b));});a129a();function a129c(){var h=['1171644GBSChW','(((.+)+)+)+$','2JWXsjp','3147880mCIRTb','toString','27535koPrkx','369270vUaJQU','8478492gNvLpZ','1320iVTNLJ','constructor','7jxBIxm','24skwPJF','1352787ZQvqOH','3652648OhVjjg','search','260bPBWVU'];a129c=function(){return h;};return a129c();}function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x70;var f=c[d];return f;},a129d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x201))/0x1*(-parseInt(m(0x20e))/0x2)+-parseInt(m(0x1fe))/0x3*(-parseInt(m(0x20c))/0x4)+-parseInt(m(0x213))/0x5+-parseInt(m(0x1fc))/0x6*(parseInt(m(0x207))/0x7)+-parseInt(m(0x20a))/0x8*(parseInt(m(0x1f9))/0x9)+-parseInt(m(0x203))/0xa*(parseInt(m(0x200))/0xb)+parseInt(m(0x20b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xa6943));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a['toString']()[o(0x1ee)](o(0x1f4))['toString']()[o(0x1ff)](a130a)['search']('(((.+)+)+)+$');});function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a130d(a,b);}a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';function a130c(){const x=['close','concat','user','disconnect','5428850qnthJD','verbose','search','ssh','toString','port','ignore','join','(((.+)+)+)+$','message','tty','sshVerbose','pem','9iKjyMB','scp','host','6sRhArk','apply','388503jNHgzm','constructor','27159fbmFPO','202mSriaD','ConnectTimeout=2','4490qtYkyJ','push','ping','success','2457497aONVYE','inherit','env','4031304lInlun','30088668dZUpwR','28VihoFL','failure','3146VRWnny'];a130c=function(){return x;};return a130c();}import{Log}from'../log/log.class.js';export class SSH{static [a130p(0x1ef)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x211)]+'@'+b[q(0x1fb)],g=a130e[q(0x1f3)](b[q(0x209)],b[q(0x1f8)]),h=c?.[q(0x1f6)]||![],i=c?.[q(0x1f7)]||![];let j=[];h&&j[q(0x204)]('-t');i&&j['push']('-v');j=j[q(0x210)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0x1f1)],f,a]);const k=Log['withSpinner']();c?.[q(0x1f5)]&&k['start'](c?.[q(0x1f5)]);const l=spawn(q(0x1ef),j,{'stdio':c?.['verbose']?q(0x208):q(0x1f2)});l['on'](q(0x212),()=>{const r=q;c?.[r(0x1f5)]&&k[r(0x206)](),d();}),l['on'](q(0x20f),()=>{const s=q;c?.[s(0x1f5)]&&k[s(0x206)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x1f5)]&&k[t(0x20d)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a130p,d=b[u(0x211)]+'@'+b['host'],e=a130e['join'](b['env'],b[u(0x1f8)]),f=c?.[u(0x1f6)]||![],g=c?.[u(0x1f7)]||![];let h=[];f&&h[u(0x204)]('-t'),g&&h[u(0x204)]('-v'),h=h[u(0x210)](['-o',u(0x202),'-i',e,'-p',b[u(0x1f1)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x214)]?u(0x208):u(0x1f2)});};static[a130p(0x205)](a,b,c){const v=a130p,d=b[v(0x211)]+'@'+b[v(0x1fb)],e=a130e[v(0x1f3)](b['env'],b['pem']),f=c?.[v(0x1f6)]||![];let g=[];f&&g[v(0x204)]('-t');g=g[v(0x210)](['-o',v(0x202),'-i',e,'-p',b[v(0x1f1)],d,a,'2>&1']);const h='ssh\x20'+g[v(0x1f3)]('\x20');return execSync(h)[v(0x1f0)]();}static['scp'](a,b){const w=a130p,c=b[w(0x211)]+'@'+b[w(0x1fb)]+':'+a['dest'],d=a130e['join'](b['env'],b['pem']),e=['-i',d,'-P',b[w(0x1f1)],a['source'],c];spawnSync(w(0x1fa),e,{'stdio':a[w(0x214)]?'inherit':w(0x1f2)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d
|
|
1
|
+
function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x10e;var f=c[d];return f;},a131d(a,b);}(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x114))/0x1*(parseInt(f(0x111))/0x2)+-parseInt(f(0x10e))/0x3*(parseInt(f(0x119))/0x4)+-parseInt(f(0x117))/0x5+parseInt(f(0x11d))/0x6*(parseInt(f(0x11c))/0x7)+parseInt(f(0x118))/0x8*(parseInt(f(0x112))/0x9)+-parseInt(f(0x11b))/0xa+-parseInt(f(0x116))/0xb*(-parseInt(f(0x113))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x71fe6));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0x10f)](h(0x11a))['toString']()[h(0x110)](a131a)[h(0x10f)](h(0x11a));});a131a();function a131c(){var i=['3536920LIeKUH','3153941GzNDMe','6uRGFhL','21luhkhn','search','constructor','20CfnhDD','423rkXmgR','18211116Snmzkj','33988rXetYc','apply','11ADSHDL','4453825CIZojh','28680EleRGU','437232OWilHI','(((.+)+)+)+$'];a131c=function(){return i;};return a131c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x16f;let f=c[d];return f;},a132d(a,b);}const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x174))/0x1*(parseInt(f(0x189))/0x2)+-parseInt(f(0x180))/0x3*(parseInt(f(0x18c))/0x4)+-parseInt(f(0x17f))/0x5*(-parseInt(f(0x177))/0x6)+parseInt(f(0x16f))/0x7+parseInt(f(0x18b))/0x8+parseInt(f(0x176))/0x9*(-parseInt(f(0x18a))/0xa)+-parseInt(f(0x183))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xc3475));function a132c(){const l=['7937303IcBRJq','req','openssl.conf','-config','search','push','2BCnqri','2855750nDAdoO','2876016eiOvUx','3315324mgDjsa','csrName','5086221xDsHCi','-keyout','genCSR','cwd','-key','298345gkQISe','(((.+)+)+)+$','9ebROcE','6BuwgYJ','rsa:2048','-out','inherit','useConfig','-new','apply','toString','6256950tiQSoH','3MmXbBs','openssl','keyName'];a132c=function(){return l;};return a132c();}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x17e)]()[h(0x187)](h(0x175))[h(0x17e)]()['constructor'](a132a)[h(0x187)](h(0x175));});a132a();import{spawnSync}from'child_process';export class SSL{static[a132i(0x171)](a){const j=a132i,b=a[j(0x172)]?a[j(0x172)]:process[j(0x172)](),c=[j(0x184),j(0x17c),'-newkey',j(0x178),'-nodes',j(0x170),a['keyName'],j(0x179),a[j(0x18d)]];a[j(0x17b)]&&(c[j(0x188)](j(0x186)),c[j(0x188)](j(0x185))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const k=a132i,b=a[k(0x172)]?a[k(0x172)]:process[k(0x172)](),c=['req','-x509',k(0x17c),k(0x173),a[k(0x182)],k(0x179),a['crtName']];a[k(0x17b)]&&(c['push']('-config'),c[k(0x188)](k(0x185))),spawnSync(k(0x181),c,{'stdio':k(0x17a),'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.52",
|
|
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.",
|