@maka/maka-cli 4.5.48 → 4.5.50
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/options/options.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
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a127i=a127d;function a127c(){const n=['3NAAATk','11olUIAD','handleValidOptions','421748ACJEvU','ask','toString','options','2403408ShVDJZ','(((.+)+)+)+$','1068916eoCYCh','10fDvguO','validOpts','opts','3224478aVDtAN','list','20835168lRCQry','6965450cDBIKh','search','27jshSdU','inputOpts','constructor','116723RaDVQa','requiredOpts','handleRequiredOptions','string','includes','7GyPmwV','length','apply','handleOptions'];a127c=function(){return n;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0xdd))/0x1+-parseInt(f(0xef))/0x2*(parseInt(f(0xe6))/0x3)+parseInt(f(0xe9))/0x4*(parseInt(f(0xf0))/0x5)+-parseInt(f(0xd5))/0x6*(-parseInt(f(0xe2))/0x7)+-parseInt(f(0xed))/0x8*(parseInt(f(0xda))/0x9)+-parseInt(f(0xd8))/0xa+-parseInt(f(0xe7))/0xb*(-parseInt(f(0xd7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x72801));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0xeb)]()[h(0xd9)](h(0xee))[h(0xeb)]()[h(0xdc)](a127a)[h(0xd9)]('(((.+)+)+)+$');});a127a();function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xd5;let f=c[d];return f;},a127d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127i(0xdb)];[a127i(0xf2)];[a127i(0xde)];[a127i(0xf1)];constructor(){const j=a127i;this[j(0xdb)]=[],this[j(0xf2)]={},this[j(0xde)]=[],this[j(0xf1)]=[];}async[a127i(0xe5)](a,b,c){const k=a127i;this[k(0xdb)]=a,this['requiredOpts']=b,this[k(0xf1)]=c,await this[k(0xdf)](),await this['handleValidOptions']();}async['handleRequiredOptions'](){const l=a127i;if(this['requiredOpts']?.['length']>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===l(0xe0)?{'name':a,'values':undefined}:a;if(!this[l(0xdb)]['includes'](c)){const e=d?await Actions['options']({'type':l(0xd6),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions['ask']('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0xf2)][c]=d?e[c]:e,b=d?d[l(0xe1)](this['opts'][c]):!![];}else b=d?d[l(0xe1)](this[l(0xf2)][c]):!![];if(!b)throw new Error('Invalid\x20value\x20for\x20'+c+':\x20'+this[l(0xf2)][c]);}}async[a127i(0xe8)](){const m=a127i;if(this[m(0xf1)]?.[m(0xe3)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0xe0)?{'name':a,'values':undefined}:a,d=this[m(0xf2)][b];if(d!==undefined&&(!c||!c[m(0xe1)](d))){const e=c?await Actions[m(0xec)]({'type':m(0xd6),'name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0xea)]('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0xf2)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a128l=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x7e))/0x1*(parseInt(j(0x94))/0x2)+-parseInt(j(0x92))/0x3*(-parseInt(j(0x83))/0x4)+-parseInt(j(0x89))/0x5+parseInt(j(0x85))/0x6*(-parseInt(j(0x7f))/0x7)+-parseInt(j(0x86))/0x8*(-parseInt(j(0x9d))/0x9)+parseInt(j(0x8c))/0xa*(parseInt(j(0x8a))/0xb)+-parseInt(j(0x98))/0xc*(parseInt(j(0x8d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xdccbe));function a128c(){const r=['1356qHeIog','552nrWyuM','disconnect','inherit','5246405nkYRrC','33ugSoaq','log','1743540xXjjBX','1586STUdJO','error','success','search','verbose','42iWBtEh','constructor','44ompVTc','toString','(((.+)+)+)+$','data','216972FdwZKH','cwd','withSpinner','SIGINT','close','162801TvSAxP','82037YzxqRT','31087kJfkAm','ignore','kill','pid','453484RsixXr','message'];a128c=function(){return r;};return a128c();}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 k=a128d;return a128a['toString']()['search'](k(0x96))[k(0x95)]()[k(0x93)](a128a)[k(0x90)](k(0x96));});function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x7e;let f=c[d];return f;},a128d(a,b);}a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a128l(0x9a)](a,b,c){return new Promise((d,e)=>{const m=a128d,f=Log[m(0x9a)](),g=c?.[m(0x99)]||'.';c?.[m(0x84)]&&f['start'](c?.[m(0x84)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x91)]?m(0x88):m(0x80)});process['on'](m(0x9b),()=>{const n=m,i=h[n(0x82)];i&&process[n(0x81)](i);}),h['on'](m(0x97),i=>{const o=m;console[o(0x8b)](i);}),h['on'](m(0x87),()=>{const p=m;c?.[p(0x84)]&&f[p(0x8f)](),d();}),h['on'](m(0x9c),()=>{const q=m;c?.['message']&&f[q(0x8f)](),d();}),h['on'](m(0x8e),()=>{c?.['message']&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-
|
|
1
|
+
function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a129d(a,b);}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x1cb))/0x1*(parseInt(f(0x1c7))/0x2)+-parseInt(f(0x1cf))/0x3+-parseInt(f(0x1d0))/0x4*(parseInt(f(0x1cc))/0x5)+-parseInt(f(0x1cd))/0x6*(parseInt(f(0x1c4))/0x7)+-parseInt(f(0x1c6))/0x8+parseInt(f(0x1c5))/0x9*(parseInt(f(0x1c9))/0xa)+-parseInt(f(0x1c3))/0xb*(-parseInt(f(0x1d2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x20adc));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['toString']()[g(0x1d1)](g(0x1ce))[g(0x1ca)]()[g(0x1c8)](a129a)[g(0x1d1)](g(0x1ce));});a129a();function a129c(){var h=['4VOLqmf','search','444hvulRS','142549belmIt','495992vYWfXn','228357HrlZgS','1595544miSuOs','73228MjkMys','constructor','100istoxM','toString','2loXwiC','1163440lvoUiU','12DSdSxD','(((.+)+)+)+$','296238AcGXzd'];a129c=function(){return h;};return a129c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130o=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x186))/0x1+-parseInt(m(0x174))/0x2+parseInt(m(0x178))/0x3+parseInt(m(0x184))/0x4*(parseInt(m(0x16f))/0x5)+-parseInt(m(0x16c))/0x6+parseInt(m(0x189))/0x7*(-parseInt(m(0x179))/0x8)+parseInt(m(0x172))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x776e3));const a130b=(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;};}()),a130a=a130b(this,function(){const n=a130d;return a130a[n(0x17d)]()['search'](n(0x167))['toString']()['constructor'](a130a)['search']('(((.+)+)+)+$');});function a130c(){const w=['toString','disconnect','join','ssh','sshSync','2>&1','withSpinner','4HFZgDt','success','448838SAAMig','ConnectTimeout=2','failure','7ioMATv','user','scp','(((.+)+)+)+$','verbose','host','inherit','sshVerbose','332952mSYzDq','dest','port','4273790cpYFzg','message','tty','10552761vhfXfp','env','1658208sHcUEM','concat','error','close','2252085umgliU','7642888EPpDCk','ignore','start','push'];a130c=function(){return w;};return a130c();}a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x167;let f=c[d];return f;},a130d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a130o(0x180)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a130d,f=b[p(0x18a)]+'@'+b['host'],g=a130e[p(0x17f)](b[p(0x173)],b['pem']),h=c?.[p(0x171)]||![],i=c?.[p(0x16b)]||![];let j=[];h&&j[p(0x17c)]('-t');i&&j[p(0x17c)]('-v');j=j['concat'](['-o',p(0x187),'-i',g,'-p',b[p(0x16e)],f,a]);const k=Log[p(0x183)]();c?.[p(0x170)]&&k[p(0x17b)](c?.[p(0x170)]);const l=spawn(p(0x180),j,{'stdio':c?.['verbose']?p(0x16a):'ignore'});l['on'](p(0x17e),()=>{const q=p;c?.[q(0x170)]&&k[q(0x185)](),d();}),l['on'](p(0x177),()=>{const r=p;c?.[r(0x170)]&&k[r(0x185)](),d();}),l['on'](p(0x176),()=>{const s=p;c?.['message']&&k[s(0x188)](),e();});});};static [a130o(0x181)]=(a,b,c)=>{const t=a130o,d=b['user']+'@'+b[t(0x169)],e=a130e[t(0x17f)](b[t(0x173)],b['pem']),f=c?.[t(0x171)]||![],g=c?.[t(0x16b)]||![];let h=[];f&&h[t(0x17c)]('-t'),g&&h[t(0x17c)]('-v'),h=h[t(0x175)](['-o','ConnectTimeout=2','-i',e,'-p',b[t(0x16e)],d,a]),spawnSync(t(0x180),h,{'stdio':c?.[t(0x168)]?t(0x16a):t(0x17a)});};static['ping'](a,b,c){const u=a130o,d=b['user']+'@'+b[u(0x169)],e=a130e[u(0x17f)](b[u(0x173)],b['pem']),f=c?.[u(0x171)]||![];let g=[];f&&g[u(0x17c)]('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x16e)],d,a,u(0x182)]);const h='ssh\x20'+g[u(0x17f)]('\x20');return execSync(h)[u(0x17d)]();}static[a130o(0x18b)](a,b){const v=a130o,c=b['user']+'@'+b[v(0x169)]+':'+a[v(0x16d)],d=a130e[v(0x17f)](b['env'],b['pem']),e=['-i',d,'-P',b[v(0x16e)],a['source'],c];spawnSync(v(0x18b),e,{'stdio':a[v(0x168)]?v(0x16a):v(0x17a)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x160))/0x1+-parseInt(f(0x165))/0x2+-parseInt(f(0x167))/0x3+-parseInt(f(0x169))/0x4*(parseInt(f(0x16a))/0x5)+-parseInt(f(0x15f))/0x6*(-parseInt(f(0x168))/0x7)+parseInt(f(0x164))/0x8+parseInt(f(0x162))/0x9*(parseInt(f(0x166))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xbfd7d));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x163)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0x16b)](h(0x161))[h(0x15e)]()['constructor'](a131a)[h(0x16b)](h(0x161));});a131a();function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x15e;var f=c[d];return f;},a131d(a,b);}function a131c(){var i=['apply','10665000TjeUtT','2558362yyHImd','4421220WNTxhW','2968761AKsbDL','298522xGBByL','136KFXqUE','56620eQJThX','search','toString','210wgpakk','712528fIdsHA','(((.+)+)+)+$','27ORmsdO'];a131c=function(){return i;};return a131c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-
|
|
1
|
+
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xb5;let f=c[d];return f;},a132d(a,b);}function a132c(){const l=['req','393735aaYLqE','(((.+)+)+)+$','-nodes','1054250WBRdJs','-config','useConfig','8201296gzosem','-x509','keyName','openssl.conf','genCSR','-keyout','search','2616817eriUWJ','rsa:2048','toString','-out','-newkey','7113465OBcFks','10KDibFQ','-key','apply','inherit','cwd','csrName','3916440AApESE','786865XzlcmD','crtName','6MgflIa','-new','push','genSSC','openssl','6eVOLty'];a132c=function(){return l;};return a132c();}const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0xb6))/0x1+parseInt(f(0xc2))/0x2*(parseInt(f(0xbd))/0x3)+parseInt(f(0xb5))/0x4+-parseInt(f(0xbf))/0x5+-parseInt(f(0xb8))/0x6*(parseInt(f(0xcc))/0x7)+-parseInt(f(0xc5))/0x8+-parseInt(f(0xd1))/0x9*(-parseInt(f(0xd2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x88824));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a['toString']()[h(0xcb)]('(((.+)+)+)+$')[h(0xce)]()['constructor'](a132a)[h(0xcb)](h(0xc0));});a132a();import{spawnSync}from'child_process';export class SSL{static[a132i(0xc9)](a){const j=a132i,b=a[j(0xd6)]?a[j(0xd6)]:process[j(0xd6)](),c=[j(0xbe),j(0xb9),j(0xd0),j(0xcd),j(0xc1),j(0xca),a[j(0xc7)],'-out',a[j(0xd7)]];a[j(0xc4)]&&(c[j(0xba)]('-config'),c[j(0xba)](j(0xc8))),spawnSync(j(0xbc),c,{'stdio':j(0xd5),'cwd':b});}static[a132i(0xbb)](a){const k=a132i,b=a[k(0xd6)]?a[k(0xd6)]:process[k(0xd6)](),c=[k(0xbe),k(0xc6),k(0xb9),k(0xd3),a[k(0xc7)],k(0xcf),a[k(0xb7)]];a[k(0xc4)]&&(c[k(0xba)](k(0xc3)),c['push']('openssl.conf')),spawnSync(k(0xbc),c,{'stdio':k(0xd5),'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.50",
|
|
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.",
|