@maka/maka-cli 4.5.28 → 4.5.29
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
|
-
const
|
|
1
|
+
const a128q=a128d;function a128c(){const u=['11jLQYZw','ssh\x20','withSpinner','push','success','4888790QeAqYD','constructor','3YwTPAn','scp','sshVerbose','2902752BvxWJn','concat','sshSync','inherit','1516156zaMlth','join','79580ePsvsB','ConnectTimeout=2','171aoZNjS','message','verbose','dest','ssh','(((.+)+)+)+$','env','ignore','7kGdtne','port','229576buZWjE','start','1UnQjrS','pem','user','6718374Lczklj','tty','search','host','disconnect','4189055fSvXjK','error','ping','toString','104vdESWy'];a128c=function(){return u;};return a128c();}(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0xe2))/0x1*(-parseInt(m(0xd4))/0x2)+-parseInt(m(0xf6))/0x3*(parseInt(m(0xd2))/0x4)+-parseInt(m(0xea))/0x5+parseInt(m(0xe5))/0x6*(-parseInt(m(0xde))/0x7)+parseInt(m(0xe0))/0x8*(parseInt(m(0xd6))/0x9)+-parseInt(m(0xf4))/0xa*(-parseInt(m(0xef))/0xb)+-parseInt(m(0xf9))/0xc*(-parseInt(m(0xee))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x90c19));const a128b=(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;};}()),a128a=a128b(this,function(){const n=a128d;return a128a[n(0xed)]()[n(0xe7)](n(0xdb))[n(0xed)]()[n(0xf5)](a128a)[n(0xe7)](n(0xdb));});a128a();import a128e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xcf;let f=c[d];return f;},a128d(a,b);}export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const o=a128d,f=b['user']+'@'+b[o(0xe8)],g=a128e[o(0xd3)](b[o(0xdc)],b[o(0xe3)]),h=c?.[o(0xe6)]||![],i=c?.[o(0xf8)]||![];let j=[];h&&j[o(0xf2)]('-t');i&&j[o(0xf2)]('-v');j=j['concat'](['-o',o(0xd5),'-i',g,'-p',b['port'],f,a]);const k=Log[o(0xf1)]();c?.[o(0xd7)]&&k[o(0xe1)](c?.[o(0xd7)]);const l=spawn(o(0xda),j,{'stdio':c?.['verbose']?o(0xd1):o(0xdd)});l['on'](o(0xe9),()=>{const p=o;c?.[p(0xd7)]&&k[p(0xf3)](),d();}),l['on']('close',()=>{c?.['message']&&k['success'](),d();}),l['on'](o(0xeb),()=>{c?.['message']&&k['failure'](),e();});});};static [a128q(0xd0)]=(a,b,c)=>{const r=a128q,d=b[r(0xe4)]+'@'+b[r(0xe8)],e=a128e[r(0xd3)](b['env'],b['pem']),f=c?.[r(0xe6)]||![],g=c?.[r(0xf8)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[r(0xcf)](['-o',r(0xd5),'-i',e,'-p',b[r(0xdf)],d,a]),spawnSync(r(0xda),h,{'stdio':c?.[r(0xd8)]?r(0xd1):r(0xdd)});};static[a128q(0xec)](a,b,c){const s=a128q,d=b[s(0xe4)]+'@'+b[s(0xe8)],e=a128e['join'](b['env'],b[s(0xe3)]),f=c?.[s(0xe6)]||![];let g=[];f&&g[s(0xf2)]('-t');g=g[s(0xcf)](['-o',s(0xd5),'-i',e,'-p',b['port'],d,a,'2>&1']);const h=s(0xf0)+g[s(0xd3)]('\x20');return execSync(h)[s(0xed)]();}static['scp'](a,b){const t=a128q,c=b[t(0xe4)]+'@'+b['host']+':'+a[t(0xd9)],d=a128e[t(0xd3)](b[t(0xdc)],b[t(0xe3)]),e=['-i',d,'-P',b[t(0xdf)],a['source'],c];spawnSync(t(0xf7),e,{'stdio':a['verbose']?'inherit':t(0xdd)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1+-parseInt(f(0x7b))/0x2+parseInt(f(0x84))/0x3*(parseInt(f(0x86))/0x4)+-parseInt(f(0x89))/0x5*(parseInt(f(0x7c))/0x6)+parseInt(f(0x80))/0x7*(parseInt(f(0x7d))/0x8)+-parseInt(f(0x87))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x88))/0xb*(parseInt(f(0x83))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xba8df));function a129c(){var h=['564483wAmDKv','508fAWhBk','9LZKaht','12993629xLBkXh','2275qkBNzb','1286334uFhQoQ','8274pQSHIu','3728XSzEWh','search','toString','350RmpHdd','2209490AtEyWw','(((.+)+)+)+$','12WWnyYH','27726Ajeakz'];a129c=function(){return h;};return a129c();}var a129b=(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;};}()),a129a=a129b(this,function(){var g=a129d;return a129a[g(0x7f)]()[g(0x7e)](g(0x82))[g(0x7f)]()['constructor'](a129a)['search']('(((.+)+)+)+$');});function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x7b;var f=c[d];return f;},a129d(a,b);}a129a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){const f=a130d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a130i=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xa9;let f=c[d];return f;},a130d(a,b);}(function(a,b){const f=a130d,c=a();while(!![]){try{const d=parseInt(f(0xac))/0x1*(-parseInt(f(0xbc))/0x2)+parseInt(f(0xb6))/0x3+parseInt(f(0xb1))/0x4*(parseInt(f(0xc2))/0x5)+parseInt(f(0xc8))/0x6*(-parseInt(f(0xb2))/0x7)+parseInt(f(0xb4))/0x8*(parseInt(f(0xbe))/0x9)+parseInt(f(0xc5))/0xa+-parseInt(f(0xb7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x475ab));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xab)]()['search']('(((.+)+)+)+$')['toString']()[h(0xae)](a130a)[h(0xb8)](h(0xb9));});a130a();function a130c(){const l=['-newkey','rsa:2048','2562060RsqjxU','-new','req','4566ttUkTh','inherit','-x509','openssl','crtName','toString','1063oRidwZ','apply','constructor','push','genCSR','172MEpNQH','3178nXUCCZ','cwd','2608qXcokR','-out','601005oDAAcd','608696WQreqO','search','(((.+)+)+)+$','csrName','-config','974zIvrHk','keyName','13257XZgASV','-keyout','genSSC','-nodes','31865wBRnDm'];a130c=function(){return l;};return a130c();}import{spawnSync}from'child_process';export class SSL{static[a130i(0xb0)](a){const j=a130i,b=a['cwd']?a[j(0xb3)]:process[j(0xb3)](),c=['req',j(0xc6),j(0xc3),j(0xc4),j(0xc1),j(0xbf),a[j(0xbd)],j(0xb5),a[j(0xba)]];a['useConfig']&&(c[j(0xaf)](j(0xbb)),c[j(0xaf)]('openssl.conf')),spawnSync('openssl',c,{'stdio':j(0xc9),'cwd':b});}static[a130i(0xc0)](a){const k=a130i,b=a[k(0xb3)]?a['cwd']:process['cwd'](),c=[k(0xc7),k(0xca),'-new','-key',a[k(0xbd)],k(0xb5),a[k(0xaa)]];a['useConfig']&&(c['push'](k(0xbb)),c[k(0xaf)]('openssl.conf')),spawnSync(k(0xa9),c,{'stdio':k(0xc9),'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.29",
|
|
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.",
|