@maka/maka-cli 4.5.8 → 4.5.9
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/install.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
|
-
const a87o=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d
|
|
1
|
+
const a87o=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d=parseInt(i(0xdc))/0x1*(parseInt(i(0xf3))/0x2)+-parseInt(i(0xde))/0x3+parseInt(i(0xe5))/0x4*(-parseInt(i(0xdf))/0x5)+-parseInt(i(0xe2))/0x6+parseInt(i(0xd7))/0x7+-parseInt(i(0xff))/0x8*(parseInt(i(0xfb))/0x9)+parseInt(i(0xfa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xc8ac6));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a87d;if(c){const e=c[j(0xf7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const k=a87d;return a87a[k(0xee)]()['search'](k(0xda))[k(0xee)]()[k(0xf1)](a87a)[k(0xeb)](k(0xda));});a87a();import*as a87e from'single-line-log2';import a87f from'cli-color';import a87g from'cli-cursor';import a87h from'elegant-spinner';function a87c(){const C=['3670053imCCIF','53335wzUQqh','withSpinner','bold','817410qceooK','forEach','greenBright','160FXwatW','log','success','yellowBright','cyanBright','warn','search','majestic','trim','toString','map','stdout','constructor','[--','26vrDsCZ','blackBright','bright','header','apply','notice','hide','24201710GMLPwv','9Regyow','Examples:','Usage:\x20','\x20>\x20','2605528ZmhIMe','length','join','1584380HNVtic','red','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','(((.+)+)+)+$','show','22108MoJZbT','\x0aManual:'];a87c=function(){return C;};return a87c();}const isWin=process['platform']==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a87d;return a[l(0xef)](b=>{const m=l;return m(0xf2)+b+']';})[l(0x101)]('\x20');},formatRequiredOpts=a=>{const n=a87d;return a['map'](b=>{return'--'+b;})[n(0x101)]('\x20');};function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xd7;let f=c[d];return f;},a87d(a,b);}export class Log{static[a87o(0xe7)](a){const p=a87o;console[p(0xe6)](a87f[p(0xe4)](a));}static[a87o(0xea)](a){const q=a87o;console[q(0xe6)](a87f[q(0xe8)](a));}static[a87o(0xf8)](a){const r=a87o;console[r(0xe6)](a87f[r(0xe9)](a));}static['error'](a){const s=a87o;console['log'](a87f[s(0xd8)][s(0xe1)](a));}static['header'](a){const t=a87o;console[t(0xe6)](a87f[t(0xf4)](a));}static['bright'](a){const u=a87o;console[u(0xe6)](a87f['whiteBright'](a));}static[a87o(0xec)](a){const v=a87o;console[v(0xe6)](a87f['magentaBright'](a));}static['usage'](a,b,c,d,e,f){const w=a87o,g=a87f[w(0xf4)];Log[w(0xf5)](d),b&&b[w(0x100)]>0x0&&(Log['bright'](g(w(0xfc))),b[w(0xe3)](h=>{const x=w;Log[x(0xf5)](x(0xfe)+h);})),a&&(Log[w(0xf6)](w(0xdd)),Log[w(0xf8)]('\x20\x20'+a[w(0xed)]()+'\x0a')),c&&Log[w(0xf5)](g(w(0xfd))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0xf6)](w(0xd9));}static[a87o(0xe0)](a=''){const y=a87o;a87g['hide']();const b=a87h();a87g[y(0xf9)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){a87e['stdout'](a87f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=y;clearInterval(c),a87e[z(0xf0)](a87f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a87g[z(0xdb)]();},'failure'(d=''){const A=y;clearInterval(c),a87e[A(0xf0)](a87f['red'][A(0xe1)](cross)+'\x20'+a+'\x20'+d),console['log'](),a87g[A(0xdb)]();},'stop'(){const B=y;clearInterval(c),a87g[B(0xdb)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a88d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a88d,c=a();while(!![]){try{var d=-parseInt(f(0x86))/0x1*(parseInt(f(0x7f))/0x2)+parseInt(f(0x81))/0x3+parseInt(f(0x88))/0x4+parseInt(f(0x80))/0x5+parseInt(f(0x8a))/0x6+parseInt(f(0x82))/0x7*(-parseInt(f(0x83))/0x8)+-parseInt(f(0x84))/0x9*(parseInt(f(0x85))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xa3b14));function a88d(a,b){var c=a88c();return a88d=function(d,e){d=d-0x7e;var f=c[d];return f;},a88d(a,b);}var a88b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a88d;if(c){var e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){var h=a88d;return a88a[h(0x89)]()[h(0x87)](h(0x8c))['toString']()[h(0x8b)](a88a)[h(0x87)](h(0x8c));});a88a();export{};function a88c(){var i=['2366348IhRCQV','toString','1206222BCzBJn','constructor','(((.+)+)+)+$','apply','492722dFSpVs','6257220DLMaPb','1976100uPXibz','7372274TSXrVh','8aCbItx','7470wfnFVy','5860PONZvD','2dHZuiy','search'];a88c=function(){return i;};return a88c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a89d,c=a();while(!![]){try{const d=parseInt(j(0xc2))/0x1*(parseInt(j(0xcc))/0x2)+parseInt(j(0xc9))/0x3*(-parseInt(j(0xd0))/0x4)+-parseInt(j(0xc7))/0x5*(parseInt(j(0xcb))/0x6)+parseInt(j(0xcd))/0x7*(-parseInt(j(0xc0))/0x8)+-parseInt(j(0xbf))/0x9+parseInt(j(0xcf))/0xa+parseInt(j(0xc1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xe533a));const a89b=(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;};}()),a89a=a89b(this,function(){const k=a89d;return a89a[k(0xbc)]()['search']('(((.+)+)+)+$')[k(0xbc)]()[k(0xc8)](a89a)[k(0xce)](k(0xc5));});a89a();function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xbb;let f=c[d];return f;},a89d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a89c(){const q=['success','6uAGBPQ','479672DfMNWL','207445wgwTmB','search','4526100uwMldP','1136QcozBm','message','ignore','disconnect','close','start','toString','error','pid','7440516UgBStl','8YTMuKs','7284387AiTxVA','6wtcqpN','kill','SIGINT','(((.+)+)+)+$','data','980350lvLqXl','constructor','5943uLEHTL'];a89c=function(){return q;};return a89c();}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a89d,f=Log['withSpinner'](),g=c?.['cwd']||'.';c?.[l(0xd1)]&&f[l(0xbb)](c?.[l(0xd1)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?'inherit':l(0xd2)});process['on'](l(0xc4),()=>{const m=l,i=h[m(0xbe)];i&&process[m(0xc3)](i);}),h['on'](l(0xc6),i=>{console['log'](i);}),h['on'](l(0xd3),()=>{const n=l;c?.[n(0xd1)]&&f[n(0xca)](),d();}),h['on'](l(0xd4),()=>{const o=l;c?.[o(0xd1)]&&f[o(0xca)](),d();}),h['on'](l(0xbd),()=>{const p=l;c?.[p(0xd1)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a90d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0x10a))/0x1+parseInt(f(0x110))/0x2*(-parseInt(f(0x108))/0x3)+parseInt(f(0x105))/0x4+-parseInt(f(0x112))/0x5+parseInt(f(0x10d))/0x6+parseInt(f(0x10b))/0x7+parseInt(f(0x109))/0x8*(parseInt(f(0x10f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xcdf74));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x111)]()[h(0x107)](h(0x10c))[h(0x111)]()[h(0x106)](a90a)[h(0x107)]('(((.+)+)+)+$');});function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x105;var f=c[d];return f;},a90d(a,b);}a90a();function a90c(){var i=['constructor','search','1750251RQTPXO','120448Npwfur','478268ciFzKw','10896830PtCXQT','(((.+)+)+)+$','1072200FyStSS','apply','9TlazhW','4zWHqHJ','toString','3872090TSoWmX','2224696TJuhFN'];a90c=function(){return i;};return a90c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91t=a91d;(function(a,b){const m=a91d,c=a();while(!![]){try{const d=-parseInt(m(0xba))/0x1+parseInt(m(0x95))/0x2+-parseInt(m(0xaf))/0x3+-parseInt(m(0xac))/0x4+parseInt(m(0xbc))/0x5+-parseInt(m(0x99))/0x6*(parseInt(m(0xa1))/0x7)+parseInt(m(0xb0))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x544bf));function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x95;let f=c[d];return f;},a91d(a,b);}const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a91d;if(c){const e=c[n(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const o=a91d;return a91a['toString']()[o(0xa9)]('(((.+)+)+)+$')['toString']()[o(0xae)](a91a)['search'](o(0x9e));});a91a();import a91e 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=a91d,f=b['user']+'@'+b[p(0xb4)],g=a91e[p(0xb8)](b[p(0xbb)],b['pem']),h=c?.[p(0xa0)]||![],i=c?.[p(0xa7)]||![];let j=[];h&&j[p(0xa2)]('-t');i&&j[p(0xa2)]('-v');j=j[p(0xb9)](['-o',p(0xab),'-i',g,'-p',b[p(0xa6)],f,a]);const k=Log[p(0xad)]();c?.[p(0xb6)]&&k[p(0xa8)](c?.[p(0xb6)]);const l=spawn(p(0xbd),j,{'stdio':c?.[p(0x9f)]?p(0x9d):p(0xb5)});l['on'](p(0xa3),()=>{const q=p;c?.[q(0xb6)]&&k[q(0x9b)](),d();}),l['on']('close',()=>{const r=p;c?.[r(0xb6)]&&k[r(0x9b)](),d();}),l['on'](p(0xb1),()=>{const s=p;c?.[s(0xb6)]&&k[s(0x98)](),e();});});};static [a91t(0xb3)]=(a,b,c)=>{const u=a91t,d=b['user']+'@'+b['host'],e=a91e[u(0xb8)](b[u(0xbb)],b[u(0xa5)]),f=c?.['tty']||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0xa2)]('-t'),g&&h[u(0xa2)]('-v'),h=h['concat'](['-o',u(0xab),'-i',e,'-p',b[u(0xa6)],d,a]),spawnSync(u(0xbd),h,{'stdio':c?.[u(0x9f)]?'inherit':u(0xb5)});};static[a91t(0x9c)](a,b,c){const v=a91t,d=b[v(0x97)]+'@'+b[v(0xb4)],e=a91e['join'](b['env'],b[v(0xa5)]),f=c?.['tty']||![];let g=[];f&&g['push']('-t');g=g[v(0xb9)](['-o',v(0xab),'-i',e,'-p',b[v(0xa6)],d,a,v(0xaa)]);const h=v(0xa4)+g[v(0xb8)]('\x20');return execSync(h)[v(0xbe)]();}static[a91t(0x9a)](a,b){const w=a91t,c=b[w(0x97)]+'@'+b['host']+':'+a[w(0xb2)],d=a91e[w(0xb8)](b[w(0xbb)],b['pem']),e=['-i',d,'-P',b[w(0xa6)],a[w(0x96)],c];spawnSync(w(0x9a),e,{'stdio':a[w(0x9f)]?w(0x9d):'ignore'});}}export{SSH};function a91c(){const x=['1583728eeerDP','withSpinner','constructor','1973295ZOsNGY','9239120aFQlCI','error','dest','sshSync','host','ignore','message','apply','join','concat','122671GtluXF','env','1327210mXVvFn','ssh','toString','942034AIazvG','source','user','failure','5244zcIEqP','scp','success','ping','inherit','(((.+)+)+)+$','verbose','tty','2961rgZGnx','push','disconnect','ssh\x20','pem','port','sshVerbose','start','search','2>&1','ConnectTimeout=2'];a91c=function(){return x;};return a91c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0xcb))/0x1+parseInt(f(0xd0))/0x2*(-parseInt(f(0xc9))/0x3)+parseInt(f(0xd4))/0x4*(-parseInt(f(0xd3))/0x5)+parseInt(f(0xcc))/0x6*(parseInt(f(0xd5))/0x7)+-parseInt(f(0xc7))/0x8+-parseInt(f(0xd2))/0x9*(parseInt(f(0xd6))/0xa)+parseInt(f(0xcd))/0xb*(parseInt(f(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xd20a4));function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0xc7;var f=c[d];return f;},a92d(a,b);}var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0xc8)]()[h(0xcf)](h(0xce))['toString']()['constructor'](a92a)['search'](h(0xce));});function a92c(){var i=['10nhSxgl','615760yytGSJ','toString','64203PmppXj','276hWauIa','887601VsJzhy','12SYdMpr','1231483dRNXoB','(((.+)+)+)+$','search','120BRhjsc','apply','11638413tvbboD','4874115BwJdXJ','4PtJVqz','3593849RNtZSh'];a92c=function(){return i;};return a92c();}a92a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93i=a93d;function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xf6;let f=c[d];return f;},a93d(a,b);}function a93c(){const l=['req','useConfig','502912vudYch','74790MSnGSv','128228qgzJRy','genSSC','-out','genCSR','246410DkzYzV','-new','60816ygcDNe','24oCOtPE','toString','cwd','inherit','(((.+)+)+)+$','search','8jDcauv','-nodes','21ygJesG','crtName','-keyout','push','964237yGawlW','1114164HrCqKs','keyName','-key','openssl','rsa:2048','openssl.conf','22JaPeEF','constructor','csrName','apply','-config'];a93c=function(){return l;};return a93c();}(function(a,b){const f=a93d,c=a();while(!![]){try{const d=parseInt(f(0x10d))/0x1+-parseInt(f(0xf8))/0x2+parseInt(f(0x109))/0x3*(-parseInt(f(0xfa))/0x4)+-parseInt(f(0xf9))/0x5*(-parseInt(f(0x101))/0x6)+parseInt(f(0x100))/0x7+parseInt(f(0x107))/0x8*(-parseInt(f(0x10e))/0x9)+parseInt(f(0xfe))/0xa*(parseInt(f(0x114))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x75c54));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a93d;if(c){const e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const h=a93d;return a93a[h(0x102)]()['search'](h(0x105))[h(0x102)]()[h(0x115)](a93a)[h(0x106)]('(((.+)+)+)+$');});a93a();import{spawnSync}from'child_process';export class SSL{static[a93i(0xfd)](a){const j=a93i,b=a['cwd']?a[j(0x103)]:process['cwd'](),c=['req',j(0xff),'-newkey',j(0x112),j(0x108),j(0x10b),a[j(0x10f)],j(0xfc),a[j(0x116)]];a[j(0xf7)]&&(c[j(0x10c)](j(0x118)),c[j(0x10c)](j(0x113))),spawnSync(j(0x111),c,{'stdio':j(0x104),'cwd':b});}static[a93i(0xfb)](a){const k=a93i,b=a[k(0x103)]?a[k(0x103)]:process[k(0x103)](),c=[k(0xf6),'-x509','-new',k(0x110),a[k(0x10f)],k(0xfc),a[k(0x10a)]];a['useConfig']&&(c[k(0x10c)](k(0x118)),c[k(0x10c)](k(0x113))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
3
|
"//": "NOTE: don't forget to update version.ts and fsi.class.ts",
|
|
4
|
-
"version": "4.5.
|
|
4
|
+
"version": "4.5.9",
|
|
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.",
|