@maka/maka-cli 4.5.29 → 4.5.30
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/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/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=a127d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0xb6))/0x1+parseInt(f(0xb5))/0x2+parseInt(f(0xab))/0x3+parseInt(f(0xaf))/0x4*(parseInt(f(0xb2))/0x5)+parseInt(f(0xae))/0x6+-parseInt(f(0xb3))/0x7*(-parseInt(f(0xb1))/0x8)+-parseInt(f(0xb4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x9bd2c));var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0xad)]()['search'](g(0xb7))[g(0xad)]()[g(0xac)](a127a)[g(0xb0)]('(((.+)+)+)+$');});a127a();function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0xab;var f=c[d];return f;},a127d(a,b);}function a127c(){var h=['13249368KWYmKE','1287284eZJOtU','860216HLSSnB','(((.+)+)+)+$','795708pUFBOX','constructor','toString','7549974qyjHxr','4FNqPuj','search','24QgMCCG','3978575AtvoMf','17962vgnCfj'];a127c=function(){return h;};return a127c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a128u=a128d;function a128c(){const x=['scp','start','tty','env','join','toString','98819gAEtyM','(((.+)+)+)+$','concat','ConnectTimeout=2','inherit','disconnect','dest','ping','5885DZFtSa','failure','sshVerbose','ssh\x20','port','ignore','message','verbose','72bkKcGA','4527636hqLSud','apply','push','543249exmJkJ','1421710TlJAHr','153494NiwLNb','constructor','host','search','success','2>&1','user','withSpinner','error','70910SUcVZx','27WauoHW','342QSDoPd','source','6285150apNdju','ssh','pem'];a128c=function(){return x;};return a128c();}(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0x158))/0x1+-parseInt(m(0x159))/0x2*(parseInt(m(0x137))/0x3)+-parseInt(m(0x154))/0x4+-parseInt(m(0x13a))/0x5+parseInt(m(0x138))/0x6*(-parseInt(m(0x143))/0x7)+-parseInt(m(0x153))/0x8*(parseInt(m(0x157))/0x9)+parseInt(m(0x136))/0xa*(parseInt(m(0x14b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xc0567));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a128d;if(c){const e=c[n(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const o=a128d;return a128a['toString']()[o(0x15c)](o(0x144))[o(0x142)]()[o(0x15a)](a128a)[o(0x15c)]('(((.+)+)+)+$');});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x132;let f=c[d];return f;},a128d(a,b);}import a128e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a128d,f=b['user']+'@'+b[p(0x15b)],g=a128e[p(0x141)](b[p(0x140)],b['pem']),h=c?.[p(0x13f)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x156)]('-t');i&&j[p(0x156)]('-v');j=j['concat'](['-o',p(0x146),'-i',g,'-p',b[p(0x14f)],f,a]);const k=Log[p(0x134)]();c?.[p(0x151)]&&k[p(0x13e)](c?.[p(0x151)]);const l=spawn(p(0x13b),j,{'stdio':c?.['verbose']?p(0x147):p(0x150)});l['on'](p(0x148),()=>{const q=p;c?.['message']&&k[q(0x15d)](),d();}),l['on']('close',()=>{const r=p;c?.['message']&&k[r(0x15d)](),d();}),l['on'](p(0x135),()=>{const s=p;c?.[s(0x151)]&&k[s(0x14c)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a128d,d=b[t(0x133)]+'@'+b[t(0x15b)],e=a128e[t(0x141)](b[t(0x140)],b['pem']),f=c?.[t(0x13f)]||![],g=c?.[t(0x14d)]||![];let h=[];f&&h['push']('-t'),g&&h[t(0x156)]('-v'),h=h['concat'](['-o',t(0x146),'-i',e,'-p',b[t(0x14f)],d,a]),spawnSync('ssh',h,{'stdio':c?.['verbose']?'inherit':t(0x150)});};static[a128u(0x14a)](a,b,c){const v=a128u,d=b[v(0x133)]+'@'+b['host'],e=a128e[v(0x141)](b[v(0x140)],b['pem']),f=c?.[v(0x13f)]||![];let g=[];f&&g[v(0x156)]('-t');g=g[v(0x145)](['-o',v(0x146),'-i',e,'-p',b[v(0x14f)],d,a,v(0x132)]);const h=v(0x14e)+g[v(0x141)]('\x20');return execSync(h)[v(0x142)]();}static[a128u(0x13d)](a,b){const w=a128u,c=b[w(0x133)]+'@'+b[w(0x15b)]+':'+a[w(0x149)],d=a128e[w(0x141)](b[w(0x140)],b[w(0x13c)]),e=['-i',d,'-P',b[w(0x14f)],a[w(0x139)],c];spawnSync(w(0x13d),e,{'stdio':a[w(0x152)]?w(0x147):w(0x150)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d
|
|
1
|
+
function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0xb7;var f=c[d];return f;},a129d(a,b);}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0xc1))/0x1+-parseInt(f(0xc5))/0x2*(parseInt(f(0xbd))/0x3)+parseInt(f(0xb7))/0x4+parseInt(f(0xbc))/0x5*(-parseInt(f(0xc4))/0x6)+parseInt(f(0xbb))/0x7*(parseInt(f(0xb8))/0x8)+parseInt(f(0xc2))/0x9*(-parseInt(f(0xb9))/0xa)+-parseInt(f(0xbf))/0xb*(parseInt(f(0xc0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xcf1d3));function a129c(){var i=['apply','101431lTazxX','12MffZTc','1454187eJyPlz','13761DdYMVM','constructor','216vAfOLe','2eIDcJh','(((.+)+)+)+$','4186544yNkTPB','8TqyLUx','6950pTOiei','search','4578077kJEKvX','73080HRsEed','2125329UTnuII'];a129c=function(){return i;};return a129c();}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()[h(0xba)]('(((.+)+)+)+$')['toString']()[h(0xc3)](a129a)[h(0xba)](h(0xc6));});a129a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130j=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xd7;let f=c[d];return f;},a130d(a,b);}(function(a,b){const f=a130d,c=a();while(!![]){try{const d=-parseInt(f(0xef))/0x1+-parseInt(f(0xee))/0x2*(parseInt(f(0xf4))/0x3)+-parseInt(f(0xe5))/0x4*(parseInt(f(0xd9))/0x5)+-parseInt(f(0xdd))/0x6*(parseInt(f(0xde))/0x7)+parseInt(f(0xe7))/0x8*(-parseInt(f(0xdb))/0x9)+-parseInt(f(0xea))/0xa+parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x22c15));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xe6)]()['search'](h(0xe0))[h(0xe6)]()['constructor'](a130a)[h(0xed)]('(((.+)+)+)+$');});a130a();function a130c(){const l=['cwd','28992niHRks','273KOyPdz','-config','(((.+)+)+)+$','apply','useConfig','12748780tenXpb','-new','4UERxwI','toString','1203784uQaKvc','inherit','req','2740430GOzOBT','csrName','-newkey','search','150fgEcbC','196135OyAGdR','-nodes','-x509','genSSC','keyName','8265pRlLhX','openssl.conf','-out','-key','4495vYTtWQ','push','9fsJMIz'];a130c=function(){return l;};return a130c();}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a130d,b=a[i(0xdc)]?a[i(0xdc)]:process[i(0xdc)](),c=[i(0xe9),i(0xe4),i(0xec),'rsa:2048',i(0xf0),'-keyout',a[i(0xf3)],i(0xd7),a[i(0xeb)]];a[i(0xe2)]&&(c['push'](i(0xdf)),c['push'](i(0xf5))),spawnSync('openssl',c,{'stdio':i(0xe8),'cwd':b});}static[a130j(0xf2)](a){const k=a130j,b=a[k(0xdc)]?a[k(0xdc)]:process['cwd'](),c=[k(0xe9),k(0xf1),k(0xe4),k(0xd8),a[k(0xf3)],k(0xd7),a['crtName']];a['useConfig']&&(c[k(0xda)]('-config'),c[k(0xda)](k(0xf5))),spawnSync('openssl',c,{'stdio':k(0xe8),'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.30",
|
|
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.",
|