@maka/maka-cli 4.5.9 → 4.5.10
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/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
|
-
(function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0xfd;var f=c[d];return f;},a90d(a,b);}(function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0xfd))/0x1+-parseInt(f(0x108))/0x2+parseInt(f(0x100))/0x3+-parseInt(f(0xfe))/0x4*(-parseInt(f(0x105))/0x5)+-parseInt(f(0xff))/0x6+-parseInt(f(0x106))/0x7+parseInt(f(0x107))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xc7da3));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x101)]()['search'](h(0x109))[h(0x101)]()[h(0x102)](a90a)[h(0x104)](h(0x109));});a90a();function a90c(){var i=['10083031jEclsE','6368512iGyLzo','1730588ctdvkj','(((.+)+)+)+$','1278398RVxYUT','121208aKQytR','4309386aZxUrK','4304307RbczGe','toString','constructor','apply','search','55uqkkHt'];a90c=function(){return i;};return a90c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91p=a91d;(function(a,b){const m=a91d,c=a();while(!![]){try{const d=parseInt(m(0x1b6))/0x1+-parseInt(m(0x198))/0x2*(-parseInt(m(0x19d))/0x3)+-parseInt(m(0x199))/0x4+parseInt(m(0x1a6))/0x5*(parseInt(m(0x1a9))/0x6)+-parseInt(m(0x1ad))/0x7+parseInt(m(0x1b7))/0x8*(parseInt(m(0x1ba))/0x9)+-parseInt(m(0x1a4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xdfbf7));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a91d;if(c){const e=c[n(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const o=a91d;return a91a['toString']()[o(0x1bd)]('(((.+)+)+)+$')[o(0x1bb)]()[o(0x1b4)](a91a)[o(0x1bd)](o(0x1be));});a91a();function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x198;let f=c[d];return f;},a91d(a,b);}import a91e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a91p(0x1a3)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a91d,f=b[q(0x1b8)]+'@'+b[q(0x1ae)],g=a91e[q(0x1af)](b[q(0x1b2)],b[q(0x1b0)]),h=c?.[q(0x1c0)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[q(0x1aa)]('-t');i&&j['push']('-v');j=j['concat'](['-o',q(0x19b),'-i',g,'-p',b[q(0x1ac)],f,a]);const k=Log[q(0x1b1)]();c?.[q(0x1a8)]&&k[q(0x19a)](c?.[q(0x1a8)]);const l=spawn(q(0x1a3),j,{'stdio':c?.[q(0x1a2)]?q(0x1b3):'ignore'});l['on'](q(0x1a5),()=>{const r=q;c?.[r(0x1a8)]&&k[r(0x19e)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x1a8)]&&k['success'](),d();}),l['on'](q(0x1bc),()=>{const t=q;c?.[t(0x1a8)]&&k[t(0x1a1)](),e();});});};static [a91p(0x19c)]=(a,b,c)=>{const u=a91p,d=b[u(0x1b8)]+'@'+b[u(0x1ae)],e=a91e[u(0x1af)](b[u(0x1b2)],b[u(0x1b0)]),f=c?.['tty']||![],g=c?.[u(0x1a7)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[u(0x1b9)](['-o',u(0x19b),'-i',e,'-p',b[u(0x1ac)],d,a]),spawnSync(u(0x1a3),h,{'stdio':c?.[u(0x1a2)]?'inherit':'ignore'});};static['ping'](a,b,c){const v=a91p,d=b[v(0x1b8)]+'@'+b[v(0x1ae)],e=a91e[v(0x1af)](b[v(0x1b2)],b['pem']),f=c?.[v(0x1c0)]||![];let g=[];f&&g[v(0x1aa)]('-t');g=g[v(0x1b9)](['-o',v(0x19b),'-i',e,'-p',b[v(0x1ac)],d,a,'2>&1']);const h=v(0x19f)+g[v(0x1af)]('\x20');return execSync(h)[v(0x1bb)]();}static[a91p(0x1b5)](a,b){const w=a91p,c=b[w(0x1b8)]+'@'+b[w(0x1ae)]+':'+a[w(0x1ab)],d=a91e['join'](b['env'],b[w(0x1b0)]),e=['-i',d,'-P',b[w(0x1ac)],a[w(0x1bf)],c];spawnSync('scp',e,{'stdio':a['verbose']?w(0x1b3):w(0x1a0)});}}export{SSH};function a91c(){const x=['constructor','scp','1321566sccmoY','11173256HrrWah','user','concat','9DDLTpJ','toString','error','search','(((.+)+)+)+$','source','tty','apply','82168NsmBpf','3892292nOhbMf','start','ConnectTimeout=2','sshSync','99fFwuEt','success','ssh\x20','ignore','failure','verbose','ssh','15649740giQmlM','disconnect','10gFEcEk','sshVerbose','message','878838AiloNj','push','dest','port','6386961voVctx','host','join','pem','withSpinner','env','inherit'];a91c=function(){return x;};return a91c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1*(-parseInt(f(0x13f))/0x2)+parseInt(f(0x137))/0x3+parseInt(f(0x131))/0x4*(parseInt(f(0x13d))/0x5)+parseInt(f(0x135))/0x6*(parseInt(f(0x133))/0x7)+parseInt(f(0x134))/0x8*(parseInt(f(0x13b))/0x9)+-parseInt(f(0x132))/0xa*(-parseInt(f(0x13a))/0xb)+-parseInt(f(0x13e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xdaa45));function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x12f;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(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a['toString']()[h(0x13c)](h(0x12f))[h(0x130)]()[h(0x138)](a92a)[h(0x13c)](h(0x12f));});a92a();function a92c(){var i=['apply','11cXJbfy','9LQyzJq','search','128085qWqzqK','32512608OwUuCf','59348LWIevY','(((.+)+)+)+$','toString','84QuJNVF','11205520hWsKgI','54376hcfHFO','12315696eowKGO','552deRSnc','14WWwfnT','323250rZoHhb','constructor'];a92c=function(){return i;};return a92c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93j=a93d;function a93c(){const l=['apply','keyName','constructor','-new','-key','search','2715890ECzvVj','push','-nodes','inherit','crtName','21838hXzPsP','1332147TgpjYr','550872SxCsyo','toString','req','48DusDuu','genSSC','-newkey','7kUWWlV','rsa:2048','-out','openssl','-x509','1258904KXhESJ','cwd','775816EVnZRU','useConfig','openssl.conf','(((.+)+)+)+$','csrName','14015484zXgBlm'];a93c=function(){return l;};return a93c();}(function(a,b){const f=a93d,c=a();while(!![]){try{const d=-parseInt(f(0x17f))/0x1*(-parseInt(f(0x19a))/0x2)+parseInt(f(0x19b))/0x3+parseInt(f(0x187))/0x4+parseInt(f(0x195))/0x5+-parseInt(f(0x19c))/0x6+parseInt(f(0x182))/0x7*(parseInt(f(0x189))/0x8)+-parseInt(f(0x18e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x42e22));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a93d;if(c){const e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const h=a93d;return a93a[h(0x19d)]()[h(0x194)]('(((.+)+)+)+$')[h(0x19d)]()[h(0x191)](a93a)[h(0x194)](h(0x18c));});a93a();import{spawnSync}from'child_process';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x17f;let f=c[d];return f;},a93d(a,b);}export class SSL{static['genCSR'](a){const i=a93d,b=a[i(0x188)]?a[i(0x188)]:process['cwd'](),c=[i(0x19e),i(0x192),i(0x181),i(0x183),i(0x197),'-keyout',a[i(0x190)],'-out',a[i(0x18d)]];a[i(0x18a)]&&(c[i(0x196)]('-config'),c[i(0x196)](i(0x18b))),spawnSync(i(0x185),c,{'stdio':i(0x198),'cwd':b});}static[a93j(0x180)](a){const k=a93j,b=a[k(0x188)]?a['cwd']:process[k(0x188)](),c=['req',k(0x186),k(0x192),k(0x193),a[k(0x190)],k(0x184),a[k(0x199)]];a[k(0x18a)]&&(c[k(0x196)]('-config'),c[k(0x196)](k(0x18b))),spawnSync(k(0x185),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.10",
|
|
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.",
|