@maka/maka-cli 4.5.16 → 4.5.17
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/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.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/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.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/inventory.js +1 -0
- package/bundle/obf/src/commands/game/sideQuest/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/puzzles.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.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/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
|
-
(function(a,b){var f=
|
|
1
|
+
function a99d(a,b){var c=a99c();return a99d=function(d,e){d=d-0x178;var f=c[d];return f;},a99d(a,b);}(function(a,b){var f=a99d,c=a();while(!![]){try{var d=-parseInt(f(0x17c))/0x1*(-parseInt(f(0x17b))/0x2)+-parseInt(f(0x184))/0x3*(parseInt(f(0x17e))/0x4)+parseInt(f(0x182))/0x5*(parseInt(f(0x17f))/0x6)+parseInt(f(0x17a))/0x7+-parseInt(f(0x187))/0x8+-parseInt(f(0x181))/0x9*(parseInt(f(0x17d))/0xa)+parseInt(f(0x178))/0xb*(parseInt(f(0x179))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x95144));var a99b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a99d;if(c){var e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){var h=a99d;return a99a['toString']()[h(0x186)](h(0x180))['toString']()[h(0x183)](a99a)['search'](h(0x180));});a99a();function a99c(){var i=['63MlYmpq','10bFnWaO','constructor','887505vPyTyP','apply','search','7223528vGCHCF','33suqlvq','4444332ZyoRsm','6183471WGvPAy','118666seQsLc','1PiDNgS','1543090fUHUvR','4sFploq','2507394gtIFYe','(((.+)+)+)+$'];a99c=function(){return i;};return a99c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a100l=a100d;(function(a,b){const i=a100d,c=a();while(!![]){try{const d=parseInt(i(0xdb))/0x1+-parseInt(i(0xcb))/0x2+parseInt(i(0xc3))/0x3*(-parseInt(i(0xbe))/0x4)+parseInt(i(0xd5))/0x5*(parseInt(i(0xcd))/0x6)+-parseInt(i(0xc9))/0x7+-parseInt(i(0xe4))/0x8+parseInt(i(0xb7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0xc2236));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a100d;if(c){const e=c[j(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const k=a100d;return a100a[k(0xce)]()[k(0xc1)](k(0xdf))[k(0xce)]()[k(0xcf)](a100a)[k(0xc1)]('(((.+)+)+)+$');});a100a();function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0xb7;let f=c[d];return f;},a100d(a,b);}function a100c(){const B=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','warn','yellowBright','10393691XOTYBF','trim','1126802mxtOOL','red','6NZphTz','toString','constructor','length','cyanBright','header','cyan','map','2564890DhKCHG','platform','greenBright','show','bright','win32','444379prpBvv','forEach','Usage:\x20','\x20>\x20','(((.+)+)+)+$','bold','\x0aManual:','magentaBright','withSpinner','8896640TDvvLg','37692144udFWtT','error','notice','stdout','Examples:','hide','majestic','4Bvvrgn','blackBright','apply','search','join','3569667IRRKPm','log','success'];a100c=function(){return B;};return a100c();}import*as a100e from'single-line-log2';import a100f from'cli-color';import a100g from'cli-cursor';import a100h from'elegant-spinner';const isWin=process[a100l(0xd6)]===a100l(0xda),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a100l;return a['map'](b=>{return'[--'+b+']';})[m(0xc2)]('\x20');},formatRequiredOpts=a=>{const n=a100l;return a[n(0xd4)](b=>{return'--'+b;})[n(0xc2)]('\x20');};export class Log{static[a100l(0xc5)](a){const o=a100l;console[o(0xc4)](a100f[o(0xd7)](a));}static[a100l(0xc7)](a){const p=a100l;console['log'](a100f[p(0xc8)](a));}static[a100l(0xb9)](a){const q=a100l;console['log'](a100f[q(0xd1)](a));}static[a100l(0xb8)](a){const r=a100l;console[r(0xc4)](a100f['red'][r(0xe0)](a));}static[a100l(0xd2)](a){const s=a100l;console[s(0xc4)](a100f[s(0xbf)](a));}static['bright'](a){const t=a100l;console[t(0xc4)](a100f['whiteBright'](a));}static[a100l(0xbd)](a){const u=a100l;console[u(0xc4)](a100f[u(0xe2)](a));}static['usage'](a,b,c,d,e,f){const v=a100l,g=a100f['blackBright'];Log[v(0xd9)](d),b&&b[v(0xd0)]>0x0&&(Log[v(0xd9)](g(v(0xbb))),b[v(0xdc)](h=>{const w=v;Log[w(0xd9)](w(0xde)+h);})),a&&(Log[v(0xd2)](v(0xe1)),Log[v(0xb9)]('\x20\x20'+a[v(0xca)]()+'\x0a')),c&&Log[v(0xd9)](g(v(0xdd))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0xd2)](v(0xc6));}static[a100l(0xe3)](a=''){const x=a100l;a100g['hide']();const b=a100h();a100g[x(0xbc)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a100d;a100e[y(0xba)](a100f[y(0xd3)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a100e[z(0xba)](a100f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a100g[z(0xd8)]();},'failure'(d=''){const A=x;clearInterval(c),a100e[A(0xba)](a100f[A(0xcc)]['bold'](cross)+'\x20'+a+'\x20'+d),console['log'](),a100g[A(0xd8)]();},'stop'(){clearInterval(c),a100g['show']();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
function a101d(a,b){var c=a101c();return a101d=function(d,e){d=d-0x14c;var f=c[d];return f;},a101d(a,b);}function a101c(){var i=['apply','44074756yfDeRi','634529CqvCKH','(((.+)+)+)+$','798363TizUnI','2755030mVMgcH','10bxXyXd','6862020fFlbrm','toString','12848gvnauo','792970Rojcpq','4SPmNVt','constructor','search','36SGkkPm','4571lhyMJk'];a101c=function(){return i;};return a101c();}(function(a,b){var f=a101d,c=a();while(!![]){try{var d=-parseInt(f(0x153))/0x1+-parseInt(f(0x157))/0x2*(parseInt(f(0x155))/0x3)+-parseInt(f(0x14c))/0x4*(-parseInt(f(0x156))/0x5)+-parseInt(f(0x158))/0x6+parseInt(f(0x150))/0x7*(-parseInt(f(0x15a))/0x8)+parseInt(f(0x14f))/0x9*(parseInt(f(0x15b))/0xa)+parseInt(f(0x152))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0xaf29c));var a101b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a101d;if(c){var e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){var h=a101d;return a101a['toString']()[h(0x14e)](h(0x154))[h(0x159)]()[h(0x14d)](a101a)[h(0x14e)]('(((.+)+)+)+$');});a101a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a102m=a102d;(function(a,b){const j=a102d,c=a();while(!![]){try{const d=-parseInt(j(0x130))/0x1+-parseInt(j(0x12e))/0x2+-parseInt(j(0x126))/0x3+parseInt(j(0x136))/0x4*(-parseInt(j(0x12a))/0x5)+-parseInt(j(0x138))/0x6+parseInt(j(0x124))/0x7*(-parseInt(j(0x135))/0x8)+-parseInt(j(0x13d))/0x9*(-parseInt(j(0x13b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x5bd68));const a102b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a102d;if(c){const e=c[k(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){const l=a102d;return a102a[l(0x12c)]()[l(0x125)]('(((.+)+)+)+$')[l(0x12c)]()[l(0x132)](a102a)[l(0x125)](l(0x13c));});a102a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a102d(a,b){const c=a102c();return a102d=function(d,e){d=d-0x121;let f=c[d];return f;},a102d(a,b);}export class SpawnAsync{static[a102m(0x13a)](a,b,c){return new Promise((d,e)=>{const n=a102d,f=Log[n(0x13a)](),g=c?.[n(0x123)]||'.';c?.[n(0x122)]&&f[n(0x137)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x121)]?n(0x133):'ignore'});process['on']('SIGINT',()=>{const o=n,i=h[o(0x12d)];i&&process[o(0x131)](i);}),h['on'](n(0x129),i=>{const p=n;console[p(0x139)](i);}),h['on'](n(0x12f),()=>{const q=n;c?.[q(0x122)]&&f[q(0x128)](),d();}),h['on'](n(0x12b),()=>{const r=n;c?.[r(0x122)]&&f[r(0x128)](),d();}),h['on'](n(0x127),()=>{const s=n;c?.[s(0x122)]&&f[s(0x13e)](),e();});});}}function a102c(){const t=['message','cwd','21eCBMqQ','search','1753971EVoHWw','error','success','data','62190adHcGY','close','toString','pid','477700cPgmIU','disconnect','703923AqXTxD','kill','constructor','inherit','apply','858672FTsKZR','168hxUJrM','start','3718752cFdiWf','log','withSpinner','16838940BxoeaM','(((.+)+)+)+$','18OxUIqE','failure','verbose'];a102c=function(){return t;};return a102c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a103c(){var h=['399taDcVj','(((.+)+)+)+$','3248100STOJXA','toString','7339656jFkBhG','search','4YGYCbd','2321aXtexH','609025EcCIQq','711648bWNPQB','9jnoNGC','17382BUJeMm','21VYLFpJ','5736ZODVDu','1341462NPHTka'];a103c=function(){return h;};return a103c();}(function(a,b){var f=a103d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1+-parseInt(f(0x1b7))/0x2*(-parseInt(f(0x1bb))/0x3)+parseInt(f(0x1b2))/0x4*(parseInt(f(0x1b4))/0x5)+parseInt(f(0x1ba))/0x6*(-parseInt(f(0x1b8))/0x7)+-parseInt(f(0x1b0))/0x8*(-parseInt(f(0x1b6))/0x9)+-parseInt(f(0x1bd))/0xa+parseInt(f(0x1b3))/0xb*(parseInt(f(0x1b9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x8fc22));function a103d(a,b){var c=a103c();return a103d=function(d,e){d=d-0x1b0;var f=c[d];return f;},a103d(a,b);}var a103b=(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;};}()),a103a=a103b(this,function(){var g=a103d;return a103a['toString']()[g(0x1b1)]('(((.+)+)+)+$')[g(0x1be)]()['constructor'](a103a)[g(0x1b1)](g(0x1bc));});a103a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a104t=a104d;(function(a,b){const m=a104d,c=a();while(!![]){try{const d=-parseInt(m(0x123))/0x1*(parseInt(m(0x127))/0x2)+-parseInt(m(0x132))/0x3+parseInt(m(0x137))/0x4+-parseInt(m(0x125))/0x5+parseInt(m(0x131))/0x6+-parseInt(m(0x138))/0x7*(-parseInt(m(0x12e))/0x8)+-parseInt(m(0x122))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0x19926));const a104b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a104d;if(c){const e=c[n(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){const o=a104d;return a104a[o(0x134)]()[o(0x129)](o(0x139))['toString']()[o(0x13b)](a104a)[o(0x129)](o(0x139));});a104a();function a104c(){const x=['517992SOFMUL','217998OoLuKY','withSpinner','toString','start','port','781824sECssp','343nlqwJs','(((.+)+)+)+$','join','constructor','user','push','sshSync','env','2>&1','message','ssh\x20','scp','pem','concat','ignore','ssh','668538iJCfyc','106ULLaxZ','failure','488015qAnoHt','verbose','384WnnNcB','inherit','search','source','ping','dest','host','14344yocShB','apply','tty'];a104c=function(){return x;};return a104c();}import a104e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a104d,f=b[p(0x13c)]+'@'+b['host'],g=a104e[p(0x13a)](b[p(0x13f)],b['pem']),h=c?.['tty']||![],i=c?.['sshVerbose']||![];let j=[];h&&j['push']('-t');i&&j[p(0x13d)]('-v');j=j[p(0x11f)](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x136)],f,a]);const k=Log[p(0x133)]();c?.[p(0x141)]&&k[p(0x135)](c?.[p(0x141)]);const l=spawn(p(0x121),j,{'stdio':c?.[p(0x126)]?p(0x128):p(0x120)});l['on']('disconnect',()=>{const q=p;c?.[q(0x141)]&&k['success'](),d();}),l['on']('close',()=>{const r=p;c?.[r(0x141)]&&k['success'](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x141)]&&k[s(0x124)](),e();});});};static [a104t(0x13e)]=(a,b,c)=>{const u=a104t,d=b[u(0x13c)]+'@'+b[u(0x12d)],e=a104e[u(0x13a)](b[u(0x13f)],b[u(0x11e)]),f=c?.[u(0x130)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x13d)]('-t'),g&&h[u(0x13d)]('-v'),h=h[u(0x11f)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x136)],d,a]),spawnSync(u(0x121),h,{'stdio':c?.['verbose']?u(0x128):'ignore'});};static[a104t(0x12b)](a,b,c){const v=a104t,d=b[v(0x13c)]+'@'+b[v(0x12d)],e=a104e[v(0x13a)](b[v(0x13f)],b[v(0x11e)]),f=c?.[v(0x130)]||![];let g=[];f&&g['push']('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0x136)],d,a,v(0x140)]);const h=v(0x142)+g['join']('\x20');return execSync(h)[v(0x134)]();}static[a104t(0x143)](a,b){const w=a104t,c=b[w(0x13c)]+'@'+b[w(0x12d)]+':'+a[w(0x12c)],d=a104e[w(0x13a)](b['env'],b['pem']),e=['-i',d,'-P',b[w(0x136)],a[w(0x12a)],c];spawnSync(w(0x143),e,{'stdio':a[w(0x126)]?w(0x128):w(0x120)});}}function a104d(a,b){const c=a104c();return a104d=function(d,e){d=d-0x11e;let f=c[d];return f;},a104d(a,b);}export{SSH};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a105d,c=a();while(!![]){try{var d=parseInt(f(0xf9))/0x1+-parseInt(f(0x104))/0x2+parseInt(f(0xff))/0x3*(parseInt(f(0xfa))/0x4)+parseInt(f(0xfb))/0x5+-parseInt(f(0x101))/0x6+parseInt(f(0x103))/0x7*(parseInt(f(0xfd))/0x8)+-parseInt(f(0xfc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x7f16c));var a105b=(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;};}()),a105a=a105b(this,function(){var g=a105d;return a105a['toString']()[g(0x102)]('(((.+)+)+)+$')[g(0x105)]()[g(0xfe)](a105a)['search'](g(0x100));});function a105c(){var h=['1706724yAZqLE','toString','643467qGBXgB','44444rSMWNx','623340mxlOWr','2192499SGGeOG','5219288XkwscB','constructor','201BKxgVt','(((.+)+)+)+$','3284724nJdwjF','search','7mJkvHU'];a105c=function(){return h;};return a105c();}a105a();function a105d(a,b){var c=a105c();return a105d=function(d,e){d=d-0xf9;var f=c[d];return f;},a105d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a106i=a106d;function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0x194;let f=c[d];return f;},a106d(a,b);}(function(a,b){const f=a106d,c=a();while(!![]){try{const d=parseInt(f(0x1af))/0x1+parseInt(f(0x1a5))/0x2+-parseInt(f(0x19a))/0x3+-parseInt(f(0x1a2))/0x4*(-parseInt(f(0x19c))/0x5)+parseInt(f(0x198))/0x6+parseInt(f(0x1a0))/0x7+parseInt(f(0x1a8))/0x8*(-parseInt(f(0x1a7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0xbc1a1));const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a106d;if(c){const e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const h=a106d;return a106a[h(0x19f)]()['search'](h(0x195))[h(0x19f)]()['constructor'](a106a)[h(0x197)](h(0x195));});function a106c(){const l=['inherit','-newkey','-x509','genSSC','(((.+)+)+)+$','-out','search','9202692OrOFlu','-new','1290252vocAdW','openssl.conf','937460pdMVgc','req','-nodes','toString','7675087hkRMZu','cwd','32igYQxH','crtName','genCSR','2021180MjVPuq','csrName','46735614wkxubk','8uGbfjy','openssl','apply','-config','push','keyName','-key','1252646GpTxCf'];a106c=function(){return l;};return a106c();}a106a();import{spawnSync}from'child_process';export class SSL{static[a106i(0x1a4)](a){const j=a106i,b=a[j(0x1a1)]?a[j(0x1a1)]:process[j(0x1a1)](),c=[j(0x19d),j(0x199),j(0x1b1),'rsa:2048',j(0x19e),'-keyout',a[j(0x1ad)],j(0x196),a[j(0x1a6)]];a['useConfig']&&(c[j(0x1ac)](j(0x1ab)),c[j(0x1ac)](j(0x19b))),spawnSync(j(0x1a9),c,{'stdio':j(0x1b0),'cwd':b});}static[a106i(0x194)](a){const k=a106i,b=a[k(0x1a1)]?a[k(0x1a1)]:process[k(0x1a1)](),c=[k(0x19d),k(0x1b2),k(0x199),k(0x1ae),a[k(0x1ad)],k(0x196),a[k(0x1a3)]];a['useConfig']&&(c[k(0x1ac)](k(0x1ab)),c[k(0x1ac)]('openssl.conf')),spawnSync(k(0x1a9),c,{'stdio':k(0x1b0),'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.17",
|
|
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.",
|