@maka/maka-cli 4.5.13 → 4.5.14
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/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/templates/meteor/app/server/helmet-csp.js +2 -2
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +2 -2
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +2 -2
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +2 -2
- 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=a83d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0xd8;var f=c[d];return f;},a83d(a,b);}(function(a,b){var f=a83d,c=a();while(!![]){try{var d=-parseInt(f(0xda))/0x1+parseInt(f(0xdb))/0x2*(-parseInt(f(0xe0))/0x3)+parseInt(f(0xdf))/0x4+-parseInt(f(0xe2))/0x5*(parseInt(f(0xdc))/0x6)+-parseInt(f(0xe4))/0x7+parseInt(f(0xe3))/0x8*(parseInt(f(0xe1))/0x9)+parseInt(f(0xd8))/0xa*(parseInt(f(0xd9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb671c));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0xde)]()[h(0xe6)](h(0xe5))[h(0xde)]()['constructor'](a83a)[h(0xe6)]('(((.+)+)+)+$');});function a83c(){var i=['search','4821840XOWkCt','44uJSkIc','461299wLlQpD','2731018mWnfrE','6792HxAzRN','apply','toString','4900208NEeEAe','3wqzQes','1359BqBNIb','85qbkXtM','38504epOfjv','9010449OwFNkm','(((.+)+)+)+$'];a83c=function(){return i;};return a83c();}a83a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a84q=a84d;(function(a,b){const n=a84d,c=a();while(!![]){try{const d
|
|
1
|
+
const a84q=a84d;(function(a,b){const n=a84d,c=a();while(!![]){try{const d=parseInt(n(0x117))/0x1*(parseInt(n(0x115))/0x2)+-parseInt(n(0x116))/0x3*(-parseInt(n(0x129))/0x4)+parseInt(n(0x11c))/0x5+-parseInt(n(0x113))/0x6+parseInt(n(0x121))/0x7+parseInt(n(0x110))/0x8*(-parseInt(n(0x112))/0x9)+parseInt(n(0x11e))/0xa*(-parseInt(n(0x12f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xb298c));function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x10f;let f=c[d];return f;},a84d(a,b);}const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a84d;if(c){const e=c[o(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const p=a84d;return a84a[p(0x119)]()['search'](p(0x124))[p(0x119)]()[p(0x12d)](a84a)[p(0x12a)](p(0x124));});a84a();import a84e from'https';function a84c(){const A=['data','418680bnvHJv','end','140UnQLHZ','MAKA_DEV','statusCode','7659722cvAYlL','write','error','(((.+)+)+)+$','assign','BAD\x20RETURN','env','timeout','88364IHkRHF','search','abort','POST','constructor','readFileSync','948926CetYVA','apply','request','312HbUFRl','stringify','140796yffXuR','1795440mSBzIc','statusMessage','106510dGSQOA','75frQbSG','21APgQiI','Request\x20timeout','toString','application/json'];a84c=function(){return A;};return a84c();}import a84f from'fs';const TIMEOUT=0xbb8;process[a84q(0x127)]['NODE_TLS_REJECT_UNAUTHORIZED']=process[a84q(0x127)][a84q(0x11f)]==='True'?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a84q,f=JSON[r(0x111)](c),g={'Content-Type':'application/json','Content-Length':f['length']};Object[r(0x125)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x12c),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a84f[r(0x12e)](e)}),new Promise((i,j)=>{const s=r,k=a84e[s(0x10f)](h,l=>{const t=s;l['on'](t(0x11b),m=>{const u=t;i({'statusCode':l[u(0x120)]||0x1f4,'statusMessage':l[u(0x114)]||u(0x126),'data':m[u(0x119)]()});});});k['on'](s(0x123),l=>{j(l);}),k['on'](s(0x128),()=>{const v=s;k[v(0x12b)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[s(0x122)](f),k[s(0x11d)]();});}static['get']({url:a,headers:b,cert:c}){const w=a84q,d={'Content-Type':w(0x11a)};Object[w(0x125)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0x125)](e,{'cert':a84f['readFileSync'](c)}),new Promise((f,g)=>{const y=w,h=a84e['get'](a,e,i=>{i['on']('data',j=>{const x=a84d;f({'statusCode':i[x(0x120)]||0x1f4,'statusMessage':i['statusMessage']||x(0x126),'data':j['toString']()});});});h['on'](y(0x123),i=>{g(i);}),h['on'](y(0x128),()=>{const z=y;h[z(0x12b)](),g({'statusCode':0x198,'statusMessage':z(0x118)});});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0xaa;var f=c[d];return f;},a85d(a,b);}(function(a,b){var f=a85d,c=a();while(!![]){try{var d=parseInt(f(0xaf))/0x1+parseInt(f(0xb5))/0x2+-parseInt(f(0xaa))/0x3+-parseInt(f(0xb6))/0x4*(-parseInt(f(0xb1))/0x5)+parseInt(f(0xb3))/0x6+-parseInt(f(0xb4))/0x7+parseInt(f(0xad))/0x8*(-parseInt(f(0xac))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xebd2b));var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0xab)]()['search']('(((.+)+)+)+$')[h(0xab)]()[h(0xb0)](a85a)[h(0xae)]('(((.+)+)+)+$');});a85a();function a85c(){var i=['constructor','5izLltd','apply','3915894avBCQw','11572106ctgWFt','3369988zZUTBz','3162988vCWWMh','4740171xoyRBA','toString','2907OXWiNP','7816Oohxdc','search','1386327cxUOAy'];a85c=function(){return i;};return a85c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a86c(){const C=['whiteBright','usage','success','24oFgInp','370LxMuqx','forEach','greenBright','yellowBright','7836528ZceFoL','join','warn','magentaBright','constructor','3073204zjrNwH','header','log','red','cyan','show','\x0aManual:','13342AUaWYj','trim','5OiadIO','toString','majestic','4520jymGuk','5366655MFYcaS','99101xPXQTo','bold','map','2262276zIWRqg','bright','win32','[--','hide','(((.+)+)+)+$','stdout','notice','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','392414ZtbPUy','search','\x20>\x20','error','blackBright'];a86c=function(){return C;};return a86c();}const a86k=a86d;(function(a,b){const i=a86d,c=a();while(!![]){try{const d=parseInt(i(0x151))/0x1*(parseInt(i(0x139))/0x2)+parseInt(i(0x154))/0x3+parseInt(i(0x143))/0x4*(-parseInt(i(0x14c))/0x5)+parseInt(i(0x13e))/0x6+parseInt(i(0x14a))/0x7*(-parseInt(i(0x14f))/0x8)+parseInt(i(0x150))/0x9+-parseInt(i(0x13a))/0xa*(parseInt(i(0x15d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xa626e));const a86b=(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;};}()),a86a=a86b(this,function(){const j=a86d;return a86a[j(0x14d)]()[j(0x15e)](j(0x159))['toString']()[j(0x142)](a86a)[j(0x15e)]('(((.+)+)+)+$');});a86a();import*as a86e from'single-line-log2';import a86f from'cli-color';import a86g from'cli-cursor';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x133;let f=c[d];return f;},a86d(a,b);}import a86h from'elegant-spinner';const isWin=process['platform']===a86k(0x156),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a86k;return a[l(0x153)](b=>{const m=l;return m(0x157)+b+']';})[l(0x13f)]('\x20');},formatRequiredOpts=a=>{const n=a86k;return a[n(0x153)](b=>{return'--'+b;})['join']('\x20');};export class Log{static[a86k(0x138)](a){const o=a86k;console['log'](a86f[o(0x13c)](a));}static[a86k(0x140)](a){const p=a86k;console[p(0x145)](a86f[p(0x13d)](a));}static[a86k(0x15b)](a){const q=a86k;console[q(0x145)](a86f['cyanBright'](a));}static[a86k(0x134)](a){const r=a86k;console[r(0x145)](a86f[r(0x146)]['bold'](a));}static['header'](a){const s=a86k;console['log'](a86f[s(0x135)](a));}static[a86k(0x155)](a){const t=a86k;console['log'](a86f[t(0x136)](a));}static[a86k(0x14e)](a){const u=a86k;console[u(0x145)](a86f[u(0x141)](a));}static[a86k(0x137)](a,b,c,d,e,f){const v=a86k,g=a86f[v(0x135)];Log[v(0x155)](d),b&&b['length']>0x0&&(Log[v(0x155)](g('Examples:')),b[v(0x13b)](h=>{const w=v;Log['bright'](w(0x133)+h);})),a&&(Log[v(0x144)](v(0x149)),Log[v(0x15b)]('\x20\x20'+a[v(0x14b)]()+'\x0a')),c&&Log['bright'](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x144)](v(0x15c));}static['withSpinner'](a=''){const x=a86k;a86g[x(0x158)]();const b=a86h();a86g[x(0x158)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a86d;a86e[y(0x15a)](a86f[y(0x147)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a86e[z(0x15a)](a86f[z(0x13c)](check)+'\x20'+a+'\x20'+d),console['log'](),a86g[z(0x148)]();},'failure'(d=''){const A=x;clearInterval(c),a86e['stdout'](a86f[A(0x146)][A(0x152)](cross)+'\x20'+a+'\x20'+d),console['log'](),a86g[A(0x148)]();},'stop'(){const B=x;clearInterval(c),a86g[B(0x148)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a87d,c=a();while(!![]){try{var d=-parseInt(f(0x105))/0x1*(-parseInt(f(0xff))/0x2)+parseInt(f(0x102))/0x3+parseInt(f(0xf8))/0x4*(-parseInt(f(0xfb))/0x5)+parseInt(f(0x100))/0x6+parseInt(f(0xfc))/0x7*(parseInt(f(0xfd))/0x8)+-parseInt(f(0x104))/0x9+-parseInt(f(0xf9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xcd014));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a['toString']()[h(0xfa)]('(((.+)+)+)+$')[h(0x101)]()[h(0xfe)](a87a)[h(0xfa)]('(((.+)+)+)+$');});function a87c(){var i=['2uoKhsk','3101190rYFKbz','toString','3151557TpTbtj','apply','8219466HqNLby','134783RXdQNK','4zXGUbK','1857660RGWxqc','search','5727030NAZBPG','9673853EXEXsc','8AnDUar','constructor'];a87c=function(){return i;};return a87c();}a87a();function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xf8;var f=c[d];return f;},a87d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x79))/0x1+parseInt(j(0x86))/0x2+-parseInt(j(0x8f))/0x3+-parseInt(j(0x80))/0x4*(parseInt(j(0x7d))/0x5)+parseInt(j(0x76))/0x6+-parseInt(j(0x87))/0x7+parseInt(j(0x85))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x9afcd));function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x76;let f=c[d];return f;},a88d(a,b);}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a['toString']()[l(0x81)](l(0x7b))[l(0x7e)]()[l(0x82)](a88a)[l(0x81)]('(((.+)+)+)+$');});a88a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a88c(){const r=['apply','start','inherit','2907876tMqbaB','5248422lgHNUl','success','close','359702jQWsVr','pid','(((.+)+)+)+$','data','95yHGBAM','toString','failure','38188HbIatV','search','constructor','disconnect','error','9510424VAaGTp','291914hwsMRY','5485795cOSsTv','SIGINT','message','cwd','kill'];a88c=function(){return r;};return a88c();}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a88d,f=Log['withSpinner'](),g=c?.[m(0x8a)]||'.';c?.['message']&&f[m(0x8d)](c?.[m(0x89)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x8e):'ignore'});process['on'](m(0x88),()=>{const n=m,i=h[n(0x7a)];i&&process[n(0x8b)](i);}),h['on'](m(0x7c),i=>{console['log'](i);}),h['on'](m(0x83),()=>{const o=m;c?.['message']&&f[o(0x77)](),d();}),h['on'](m(0x78),()=>{const p=m;c?.[p(0x89)]&&f[p(0x77)](),d();}),h['on'](m(0x84),()=>{const q=m;c?.['message']&&f[q(0x7f)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a89c(){var i=['7633250JmtdEp','1955187DoCbLt','6xmGGvm','apply','(((.+)+)+)+$','search','2659LbLIGo','1707063BcHJlA','388BsIWfP','toString','897883prcaZj','5LFjCfO','964144MDXVgY','1966660fIPeyi'];a89c=function(){return i;};return a89c();}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x12c))/0x1*(-parseInt(f(0x12e))/0x2)+parseInt(f(0x12d))/0x3+parseInt(f(0x133))/0x4*(-parseInt(f(0x131))/0x5)+-parseInt(f(0x136))/0x6*(-parseInt(f(0x130))/0x7)+parseInt(f(0x132))/0x8+parseInt(f(0x135))/0x9+-parseInt(f(0x134))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x483e3));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x12c;var f=c[d];return f;},a89d(a,b);}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a['toString']()['search'](h(0x138))[h(0x12f)]()['constructor'](a89a)[h(0x139)](h(0x138));});a89a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90p=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d
|
|
1
|
+
const a90p=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=parseInt(m(0x18a))/0x1+parseInt(m(0x194))/0x2*(-parseInt(m(0x182))/0x3)+-parseInt(m(0x18e))/0x4+parseInt(m(0x189))/0x5*(parseInt(m(0x193))/0x6)+parseInt(m(0x195))/0x7+parseInt(m(0x180))/0x8*(-parseInt(m(0x174))/0x9)+parseInt(m(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x84f97));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a[o(0x18d)]()['search']('(((.+)+)+)+$')[o(0x18d)]()[o(0x183)](a90a)['search'](o(0x175));});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x16f;let f=c[d];return f;},a90d(a,b);}function a90c(){const x=['7332670NWPLRu','join','117iTcyhS','(((.+)+)+)+$','user','pem','message','port','ConnectTimeout=2','ssh\x20','sshSync','concat','2>&1','disconnect','360216WxrIbD','apply','92373RvcTkj','constructor','inherit','push','env','ping','sshVerbose','5UbRVEF','499599WUGVOO','verbose','source','toString','1769864GMwdbf','ssh','dest','tty','start','3536916Fybpfr','50LoJRJR','3639321gRMqzG','success','scp','host'];a90c=function(){return x;};return a90c();}a90a();import a90e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a90p(0x18f)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a90d,f=b[q(0x176)]+'@'+b['host'],g=a90e[q(0x173)](b['env'],b[q(0x177)]),h=c?.[q(0x191)]||![],i=c?.[q(0x188)]||![];let j=[];h&&j[q(0x185)]('-t');i&&j[q(0x185)]('-v');j=j[q(0x17d)](['-o',q(0x17a),'-i',g,'-p',b['port'],f,a]);const k=Log['withSpinner']();c?.[q(0x178)]&&k[q(0x192)](c?.[q(0x178)]);const l=spawn(q(0x18f),j,{'stdio':c?.[q(0x18b)]?q(0x184):'ignore'});l['on'](q(0x17f),()=>{const r=q;c?.[r(0x178)]&&k[r(0x16f)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x178)]&&k[s(0x16f)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x178)]&&k['failure'](),e();});});};static [a90p(0x17c)]=(a,b,c)=>{const u=a90p,d=b[u(0x176)]+'@'+b[u(0x171)],e=a90e[u(0x173)](b['env'],b[u(0x177)]),f=c?.[u(0x191)]||![],g=c?.[u(0x188)]||![];let h=[];f&&h[u(0x185)]('-t'),g&&h[u(0x185)]('-v'),h=h['concat'](['-o',u(0x17a),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x18f),h,{'stdio':c?.['verbose']?u(0x184):'ignore'});};static[a90p(0x187)](a,b,c){const v=a90p,d=b[v(0x176)]+'@'+b['host'],e=a90e[v(0x173)](b['env'],b[v(0x177)]),f=c?.[v(0x191)]||![];let g=[];f&&g[v(0x185)]('-t');g=g[v(0x17d)](['-o',v(0x17a),'-i',e,'-p',b[v(0x179)],d,a,v(0x17e)]);const h=v(0x17b)+g[v(0x173)]('\x20');return execSync(h)['toString']();}static[a90p(0x170)](a,b){const w=a90p,c=b[w(0x176)]+'@'+b[w(0x171)]+':'+a[w(0x190)],d=a90e[w(0x173)](b[w(0x186)],b[w(0x177)]),e=['-i',d,'-P',b[w(0x179)],a[w(0x18c)],c];spawnSync(w(0x170),e,{'stdio':a[w(0x18b)]?'inherit':'ignore'});}}export{SSH};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x1cb))/0x1+-parseInt(f(0x1c6))/0x2+-parseInt(f(0x1bd))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1c1))/0x5+-parseInt(f(0x1c4))/0x6+-parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1ca))/0x8)+parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1c0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xa464c));function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a91d(a,b);}function a91c(){var i=['3729798WwSWlX','(((.+)+)+)+$','2416660hynWFM','106236jTwGXu','toString','30317COecOv','736uPeckb','1278827feEffZ','1143MyWNFm','apply','constructor','1120aXZdvJ','4017695vxPdvs','search','14116DIsCsg'];a91c=function(){return i;};return a91c();}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1c8)]()[h(0x1c2)]('(((.+)+)+)+$')['toString']()[h(0x1bf)](a91a)['search'](h(0x1c5));});a91a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92j=a92d;(function(a,b){const f=a92d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(parseInt(f(0x88))/0x2)+parseInt(f(0x77))/0x3*(-parseInt(f(0x93))/0x4)+parseInt(f(0x7c))/0x5*(-parseInt(f(0x79))/0x6)+-parseInt(f(0x8f))/0x7*(parseInt(f(0x85))/0x8)+parseInt(f(0x94))/0x9+parseInt(f(0x83))/0xa*(parseInt(f(0x8c))/0xb)+parseInt(f(0x96))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x4273a));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a92d;if(c){const e=c[g(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const h=a92d;return a92a[h(0x7e)]()[h(0x95)]('(((.+)+)+)+$')['toString']()[h(0x7b)](a92a)[h(0x95)](h(0x87));});function a92c(){const l=['-out','cwd','push','14871ckvbqS','openssl','138TxsrYb','keyName','constructor','32470IdxpPL','-key','toString','-newkey','-x509','useConfig','genSSC','10EZgkyB','apply','764464nxJBwN','req','(((.+)+)+)+$','104uPPiME','-config','8481hZVBov','-new','1279047djDMHb','crtName','inherit','7BLqYYe','csrName','-nodes','openssl.conf','244wuAdoW','2338389GqyPvu','search','28476lOkOGd'];a92c=function(){return l;};return a92c();}a92a();function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x74;let f=c[d];return f;},a92d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a92d,b=a[i(0x75)]?a[i(0x75)]:process['cwd'](),c=[i(0x86),i(0x8b),i(0x7f),'rsa:2048',i(0x91),'-keyout',a[i(0x7a)],i(0x74),a[i(0x90)]];a[i(0x81)]&&(c[i(0x76)](i(0x89)),c[i(0x76)]('openssl.conf')),spawnSync(i(0x78),c,{'stdio':i(0x8e),'cwd':b});}static[a92j(0x82)](a){const k=a92j,b=a[k(0x75)]?a[k(0x75)]:process['cwd'](),c=[k(0x86),k(0x80),k(0x8b),k(0x7d),a[k(0x7a)],k(0x74),a[k(0x8d)]];a['useConfig']&&(c[k(0x76)](k(0x89)),c[k(0x76)](k(0x92))),spawnSync(k(0x78),c,{'stdio':k(0x8e),'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.14",
|
|
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.",
|