@maka/maka-cli 4.5.43 → 4.5.44
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
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x15d))/0x1+parseInt(f(0x165))/0x2+-parseInt(f(0x168))/0x3*(parseInt(f(0x160))/0x4)+parseInt(f(0x15e))/0x5*(parseInt(f(0x169))/0x6)+-parseInt(f(0x161))/0x7+-parseInt(f(0x163))/0x8+parseInt(f(0x15f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x202ed));function a126c(){var h=['478050qaXCme','constructor','toString','690666CwnZvS','366bkguTl','138744dotfXa','4055sspKzx','3093282MctnNB','4mmZQDO','1685628VUjSeE','search','1344728nrYwvk','(((.+)+)+)+$'];a126c=function(){return h;};return a126c();}var a126b=(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;};}()),a126a=a126b(this,function(){var g=a126d;return a126a[g(0x167)]()[g(0x162)](g(0x164))['toString']()[g(0x166)](a126a)['search']('(((.+)+)+)+$');});a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x15d;var f=c[d];return f;},a126d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x8c))/0x1+-parseInt(f(0x97))/0x2*(-parseInt(f(0x82))/0x3)+parseInt(f(0x90))/0x4+-parseInt(f(0x8b))/0x5*(parseInt(f(0x95))/0x6)+-parseInt(f(0x88))/0x7+-parseInt(f(0x94))/0x8+parseInt(f(0x84))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x50761));function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x7a;let f=c[d];return f;},a127d(a,b);}const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x8a)]()[h(0x80)]('(((.+)+)+)+$')[h(0x8a)]()[h(0x81)](a127a)[h(0x80)](h(0x7a));});a127a();import{Actions}from'../actions/actions.class.js';function a127c(){const n=['ask','3670326uzyFLQ','Please\x20choose\x20a\x20value\x20for\x20','opts','inputOpts','871584HOrFWw','handleValidOptions','toString','20usXIPr','519324Ffwvaj','string','length','apply','676616SDxpSD','includes','handleOptions','list','173448EyMOrC','230274VJjAxd','log','4PEdYxg','(((.+)+)+)+$','requiredOpts','validOpts','Please\x20choose\x20a\x20valid\x20value\x20for\x20','options','handleRequiredOptions','search','constructor','857451nvjSjQ'];a127c=function(){return n;};return a127c();}export class OptionHandler{[a127i(0x87)];[a127i(0x86)];[a127i(0x7b)];[a127i(0x7c)];constructor(){const j=a127i;this[j(0x87)]=[],this[j(0x86)]={},this['requiredOpts']=[],this['validOpts']=[];}async[a127i(0x92)](a,b,c){const k=a127i;this[k(0x87)]=a,this[k(0x7b)]=b,this[k(0x7c)]=c,await this['handleRequiredOptions'](),await this[k(0x89)](),console[k(0x96)](this[k(0x86)]);}async[a127i(0x7f)](){const l=a127i;if(this[l(0x7b)]?.[l(0x8e)]>0x0)for(const a of this[l(0x7b)]){let b=!![];const {name:c,values:d}=typeof a===l(0x8d)?{'name':a,'values':undefined}:a;if(!this[l(0x87)]['includes'](c)){const e=d?await Actions[l(0x7e)]({'type':l(0x93),'name':c,'message':l(0x85)+c,'choices':d}):await Actions[l(0x83)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x86)][c]=d?e[c]:e,b=d?d[l(0x91)](this[l(0x86)][c]):!![];}else b=d?d['includes'](this[l(0x86)][c]):!![];if(!b)throw new Error('Invalid\x20value\x20for\x20'+c+':\x20'+this['opts'][c]);}}async[a127i(0x89)](){const m=a127i;if(this[m(0x7c)]?.['length']>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x8d)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x7e)]({'type':m(0x93),'name':b,'message':m(0x7d)+b,'choices':c}):await Actions['ask']('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this['opts'][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x9b))/0x1+-parseInt(j(0x93))/0x2+-parseInt(j(0x8e))/0x3+parseInt(j(0x8c))/0x4+parseInt(j(0x8d))/0x5+parseInt(j(0x84))/0x6*(-parseInt(j(0x8a))/0x7)+parseInt(j(0x83))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x2b4ad));function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x80;let f=c[d];return f;},a128d(a,b);}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x90)]()[l(0x86)](l(0x8f))[l(0x90)]()[l(0x98)](a128a)[l(0x86)](l(0x8f));});a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a128d,f=Log[m(0x82)](),g=c?.['cwd']||'.';c?.[m(0x9a)]&&f[m(0x8b)](c?.[m(0x9a)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x81)]?m(0x96):m(0x88)});process['on'](m(0x94),()=>{const n=m,i=h['pid'];i&&process[n(0x85)](i);}),h['on'](m(0x89),i=>{const o=m;console[o(0x99)](i);}),h['on'](m(0x80),()=>{const p=m;c?.[p(0x9a)]&&f['success'](),d();}),h['on'](m(0x95),()=>{const q=m;c?.['message']&&f[q(0x97)](),d();}),h['on'](m(0x91),()=>{const r=m;c?.[r(0x9a)]&&f[r(0x87)](),e();});});}}function a128c(){const s=['disconnect','verbose','withSpinner','3956008SbXIBM','1228746LALXWD','kill','search','failure','ignore','data','7EmRITX','start','724440mFZyQI','369795kfJgUW','915822vMvdje','(((.+)+)+)+$','toString','error','apply','307628TYwVgi','SIGINT','close','inherit','success','constructor','log','message','91634eBEpke'];a128c=function(){return s;};return a128c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x90))/0x1+parseInt(f(0x9b))/0x2*(parseInt(f(0x8e))/0x3)+parseInt(f(0x9a))/0x4*(parseInt(f(0x99))/0x5)+parseInt(f(0x91))/0x6*(-parseInt(f(0x97))/0x7)+parseInt(f(0x8f))/0x8*(parseInt(f(0x92))/0x9)+-parseInt(f(0x94))/0xa+-parseInt(f(0x9c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x2f66a));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0x95)]()[h(0x9d)](h(0x96))[h(0x95)]()[h(0x93)](a129a)[h(0x9d)]('(((.+)+)+)+$');});function a129c(){var i=['5131082NWnhww','search','8103QeQRXU','1849880tYdMnH','340012FUoZDk','1020ZJLuRY','9vqORGw','constructor','883900hGZuWW','toString','(((.+)+)+)+$','6265KfxQXO','apply','155EqkKwa','1444ZTTtGb','236HLSATi'];a129c=function(){return i;};return a129c();}a129a();function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x8e;var f=c[d];return f;},a129d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=parseInt(m(
|
|
1
|
+
function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x166;let f=c[d];return f;},a130d(a,b);}const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=parseInt(m(0x18d))/0x1*(-parseInt(m(0x18e))/0x2)+parseInt(m(0x17c))/0x3+-parseInt(m(0x178))/0x4*(parseInt(m(0x16f))/0x5)+-parseInt(m(0x172))/0x6+-parseInt(m(0x17d))/0x7*(parseInt(m(0x177))/0x8)+-parseInt(m(0x17a))/0x9*(parseInt(m(0x176))/0xa)+-parseInt(m(0x16d))/0xb*(-parseInt(m(0x173))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xe33c9));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a[o(0x191)]()[o(0x17b)](o(0x167))[o(0x191)]()[o(0x16b)](a130a)[o(0x17b)](o(0x167));});a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a130c(){const x=['disconnect','push','tty','sshVerbose','inherit','dest','apply','sshSync','ConnectTimeout=2','withSpinner','error','source','scp','pem','1ItNsER','1436026TAicAM','success','ignore','toString','port','(((.+)+)+)+$','close','concat','env','constructor','ssh','22JSvOzh','ping','174530ZQyTEr','join','ssh\x20','825360bURxcv','13581588sorIfv','message','verbose','1478590XRfwsH','4581032JXRsZQ','88RgLhLb','user','18eItoVb','search','5194932UDAGKY','14wXwOuD','host'];a130c=function(){return x;};return a130c();}export class SSH{static [a130p(0x16c)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x179)]+'@'+b[q(0x17e)],g=a130e[q(0x170)](b[q(0x16a)],b[q(0x18c)]),h=c?.[q(0x181)]||![],i=c?.[q(0x182)]||![];let j=[];h&&j['push']('-t');i&&j['push']('-v');j=j[q(0x169)](['-o','ConnectTimeout=2','-i',g,'-p',b['port'],f,a]);const k=Log[q(0x188)]();c?.[q(0x174)]&&k['start'](c?.['message']);const l=spawn(q(0x16c),j,{'stdio':c?.[q(0x175)]?q(0x183):q(0x190)});l['on'](q(0x17f),()=>{const r=q;c?.['message']&&k[r(0x18f)](),d();}),l['on'](q(0x168),()=>{const s=q;c?.[s(0x174)]&&k[s(0x18f)](),d();}),l['on'](q(0x189),()=>{const t=q;c?.[t(0x174)]&&k['failure'](),e();});});};static [a130p(0x186)]=(a,b,c)=>{const u=a130p,d=b['user']+'@'+b['host'],e=a130e[u(0x170)](b[u(0x16a)],b[u(0x18c)]),f=c?.[u(0x181)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x180)]('-t'),g&&h['push']('-v'),h=h[u(0x169)](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x175)]?u(0x183):u(0x190)});};static[a130p(0x16e)](a,b,c){const v=a130p,d=b[v(0x179)]+'@'+b[v(0x17e)],e=a130e[v(0x170)](b[v(0x16a)],b[v(0x18c)]),f=c?.[v(0x181)]||![];let g=[];f&&g[v(0x180)]('-t');g=g[v(0x169)](['-o',v(0x187),'-i',e,'-p',b[v(0x166)],d,a,'2>&1']);const h=v(0x171)+g[v(0x170)]('\x20');return execSync(h)[v(0x191)]();}static[a130p(0x18b)](a,b){const w=a130p,c=b['user']+'@'+b['host']+':'+a[w(0x184)],d=a130e[w(0x170)](b[w(0x16a)],b[w(0x18c)]),e=['-i',d,'-P',b[w(0x166)],a[w(0x18a)],c];spawnSync(w(0x18b),e,{'stdio':a[w(0x175)]?w(0x183):w(0x190)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x9a))/0x1+-parseInt(f(0x9d))/0x2*(parseInt(f(0x9f))/0x3)+-parseInt(f(0x9c))/0x4+parseInt(f(0x9e))/0x5+-parseInt(f(0xa0))/0x6*(-parseInt(f(0x95))/0x7)+-parseInt(f(0x96))/0x8*(-parseInt(f(0x98))/0x9)+-parseInt(f(0x9b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x911c7));var a131b=(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;};}()),a131a=a131b(this,function(){var g=a131d;return a131a[g(0xa1)]()[g(0x97)]('(((.+)+)+)+$')[g(0xa1)]()[g(0x94)](a131a)[g(0x97)](g(0x99));});function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x94;var f=c[d];return f;},a131d(a,b);}a131a();function a131c(){var h=['4328615XXFvfH','45EkNjhc','6PNwevf','toString','constructor','3026261KlOChP','6584464nnROpy','search','9jUKekB','(((.+)+)+)+$','78849dTRoqn','2087980WTRBuW','2466988iShlhZ','82978OBAscX'];a131c=function(){return h;};return a131c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a132j=a132d;function a132c(){const l=['5494500cBAiLa','apply','toString','-nodes','crtName','12RjVkWT','-newkey','push','11436QWMKtV','-keyout','cwd','225cMyrZQ','100970kFldyM','inherit','138148IYTArH','14bGoHqv','useConfig','3428216tIKwHx','openssl','csrName','openssl.conf','563306VTrQQi','-config','289472CfBInT','req','(((.+)+)+)+$','430SjojKw','genSSC','constructor','1ACyFHs','-out','keyName'];a132c=function(){return l;};return a132c();}(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x1f8))/0x1*(parseInt(f(0x1f0))/0x2)+-parseInt(f(0x200))/0x3*(-parseInt(f(0x1e9))/0x4)+-parseInt(f(0x1f5))/0x5*(parseInt(f(0x1e3))/0x6)+-parseInt(f(0x1ea))/0x7*(-parseInt(f(0x1f2))/0x8)+-parseInt(f(0x1e6))/0x9*(-parseInt(f(0x1e7))/0xa)+-parseInt(f(0x1ec))/0xb+parseInt(f(0x1fb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x27f07));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x1fc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x1fd)]()['search'](h(0x1f4))[h(0x1fd)]()[h(0x1f7)](a132a)['search'](h(0x1f4));});a132a();import{spawnSync}from'child_process';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a132d(a,b);}export class SSL{static['genCSR'](a){const i=a132d,b=a['cwd']?a[i(0x1e5)]:process['cwd'](),c=[i(0x1f3),'-new',i(0x201),'rsa:2048',i(0x1fe),i(0x1e4),a['keyName'],i(0x1f9),a[i(0x1ee)]];a['useConfig']&&(c['push'](i(0x1f1)),c[i(0x1e2)](i(0x1ef))),spawnSync('openssl',c,{'stdio':i(0x1e8),'cwd':b});}static[a132j(0x1f6)](a){const k=a132j,b=a[k(0x1e5)]?a['cwd']:process['cwd'](),c=[k(0x1f3),'-x509','-new','-key',a[k(0x1fa)],'-out',a[k(0x1ff)]];a[k(0x1eb)]&&(c[k(0x1e2)]('-config'),c[k(0x1e2)]('openssl.conf')),spawnSync(k(0x1ed),c,{'stdio':'inherit','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.44",
|
|
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.",
|