@maka/maka-cli 4.5.32 → 4.5.33
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/ai.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=a128d,c=a();while(!![]){try{var d
|
|
1
|
+
function a128c(){var i=['constructor','2930039AkBKOm','6PlUcij','search','(((.+)+)+)+$','2awXSPg','apply','136137ItstXS','4wKNFXR','20kcbcVI','2630712mrGMVz','toString','2165760SiNMoN','2949441UppgUx','1340445nrezoW','1389501IbsvLW'];a128c=function(){return i;};return a128c();}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1*(-parseInt(f(0x9a))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0x9d))/0x4)+parseInt(f(0xa1))/0x5+-parseInt(f(0xa7))/0x6*(parseInt(f(0xa6))/0x7)+-parseInt(f(0x9f))/0x8+-parseInt(f(0xa4))/0x9*(parseInt(f(0x9e))/0xa)+parseInt(f(0xa2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x37ac9));function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x9a;var f=c[d];return f;},a128d(a,b);}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xa0)]()[h(0xa8)](h(0xa9))[h(0xa0)]()[h(0xa5)](a128a)[h(0xa8)](h(0xa9));});a128a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x91))/0x1+-parseInt(m(0x6c))/0x2*(parseInt(m(0x85))/0x3)+-parseInt(m(0x82))/0x4*(parseInt(m(0x7b))/0x5)+parseInt(m(0x68))/0x6*(parseInt(m(0x78))/0x7)+parseInt(m(0x6a))/0x8*(parseInt(m(0x6e))/0x9)+parseInt(m(0x8c))/0xa+-parseInt(m(0x73))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3c19f));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x6b)]()[o(0x7a)]('(((.+)+)+)+$')[o(0x6b)]()[o(0x83)](a129a)[o(0x7a)]('(((.+)+)+)+$');});function a129c(){const x=['ConnectTimeout=2','verbose','user','950800jUwtnG','sshVerbose','sshSync','disconnect','ignore','446753AdfoxX','12KlwvFt','scp','10232MyFpLq','toString','56BVZAln','failure','1503ESrPYT','source','close','apply','pem','1377574dYzkgZ','2>&1','inherit','concat','host','1057364yncRTy','ping','search','15UtIaEO','error','tty','join','message','success','port','261196bgBouy','constructor','env','52524onxSgC','ssh\x20','ssh','push'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x68;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x87)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b[q(0x8b)]+'@'+b[q(0x77)],g=a129e['join'](b['env'],b[q(0x72)]),h=c?.['tty']||![],i=c?.[q(0x8d)]||![];let j=[];h&&j[q(0x88)]('-t');i&&j[q(0x88)]('-v');j=j[q(0x76)](['-o',q(0x89),'-i',g,'-p',b[q(0x81)],f,a]);const k=Log['withSpinner']();c?.[q(0x7f)]&&k['start'](c?.['message']);const l=spawn(q(0x87),j,{'stdio':c?.['verbose']?q(0x75):q(0x90)});l['on'](q(0x8f),()=>{const r=q;c?.[r(0x7f)]&&k[r(0x80)](),d();}),l['on'](q(0x70),()=>{const s=q;c?.[s(0x7f)]&&k[s(0x80)](),d();}),l['on'](q(0x7c),()=>{const t=q;c?.[t(0x7f)]&&k[t(0x6d)](),e();});});};static [a129p(0x8e)]=(a,b,c)=>{const u=a129p,d=b[u(0x8b)]+'@'+b[u(0x77)],e=a129e['join'](b[u(0x84)],b[u(0x72)]),f=c?.[u(0x7d)]||![],g=c?.[u(0x8d)]||![];let h=[];f&&h[u(0x88)]('-t'),g&&h[u(0x88)]('-v'),h=h[u(0x76)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x81)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x8a)]?'inherit':u(0x90)});};static[a129p(0x79)](a,b,c){const v=a129p,d=b[v(0x8b)]+'@'+b[v(0x77)],e=a129e[v(0x7e)](b[v(0x84)],b[v(0x72)]),f=c?.[v(0x7d)]||![];let g=[];f&&g['push']('-t');g=g[v(0x76)](['-o',v(0x89),'-i',e,'-p',b[v(0x81)],d,a,v(0x74)]);const h=v(0x86)+g[v(0x7e)]('\x20');return execSync(h)[v(0x6b)]();}static['scp'](a,b){const w=a129p,c=b[w(0x8b)]+'@'+b[w(0x77)]+':'+a['dest'],d=a129e[w(0x7e)](b[w(0x84)],b[w(0x72)]),e=['-i',d,'-P',b[w(0x81)],a[w(0x6f)],c];spawnSync(w(0x69),e,{'stdio':a[w(0x8a)]?w(0x75):w(0x90)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(parseInt(f(0x1c9))/0x2)+parseInt(f(0x1c6))/0x3+parseInt(f(0x1d2))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1c8))/0x6*(-parseInt(f(0x1d5))/0x7)+parseInt(f(0x1ca))/0x8*(parseInt(f(0x1cf))/0x9)+-parseInt(f(0x1ce))/0xa+-parseInt(f(0x1c7))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xc0e10));function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a130d(a,b);}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0x1cb)](h(0x1cc))[h(0x1d3)]()[h(0x1c5)](a130a)[h(0x1cb)](h(0x1cc));});a130a();export{};function a130c(){var i=['2215110aJKhQY','11GLlwWM','441114xPoFIO','82QNJYCq','164104rhdCkt','search','(((.+)+)+)+$','29734zwXpSL','11636980POjLff','675RESPsS','apply','4619976LdMhze','4hNsLqM','toString','716930gswqZL','35vCKNaM','constructor'];a130c=function(){return i;};return a130c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a131c(){const k=['inherit','599937jWTnhf','1336yfXYYX','2862sABXDM','cwd','-out','-newkey','toString','genSSC','(((.+)+)+)+$','8918qRRwCE','13686vKxyTX','crtName','keyName','-nodes','genCSR','5629888VDtOvr','38838OUSmLp','-key','req','2100Svejgs','8DfcoSD','search','-config','295ZOPSst','openssl.conf','push','-keyout','constructor','857384LyAAJk','-new','openssl','useConfig'];a131c=function(){return k;};return a131c();}const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7e))/0x2)+-parseInt(f(0x6e))/0x3+-parseInt(f(0x69))/0x4+parseInt(f(0x85))/0x5*(parseInt(f(0x78))/0x6)+-parseInt(f(0x77))/0x7*(parseInt(f(0x6f))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x7d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1a564));const a131b=(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;};}()),a131a=a131b(this,function(){const g=a131d;return a131a[g(0x74)]()['search'](g(0x76))[g(0x74)]()[g(0x68)](a131a)[g(0x83)](g(0x76));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x66;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131h(0x7c)](a){const i=a131h,b=a[i(0x71)]?a[i(0x71)]:process['cwd'](),c=[i(0x80),i(0x6a),i(0x73),'rsa:2048',i(0x7b),i(0x67),a['keyName'],i(0x72),a['csrName']];a[i(0x6c)]&&(c[i(0x66)](i(0x84)),c['push'](i(0x86))),spawnSync(i(0x6b),c,{'stdio':'inherit','cwd':b});}static[a131h(0x75)](a){const j=a131h,b=a[j(0x71)]?a[j(0x71)]:process[j(0x71)](),c=[j(0x80),'-x509',j(0x6a),j(0x7f),a[j(0x7a)],j(0x72),a[j(0x79)]];a[j(0x6c)]&&(c[j(0x66)](j(0x84)),c[j(0x66)](j(0x86))),spawnSync(j(0x6b),c,{'stdio':j(0x6d),'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.33",
|
|
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.",
|