@maka/maka-cli 4.6.23 → 4.7.1
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/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.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/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/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/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -0
- package/bundle/obf/src/generators/kits/mui/mui.generator.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/templates/react/kit/mui/frame/{basic-app-bar.js.jsx → app-bars/basic-app-bar.js.jsx} +12 -2
- package/bundle/obf/src/templates/react/kit/mui/frame/{basic-app-bar.js → app-bars/basic-app-bar.js.tsx} +10 -2
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -0
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -0
- 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/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.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
- package/bundle/obf/src/generators/kits/mui/layout.mui.gen.js +0 -1
- package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.ts +0 -0
- package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.tsx +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const a135i=a135d;(function(a,b){const f=a135d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a135i=a135d;(function(a,b){const f=a135d,c=a();while(!![]){try{const d=parseInt(f(0x17f))/0x1+parseInt(f(0x17d))/0x2*(parseInt(f(0x197))/0x3)+parseInt(f(0x187))/0x4*(-parseInt(f(0x19a))/0x5)+parseInt(f(0x18c))/0x6+-parseInt(f(0x195))/0x7*(parseInt(f(0x189))/0x8)+parseInt(f(0x181))/0x9+-parseInt(f(0x182))/0xa*(parseInt(f(0x18a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x6b125));const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a135d;if(c){const e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const h=a135d;return a135a[h(0x192)]()[h(0x180)](h(0x19b))[h(0x192)]()[h(0x18e)](a135a)['search'](h(0x19b));});a135a();function a135c(){const n=['options','toString','handleRequiredOptions','list','14yryyPE','Please\x20provide\x20a\x20value\x20for\x20','981mOKsHC','requiredOpts','validOpts','54015NHflrB','(((.+)+)+)+$','inputOpts','4660mnzKnn','Please\x20choose\x20a\x20value\x20for\x20','656941SIqyRL','search','6291306WkxjzX','62170waIzzd','includes','apply','opts','length','208lMZUfy','ask','3387088LnSjqF','572EwfcYw','Please\x20provide\x20a\x20valid\x20value\x20for\x20','314952PROEIJ','Invalid\x20value\x20for\x20','constructor','string','handleValidOptions'];a135c=function(){return n;};return a135c();}import{Actions}from'../actions/actions.class.js';function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x17d;let f=c[d];return f;},a135d(a,b);}export class OptionHandler{[a135i(0x19c)];[a135i(0x185)];[a135i(0x198)];['validOpts'];constructor(){const j=a135i;this[j(0x19c)]=[],this['opts']={},this['requiredOpts']=[],this[j(0x199)]=[];}async['handleOptions'](a,b,c){const k=a135i;this[k(0x19c)]=a,this['requiredOpts']=b,this['validOpts']=c,await this[k(0x193)](),await this[k(0x190)]();}async['handleRequiredOptions'](){const l=a135i;if(this[l(0x198)]?.[l(0x186)]>0x0)for(const a of this[l(0x198)]){let b=!![];const {name:c,values:d}=typeof a===l(0x18f)?{'name':a,'values':undefined}:a;if(!this[l(0x19c)][l(0x183)](c)){const e=d?await Actions[l(0x191)]({'type':l(0x194),'name':c,'message':l(0x17e)+c,'choices':d}):await Actions[l(0x188)](l(0x196)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x183)](this[l(0x185)][c]):!![];}else b=d?d['includes'](this[l(0x185)][c]):!![];if(!b)throw new Error(l(0x18d)+c+':\x20'+this[l(0x185)][c]);}}async[a135i(0x190)](){const m=a135i;if(this['validOpts']?.[m(0x186)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a==='string'?{'name':a,'values':undefined}:a,d=this[m(0x185)][b];if(d!==undefined&&(!c||!c[m(0x183)](d))){const e=c?await Actions[m(0x191)]({'type':'list','name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0x188)](m(0x18b)+b);this[m(0x185)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a136i=a136d;(function(a,b){const f=a136d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a136i=a136d;function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x140;let f=c[d];return f;},a136d(a,b);}(function(a,b){const f=a136d,c=a();while(!![]){try{const d=-parseInt(f(0x158))/0x1+parseInt(f(0x147))/0x2*(parseInt(f(0x145))/0x3)+-parseInt(f(0x148))/0x4+parseInt(f(0x151))/0x5*(-parseInt(f(0x152))/0x6)+parseInt(f(0x153))/0x7+parseInt(f(0x141))/0x8*(-parseInt(f(0x157))/0x9)+-parseInt(f(0x14d))/0xa*(-parseInt(f(0x14c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x91b54));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a136d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const h=a136d;return a136a[h(0x144)]()[h(0x159)](h(0x14e))[h(0x144)]()[h(0x146)](a136a)[h(0x159)]('(((.+)+)+)+$');});a136a();import{Log}from'../log/log.class.js';const isWin=process[a136i(0x154)]==='win32',downArrow=isWin?'<':'↓';function a136c(){const n=['round','majestic','387fzfxYU','556891UuBKgH','search',':\x20[','width','dlMessage','draw','graphic','colors','singleLine','update','43336ocCmOh','singleLineSuccess','Downloading','toString','3yUCysr','constructor','1494970qKSsrG','1764808ullSpW','apply','current','total','4354691LLlqGR','50KZjdHR','(((.+)+)+)+$','success','lastLoggedProgress','1478905dMjSkS','24TCahwm','1988546hyjFDB','platform'];a136c=function(){return n;};return a136c();}export class Progress{[a136i(0x14b)];['current'];[a136i(0x15b)];[a136i(0x150)];['dlMessage'];[a136i(0x15e)];constructor(a,b=a136i(0x143),c=downArrow){const j=a136i;this['total']=a,this[j(0x14a)]=0x0,this[j(0x15b)]=0x28,this['lastLoggedProgress']=0x0,this[j(0x15c)]=b,this[j(0x15e)]=Log['colors'][j(0x156)](c);}[a136i(0x140)](a){const k=a136i;this[k(0x14a)]+=a,this[k(0x15d)]();}['complete'](){const l=a136i;this['current']=this[l(0x14b)],this['draw'](),Log[l(0x142)]('');}[a136i(0x15d)](){const m=a136i,a=Math['min'](0x64,Math[m(0x155)](this[m(0x14a)]/this[m(0x14b)]*0x64));if(a!==this[m(0x150)]){this[m(0x150)]=a;const b=Math[m(0x155)](a/0x64*this[m(0x15b)]),c=this['width']-b,d=''+Log[m(0x15f)][m(0x14f)]('█')['repeat'](b)+'░'['repeat'](c),e=this[m(0x15e)]+'\x20'+this[m(0x15c)]+m(0x15a)+d+']\x20'+a+'%';Log[m(0x160)](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a137m=a137d;(function(a,b){const j=a137d,c=a();while(!![]){try{const d=-parseInt(j(0xec))/0x1+-parseInt(j(0xda))/0x2+-parseInt(j(0xe1))/0x3+parseInt(j(0xdd))/0x4*(-parseInt(j(0xe6))/0x5)+-parseInt(j(0xdf))/0x6+-parseInt(j(0xe7))/0x7*(parseInt(j(0xdc))/0x8)+parseInt(j(0xee))/0x9*(parseInt(j(0xdb))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x1e1a6));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a137d;if(c){const e=c[k(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const l=a137d;return a137a[l(0xe4)]()['search'](l(0xe0))[l(0xe4)]()['constructor'](a137a)[l(0xd9)]('(((.+)+)+)+$');});a137a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0xd6;let f=c[d];return f;},a137d(a,b);}function a137c(){const s=['517285riVvbt','70EHgrje','verbose','inherit','close','failure','38116XxgvKb','SIGINT','9prMNYL','success','message','disconnect','withSpinner','search','226778xtfGhu','9302690buVBQu','110864YZzOsY','8CHbBhJ','data','502782pcfedt','(((.+)+)+)+$','678513mgqEIX','log','error','toString','apply'];a137c=function(){return s;};return a137c();}export class SpawnAsync{static[a137m(0xd8)](a,b,c){return new Promise((d,e)=>{const n=a137d,f=Log['withSpinner'](),g=c?.['cwd']||'.';c?.['message']&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0xe8)]?n(0xe9):'ignore'});process['on'](n(0xed),()=>{const i=h['pid'];i&&process['kill'](i);}),h['on'](n(0xde),i=>{const o=n;console[o(0xe2)](i);}),h['on'](n(0xd7),()=>{const p=n;c?.[p(0xd6)]&&f[p(0xef)](),d();}),h['on'](n(0xea),()=>{const q=n;c?.[q(0xd6)]&&f[q(0xef)](),d();}),h['on'](n(0xe3),()=>{const r=n;c?.[r(0xd6)]&&f[r(0xeb)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0x19a;var f=c[d];return f;},a138d(a,b);}(function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(0x1a1))/0x1*(-parseInt(f(0x19d))/0x2)+-parseInt(f(0x19f))/0x3+-parseInt(f(0x19a))/0x4+-parseInt(f(0x1a2))/0x5+parseInt(f(0x19e))/0x6*(parseInt(f(0x1a8))/0x7)+parseInt(f(0x1a0))/0x8+parseInt(f(0x19b))/0x9*(parseInt(f(0x1a3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xbcc14));var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a[h(0x1a7)]()['search'](h(0x1a6))[h(0x1a7)]()[h(0x1a5)](a138a)[h(0x19c)](h(0x1a6));});a138a();function a138c(){var i=['3454lpLpal','650652QuqCkn','240792qqccbh','2147192UvGtfl','576dXyeqh','4918730rKTSxH','10700tGsurY','apply','constructor','(((.+)+)+)+$','toString','21HZTgMI','1862852jwKZtC','22743EJxKda','search'];a138c=function(){return i;};return a138c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a139c(){const x=['env','inherit','success','start','pem','dest','8113lxEXJm','error','ConnectTimeout=2','port','message','ignore','3dCmvCw','verbose','1810DTNkMZ','4060694kYzFPc','user','2883618pFOJOc','ssh','sshSync','apply','3168NrApra','failure','161508HJDLJx','ping','58550kYFWGT','withSpinner','concat','scp','ssh\x20','(((.+)+)+)+$','sshVerbose','2>&1','push','join','tty','disconnect','host','6JRmYeP','1138492LZQPFT','toString','3608iYejXR','source','close','12RLCrgq','search'];a139c=function(){return x;};return a139c();}const a139p=a139d;(function(a,b){const m=a139d,c=a();while(!![]){try{const d=-parseInt(m(0x13a))/0x1*(-parseInt(m(0x12b))/0x2)+parseInt(m(0x120))/0x3*(parseInt(m(0x13b))/0x4)+-parseInt(m(0x12d))/0x5+parseInt(m(0x125))/0x6+-parseInt(m(0x11a))/0x7*(parseInt(m(0x13d))/0x8)+parseInt(m(0x129))/0x9*(-parseInt(m(0x122))/0xa)+parseInt(m(0x123))/0xb*(-parseInt(m(0x112))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x44f61));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a139d;if(c){const e=c[n(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const o=a139d;return a139a[o(0x13c)]()['search']('(((.+)+)+)+$')[o(0x13c)]()['constructor'](a139a)[o(0x113)](o(0x132));});a139a();import a139e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x111;let f=c[d];return f;},a139d(a,b);}export class SSH{static [a139p(0x126)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a139d,f=b['user']+'@'+b[q(0x139)],g=a139e[q(0x136)](b['env'],b[q(0x118)]),h=c?.[q(0x137)]||![],i=c?.[q(0x133)]||![];let j=[];h&&j[q(0x135)]('-t');i&&j['push']('-v');j=j[q(0x12f)](['-o',q(0x11c),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0x12e)]();c?.['message']&&k[q(0x117)](c?.[q(0x11e)]);const l=spawn(q(0x126),j,{'stdio':c?.[q(0x121)]?q(0x115):q(0x11f)});l['on'](q(0x138),()=>{const r=q;c?.[r(0x11e)]&&k[r(0x116)](),d();}),l['on'](q(0x111),()=>{const s=q;c?.[s(0x11e)]&&k[s(0x116)](),d();}),l['on'](q(0x11b),()=>{const t=q;c?.['message']&&k[t(0x12a)](),e();});});};static [a139p(0x127)]=(a,b,c)=>{const u=a139p,d=b['user']+'@'+b['host'],e=a139e[u(0x136)](b['env'],b[u(0x118)]),f=c?.['tty']||![],g=c?.[u(0x133)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x135)]('-v'),h=h[u(0x12f)](['-o',u(0x11c),'-i',e,'-p',b[u(0x11d)],d,a]),spawnSync(u(0x126),h,{'stdio':c?.[u(0x121)]?u(0x115):u(0x11f)});};static[a139p(0x12c)](a,b,c){const v=a139p,d=b[v(0x124)]+'@'+b[v(0x139)],e=a139e['join'](b['env'],b[v(0x118)]),f=c?.[v(0x137)]||![];let g=[];f&&g['push']('-t');g=g[v(0x12f)](['-o',v(0x11c),'-i',e,'-p',b['port'],d,a,v(0x134)]);const h=v(0x131)+g[v(0x136)]('\x20');return execSync(h)[v(0x13c)]();}static[a139p(0x130)](a,b){const w=a139p,c=b[w(0x124)]+'@'+b[w(0x139)]+':'+a[w(0x119)],d=a139e['join'](b[w(0x114)],b[w(0x118)]),e=['-i',d,'-P',b[w(0x11d)],a[w(0x13e)],c];spawnSync(w(0x130),e,{'stdio':a[w(0x121)]?w(0x115):'ignore'});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a140d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a140d,c=a();while(!![]){try{var d=-parseInt(f(0x1ae))/0x1+-parseInt(f(0x1ac))/0x2*(-parseInt(f(0x1b5))/0x3)+parseInt(f(0x1af))/0x4+-parseInt(f(0x1b8))/0x5*(parseInt(f(0x1a9))/0x6)+parseInt(f(0x1ad))/0x7*(-parseInt(f(0x1b3))/0x8)+-parseInt(f(0x1b2))/0x9*(parseInt(f(0x1b0))/0xa)+parseInt(f(0x1b1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x65571));function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a140d(a,b);}function a140c(){var i=['apply','search','10bGVTHc','1098168LskirE','(((.+)+)+)+$','toString','2mQRowp','1824403jJhqXD','406306YAaLDT','739128oKTqIf','5705350DQllaW','17675020rQJeLq','9CxxRoW','16olHeDW','constructor','1462926QsrMeY'];a140c=function(){return i;};return a140c();}var a140b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a140d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){var h=a140d;return a140a[h(0x1ab)]()['search'](h(0x1aa))[h(0x1ab)]()[h(0x1b4)](a140a)[h(0x1b7)](h(0x1aa));});a140a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a141h=a141d;
|
|
1
|
+
const a141h=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x92))/0x1*(-parseInt(f(0x7f))/0x2)+parseInt(f(0x8f))/0x3*(-parseInt(f(0x77))/0x4)+-parseInt(f(0x80))/0x5+-parseInt(f(0x91))/0x6+-parseInt(f(0x85))/0x7+parseInt(f(0x7a))/0x8*(-parseInt(f(0x76))/0x9)+parseInt(f(0x73))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x31add));const a141b=(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;};}()),a141a=a141b(this,function(){const g=a141d;return a141a['toString']()['search'](g(0x86))[g(0x79)]()[g(0x78)](a141a)[g(0x7d)](g(0x86));});function a141c(){const k=['inherit','12mlNkYp','1374555qvQZwd','cwd','req','openssl.conf','push','378280yTIjwR','(((.+)+)+)+$','-x509','useConfig','genCSR','-config','-nodes','-new','rsa:2048','crtName','2382rLpkjS','-keyout','1375560YqTqyN','4707natpsX','12167290wejjWR','openssl','keyName','10359vbwAIf','1692MOBQRb','constructor','toString','632JcMSCf','-out','csrName','search'];a141c=function(){return k;};return a141c();}a141a();import{spawnSync}from'child_process';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x73;let f=c[d];return f;},a141d(a,b);}export class SSL{static[a141h(0x89)](a){const i=a141h,b=a[i(0x81)]?a[i(0x81)]:process[i(0x81)](),c=[i(0x82),i(0x8c),'-newkey',i(0x8d),i(0x8b),i(0x90),a[i(0x75)],i(0x7b),a[i(0x7c)]];a[i(0x88)]&&(c[i(0x84)]('-config'),c['push'](i(0x83))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const j=a141h,b=a['cwd']?a[j(0x81)]:process[j(0x81)](),c=[j(0x82),j(0x87),j(0x8c),'-key',a[j(0x75)],j(0x7b),a[j(0x8e)]];a[j(0x88)]&&(c[j(0x84)](j(0x8a)),c[j(0x84)](j(0x83))),spawnSync(j(0x74),c,{'stdio':j(0x7e),'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.
|
|
4
|
+
"version": "4.7.1",
|
|
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.",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a109x=a109d;(function(a,b){const u=a109d,c=a();while(!![]){try{const d=parseInt(u(0x17b))/0x1+parseInt(u(0x18d))/0x2+-parseInt(u(0x17c))/0x3*(-parseInt(u(0x190))/0x4)+parseInt(u(0x1ac))/0x5*(-parseInt(u(0x1a0))/0x6)+parseInt(u(0x18c))/0x7*(parseInt(u(0x184))/0x8)+parseInt(u(0x18f))/0x9*(-parseInt(u(0x195))/0xa)+-parseInt(u(0x1aa))/0xb*(parseInt(u(0x1ad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0x33052));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a109d;if(c){const e=c[v(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const w=a109d;return a109a[w(0x1a6)]()['search'](w(0x178))[w(0x1a6)]()[w(0x19d)](a109a)[w(0x18a)](w(0x178));});a109a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a109c(){const z=['toString','react','.js','engines','629013MvTePI','error','40NtkFMk','12SDcvcN','baseDir','(((.+)+)+)+$','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','pathFromApp','6544lNJMia','13371sTbPHJ','findAppDirectory','checkbox','getProjectConfig','true','length','appName','dir','40aIoJkZ','ssr','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20layout\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','<div\x20id=\x22','jsx','fsi','search','layout','94822IcBCXe','769942arYdrB','-hook\x22>','16758IYzQGc','296egVsaS','{this.props.children}','No\x20layouts\x20selected','kit/mui/frame/','/imports/startup/client/templates','2090WjckQy','MATERIAL','apply','getFiles','options','/imports/ui/hooks','Generate\x20a\x20standard\x20MUI\x20layout','layouts','constructor','/imports/ui/','/imports/startup/lib/templates','100308ajTieK','basic-app-bar','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{layout,\x20l}','{\x20this.props.children\x20}','{\x20props.children\x20}','\x20/>\x0a'];a109c=function(){return z;};return a109c();}import{Actions}from'../../../tools/actions/actions.class.js';import a109e from'path';import a109f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines}from'../../../tools/fsi/fsi.interfaces.js';function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x178;let f=c[d];return f;},a109d(a,b);}Generator['create']({'name':a109x(0x18b),'aliases':['l'],'usage':a109x(0x1a2),'shortDesc':a109x(0x19b),'validOpts':['layouts'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a109x(0x196)]},'examples':['maka\x20g:k:m:l'],'description':a109x(0x186)},async function(a,b){const y=a109x;try{const c=y(0x1a1),d=this['fsi'][y(0x17f)](),f=d[y(0x1a9)][y(0x185)]===y(0x180),g=this['fsi'][y(0x17d)](),h=a109e['join'](g,'imports','ui',y(0x19c)),i=this[y(0x189)]['getDirectories'](h),j=await Actions[y(0x199)]({'type':y(0x17e),'name':y(0x19c),'message':y(0x179),'choices':i});if(j['layouts'][y(0x181)]===0x0){Log['error'](y(0x192));return;}const k=b[y(0x1ae)]?y(0x19e)+b['baseDir']:y(0x19a),l=this[y(0x189)][y(0x17a)]({'pathParts':[k,b[y(0x183)],paramCase(c),paramCase(c)]}),m={'name':headerCase(d[y(0x182)])['replace']('-','\x20')};this[y(0x189)]['template']({'srcPath':y(0x193)+c+'.js','destPath':l+y(0x1a8),'framework':y(0x1a7),'context':m,'config':d,'force':![],'ignore':!![]});const n=''+k+b[y(0x183)]+'/'+c+'/'+c;await this['fsi']['injectTemplateModule'](c,d,n);const {layouts:o}=j;for(const p of o){const q=this[y(0x189)][y(0x198)](a109e['join'](h,p),{'extensions':[y(0x188),'tsx']});for(const r of q){const s=a109e['join'](h,p,r);await this[y(0x189)]['injectImport']({'filePath':s,'importName':pascalCase(c),'modulePath':f?y(0x19f):y(0x194),'isNamedExport':!![]}),await this['fsi']['injectIntoFile']({'filePath':s,'content':'<'+pascalCase(c)+y(0x1a5),'begin':[y(0x187)+p+'-component\x22>','<div\x20id=\x22'+p+y(0x18e)],'end':[y(0x191),y(0x1a3),'{props.children}',y(0x1a4)]});}}}catch(t){t&&Log[y(0x1ab)](t);}},a109f);
|
|
File without changes
|
|
File without changes
|