@maka/maka-cli 4.5.44 → 4.5.45

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.
Files changed (135) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +1 -1
  3. package/bundle/obf/src/command.js +1 -1
  4. package/bundle/obf/src/commands/_index.js +1 -1
  5. package/bundle/obf/src/commands/ai.js +1 -1
  6. package/bundle/obf/src/commands/aws/_index.js +1 -1
  7. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/build/_index.js +1 -1
  21. package/bundle/obf/src/commands/build/build.js +1 -1
  22. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/create.js +1 -1
  24. package/bundle/obf/src/commands/debug.js +1 -1
  25. package/bundle/obf/src/commands/deploy.js +1 -1
  26. package/bundle/obf/src/commands/game/_index.js +1 -1
  27. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/play.command.js +1 -1
  29. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/generate.js +1 -1
  67. package/bundle/obf/src/commands/get/_index.js +1 -1
  68. package/bundle/obf/src/commands/get/get.command.js +1 -1
  69. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/help.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  135. package/package.json +1 -1
@@ -1 +1 @@
1
- function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x179;var f=c[d];return f;},a122d(a,b);}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x17a))/0x1*(-parseInt(f(0x184))/0x2)+parseInt(f(0x181))/0x3+parseInt(f(0x185))/0x4*(-parseInt(f(0x183))/0x5)+parseInt(f(0x17d))/0x6+-parseInt(f(0x17f))/0x7*(-parseInt(f(0x186))/0x8)+-parseInt(f(0x17e))/0x9+-parseInt(f(0x179))/0xa*(-parseInt(f(0x182))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x4eccc));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x188)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x187)]()[h(0x17c)](h(0x180))[h(0x187)]()[h(0x17b)](a122a)[h(0x17c)](h(0x180));});function a122c(){var i=['apply','107570WDbjGH','1Ryashp','constructor','search','1173774BCHpWu','2187315DVwUfp','38465LyumZR','(((.+)+)+)+$','35148XQrDau','935ETTCmw','200TCqJEx','939632AahraV','58612wAgqaX','728tOVhFG','toString'];a122c=function(){return i;};return a122c();}a122a();export{};
1
+ (function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x1d9))/0x1+-parseInt(f(0x1e4))/0x2+parseInt(f(0x1db))/0x3+parseInt(f(0x1da))/0x4*(-parseInt(f(0x1e5))/0x5)+-parseInt(f(0x1de))/0x6*(-parseInt(f(0x1e0))/0x7)+parseInt(f(0x1e1))/0x8+parseInt(f(0x1dc))/0x9*(parseInt(f(0x1e2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x4d9ab));function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a122d(a,b);}var a122b=(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;};}()),a122a=a122b(this,function(){var g=a122d;return a122a[g(0x1df)]()['search'](g(0x1e3))[g(0x1df)]()['constructor'](a122a)[g(0x1dd)](g(0x1e3));});a122a();export{};function a122c(){var h=['77717fpzyLp','14684HlBPoc','26157xApwhL','36WCaDqj','search','591738EWaOyV','toString','21zaCXcY','389464hxKhOV','437680TyGKqI','(((.+)+)+)+$','118678SwRWaH','100dqIEAy'];a122c=function(){return h;};return a122c();}
@@ -1 +1 @@
1
- const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x1f0))/0x1*(parseInt(n(0x1e2))/0x2)+-parseInt(n(0x1ee))/0x3*(-parseInt(n(0x200))/0x4)+-parseInt(n(0x1da))/0x5+-parseInt(n(0x1e0))/0x6*(-parseInt(n(0x1dd))/0x7)+parseInt(n(0x1d8))/0x8+parseInt(n(0x1f4))/0x9*(parseInt(n(0x1e8))/0xa)+parseInt(n(0x1e3))/0xb*(-parseInt(n(0x1ec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xe3443));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x1e4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x1e9)]()[p(0x1fb)](p(0x1f2))[p(0x1e9)]()['constructor'](a123a)[p(0x1fb)](p(0x1f2));});a123a();import a123e from'https';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a123d(a,b);}function a123c(){const A=['application/json','MAKA_DEV','timeout','Request\x20timeout','search','True','BAD\x20RETURN','Bearer\x20','post','64lXIiJn','8964208DJzHtG','write','7646700IkknQX','get','api.openai.com','14EiCWYG','data','end','2305542qeXimJ','assign','92018RLDfMa','11uoladE','apply','request','length','stringify','30CeXPJY','toString','readFileSync','askGPT','34199556VBDaDF','error','294741sPaZDX','env','3uCIbAc','/v1/engines/davinci/completions','(((.+)+)+)+$','statusCode','5133501XmADJR','abort','POST'];a123c=function(){return A;};return a123c();}import a123f from'fs';const TIMEOUT=0xbb8;process['env']['NODE_TLS_REJECT_UNAUTHORIZED']=process[a123q(0x1ef)][a123q(0x1f8)]===a123q(0x1fc)?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x1e7)](c),g={'Content-Type':'application/json','Content-Length':f[r(0x1e6)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1f6),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x1e1)](h,{'cert':a123f[r(0x1ea)](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x1e5)](h,l=>{const t=s;l['on'](t(0x1de),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||u(0x1fd),'data':m[u(0x1e9)]()});});});k['on'](s(0x1ed),l=>{j(l);}),k['on'](s(0x1f9),()=>{k['abort'](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[s(0x1d9)](f),k[s(0x1df)]();});}static[a123q(0x1db)]({url:a,headers:b,cert:c}){const v=a123q,d={'Content-Type':v(0x1f7)};Object[v(0x1e1)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x1e1)](e,{'cert':a123f['readFileSync'](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x1db)](a,e,i=>{i['on']('data',j=>{const x=a123d;f({'statusCode':i[x(0x1f3)]||0x1f4,'statusMessage':i['statusMessage']||x(0x1fd),'data':j[x(0x1e9)]()});});});h['on'](w(0x1ed),i=>{g(i);}),h['on'](w(0x1f9),()=>{const y=w;h[y(0x1f5)](),g({'statusCode':0x198,'statusMessage':y(0x1fa)});});});}static async[a123q(0x1eb)]({prompt:a,openApiKey:b,certPath:c}){const z=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':z(0x1fe)+b},f=await this[z(0x1ff)]({'hostname':z(0x1dc),'path':z(0x1f1),'data':d,'headers':e,'cert':c});return f;}}
1
+ const a123p=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x1ab))/0x1+-parseInt(n(0x1a8))/0x2*(parseInt(n(0x19c))/0x3)+parseInt(n(0x191))/0x4*(-parseInt(n(0x1a6))/0x5)+parseInt(n(0x1b1))/0x6*(-parseInt(n(0x1b3))/0x7)+-parseInt(n(0x1a1))/0x8*(-parseInt(n(0x19e))/0x9)+-parseInt(n(0x197))/0xa+parseInt(n(0x18f))/0xb*(parseInt(n(0x1ae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x9497e));const a123b=(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;};}()),a123a=a123b(this,function(){const o=a123d;return a123a[o(0x1a4)]()['search'](o(0x190))[o(0x1a4)]()[o(0x1a7)](a123a)['search']('(((.+)+)+)+$');});a123a();function a123c(){const B=['env','Request\x20timeout','True','application/json','1548670MxGFun','error','Bearer\x20','statusMessage','abort','12255SaVgcD','get','51633aUAcUx','timeout','length','16hGhsUh','statusCode','NODE_TLS_REJECT_UNAUTHORIZED','toString','data','5hUfjeD','constructor','26deBDds','readFileSync','POST','538846mVsRJE','post','BAD\x20RETURN','24684ivvuLh','write','stringify','78lXFfgj','askGPT','426125aLvleF','12177rCbDfO','(((.+)+)+)+$','566968ltrdrs','assign'];a123c=function(){return B;};return a123c();}import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x18f;let f=c[d];return f;},a123d(a,b);}process[a123p(0x193)][a123p(0x1a3)]=process[a123p(0x193)]['MAKA_DEV']===a123p(0x195)?'0':'1';export class HTTPS{static async[a123p(0x1ac)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x1b0)](c),g={'Content-Type':q(0x196),'Content-Length':f[q(0x1a0)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x1aa),'headers':g,'timeout':TIMEOUT};return e&&Object[q(0x192)](h,{'cert':a123f[q(0x1a9)](e)}),new Promise((i,j)=>{const t=q,k=a123e['request'](h,l=>{const r=a123d;l['on'](r(0x1a5),m=>{const s=r;i({'statusCode':l[s(0x1a2)]||0x1f4,'statusMessage':l[s(0x19a)]||'BAD\x20RETURN','data':m[s(0x1a4)]()});});});k['on'](t(0x198),l=>{j(l);}),k['on'](t(0x19f),()=>{const u=t;k[u(0x19b)](),j({'statusCode':0x198,'statusMessage':u(0x194)});}),k[t(0x1af)](f),k['end']();});}static[a123p(0x19d)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':'application/json'};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x192)](e,{'cert':a123f[v(0x1a9)](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x19d)](a,e,i=>{const x=w;i['on'](x(0x1a5),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i['statusMessage']||y(0x1ad),'data':j['toString']()});});});h['on'](w(0x198),i=>{g(i);}),h['on'](w(0x19f),()=>{const z=w;h[z(0x19b)](),g({'statusCode':0x198,'statusMessage':z(0x194)});});});}static async[a123p(0x1b2)]({prompt:a,openApiKey:b,certPath:c}){const A=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x199)+b},f=await this[A(0x1ac)]({'hostname':'api.openai.com','path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x16b;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x16d))/0x1*(parseInt(f(0x16b))/0x2)+parseInt(f(0x173))/0x3+-parseInt(f(0x16c))/0x4*(parseInt(f(0x172))/0x5)+-parseInt(f(0x177))/0x6+-parseInt(f(0x176))/0x7+-parseInt(f(0x175))/0x8+parseInt(f(0x170))/0x9*(parseInt(f(0x178))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x3a641));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x174)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x171)]()[h(0x16e)](h(0x179))[h(0x171)]()[h(0x16f)](a124a)[h(0x16e)](h(0x179));});a124a();export{};function a124c(){var i=['2282520XkPaOP','2895214lLUOtk','1859502HRFNsx','5631440tPukGD','(((.+)+)+)+$','2DKbesE','1519244kGQbFd','419366EVKInb','search','constructor','27WUhUWr','toString','5RMIJQp','1073244jEpCsF','apply'];a124c=function(){return i;};return a124c();}
1
+ function a124c(){var i=['toString','search','10wcdjXs','806554lRBsyo','4QPYjrv','1141095LzaoUq','(((.+)+)+)+$','569192DDDKGq','2996770URJVFO','5531373bEatRw','constructor','apply','4771152RYXLQy','431229NTyzQQ','1WuCVxz'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0x89))/0x1*(-parseInt(f(0x8d))/0x2)+parseInt(f(0x88))/0x3*(parseInt(f(0x8e))/0x4)+-parseInt(f(0x8f))/0x5+parseInt(f(0x87))/0x6+-parseInt(f(0x83))/0x7+-parseInt(f(0x82))/0x8+-parseInt(f(0x84))/0x9*(-parseInt(f(0x8c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x67379));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x86)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x8a)]()['search'](h(0x90))[h(0x8a)]()[h(0x85)](a124a)[h(0x8b)](h(0x90));});a124a();function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x82;var f=c[d];return f;},a124d(a,b);}export{};
@@ -1 +1 @@
1
- const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x1eb))/0x1+-parseInt(i(0x200))/0x2*(-parseInt(i(0x1fb))/0x3)+parseInt(i(0x1f4))/0x4*(parseInt(i(0x203))/0x5)+-parseInt(i(0x1f0))/0x6*(parseInt(i(0x1ea))/0x7)+-parseInt(i(0x1e8))/0x8+parseInt(i(0x20f))/0x9+parseInt(i(0x215))/0xa*(-parseInt(i(0x1fc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x34042));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x1f1)]()[k(0x208)]('(((.+)+)+)+$')[k(0x1f1)]()['constructor'](a125a)['search'](k(0x1fa));});a125a();function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1e5;let f=c[d];return f;},a125d(a,b);}import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0x1e6),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x20c)](b=>{const n=m;if(typeof b==='object'){if(b?.[n(0x20a)])return'';if(b[n(0x1fd)])return'[--'+b[n(0x1f9)]+']';return'[--'+b[n(0x1f9)]+'='+(b?.[n(0x217)]?b[n(0x217)][n(0x1ec)]('|'):'<value>')+']';}return n(0x210)+b+']';})[m(0x1ec)]('\x20');},formatRequiredOpts=a=>{const o=a125l;return a[o(0x20c)](b=>{const p=o;if(typeof b==='object'){if(b?.[p(0x20a)])return'';if(b[p(0x1fd)])return'--'+b[p(0x1f9)];return'--'+b[p(0x1f9)]+'='+(b?.[p(0x217)]?b[p(0x217)]['join']('|'):p(0x20e));}return'--'+b;})[o(0x1ec)]('\x20');};export class Log{static['success'](a){const q=a125l;console[q(0x20d)](a125f[q(0x209)](a));}static[a125l(0x1e5)](a){const r=a125l;console['log'](a125f[r(0x206)](a));}static[a125l(0x1f8)](a){const s=a125l;console[s(0x20d)](a125f[s(0x1f2)](a));}static[a125l(0x204)](a){const t=a125l;console[t(0x20d)](a125f[t(0x1f3)][t(0x1ef)](a));}static[a125l(0x211)](a){const u=a125l;console[u(0x20d)](a125f['blackBright'](a));}static[a125l(0x212)](a){const v=a125l;console[v(0x20d)](a125f[v(0x1f6)](a));}static[a125l(0x1e7)](a){const w=a125l;console[w(0x20d)](a125f[w(0x1f2)](a));}static[a125l(0x218)](a){const x=a125l;console['log'](a125f[x(0x1f5)](a));}static[a125l(0x20b)](a,b,c,d,e,f){const y=a125l,g=a125f[y(0x1f7)];Log[y(0x212)](d),b&&b['length']>0x0&&(Log['bright'](g(y(0x214))),b[y(0x205)](h=>{const z=y;Log[z(0x212)](z(0x201)+h);})),a&&(Log[y(0x211)]('\x0aManual:'),Log['notice']('\x20\x20'+a[y(0x207)]()+'\x0a')),c&&Log[y(0x212)](g(y(0x213))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[y(0x211)](y(0x216));}static[a125l(0x1e9)](a=''){const A=a125l;a125g[A(0x202)]();const b=a125h();a125g[A(0x202)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const B=a125d;a125e['stdout'](a125f[B(0x1fe)](b())+'\x20'+d);},0x5a);},'success'(d=''){const C=A;clearInterval(c),a125e['stdout'](a125f[C(0x209)](check)+'\x20'+a+'\x20'+d),console['log'](),a125g[C(0x1ed)]();},'failure'(d=''){const D=A;clearInterval(c),a125e[D(0x1ee)](a125f[D(0x1f3)][D(0x1ef)](cross)+'\x20'+a+'\x20'+d),console[D(0x20d)](),a125g[D(0x1ed)]();},'stop'(){const E=A;clearInterval(c),a125g[E(0x1ed)]();}};}}function a125c(){const F=['error','forEach','yellowBright','trim','search','greenBright','hidden','usage','map','log','<value>','2254482AnTTHg','[--','header','bright','Usage:\x20','Examples:','237530NRcqis','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','values','majestic','warn','win32','info','2439080uVCcpX','withSpinner','1402982tKPceQ','13713GLliBV','join','show','stdout','bold','6ihhCpJ','toString','cyanBright','red','8GJuZct','magentaBright','whiteBright','blackBright','notice','name','(((.+)+)+)+$','1455KZPCJC','11yBElEr','boolFlag','cyan','apply','1570NnKMwT','\x20>\x20','hide','242965amydNA'];a125c=function(){return F;};return a125c();}
1
+ const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=-parseInt(i(0x1fd))/0x1*(parseInt(i(0x205))/0x2)+parseInt(i(0x1f3))/0x3+parseInt(i(0x1f2))/0x4+parseInt(i(0x202))/0x5+-parseInt(i(0x20c))/0x6*(-parseInt(i(0x1fa))/0x7)+parseInt(i(0x1e4))/0x8+parseInt(i(0x207))/0x9*(-parseInt(i(0x1f5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x95020));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x20e)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a125a)[k(0x1df)](k(0x206));});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';function a125c(){const E=['Examples:','majestic','success','win32','19579ectIhw','apply','yellowBright','1ywdpZO','\x20>\x20','object','greenBright','trim','4554090NFcLVG','whiteBright','header','687472rHTZLT','(((.+)+)+)+$','24140421vNhULe','[--','bright','hide','join','1314eiQFLs','red','toString','boolFlag','search','log','\x0aManual:','Usage:\x20','show','6872848oRapiD','<value>','hidden','bold','warn','length','cyanBright','notice','stdout','info','name','usage','values','map','1905604oezCPJ','2332419FYXKDG','forEach','10SdPKFJ'];a125c=function(){return E;};return a125c();}import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0x1f9),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x1f1)](b=>{const n=m;if(typeof b===n(0x1ff)){if(b?.[n(0x1e6)])return'';if(b['boolFlag'])return n(0x208)+b[n(0x1ee)]+']';return'[--'+b[n(0x1ee)]+'='+(b?.[n(0x1f0)]?b['values'][n(0x20b)]('|'):n(0x1e5))+']';}return n(0x208)+b+']';})[m(0x20b)]('\x20');},formatRequiredOpts=a=>{const o=a125l;return a[o(0x1f1)](b=>{const p=o;if(typeof b===p(0x1ff)){if(b?.[p(0x1e6)])return'';if(b[p(0x20f)])return'--'+b[p(0x1ee)];return'--'+b['name']+'='+(b?.[p(0x1f0)]?b[p(0x1f0)]['join']('|'):p(0x1e5));}return'--'+b;})['join']('\x20');};function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1df;let f=c[d];return f;},a125d(a,b);}export class Log{static[a125l(0x1f8)](a){const q=a125l;console[q(0x1e0)](a125f[q(0x200)](a));}static[a125l(0x1e8)](a){const r=a125l;console[r(0x1e0)](a125f[r(0x1fc)](a));}static[a125l(0x1eb)](a){const s=a125l;console[s(0x1e0)](a125f[s(0x1ea)](a));}static['error'](a){const t=a125l;console[t(0x1e0)](a125f[t(0x20d)][t(0x1e7)](a));}static[a125l(0x204)](a){console['log'](a125f['blackBright'](a));}static[a125l(0x209)](a){const u=a125l;console['log'](a125f[u(0x203)](a));}static[a125l(0x1ed)](a){const v=a125l;console[v(0x1e0)](a125f[v(0x1ea)](a));}static[a125l(0x1f7)](a){const w=a125l;console[w(0x1e0)](a125f['magentaBright'](a));}static[a125l(0x1ef)](a,b,c,d,e,f){const x=a125l,g=a125f['blackBright'];Log['bright'](d),b&&b[x(0x1e9)]>0x0&&(Log[x(0x209)](g(x(0x1f6))),b[x(0x1f4)](h=>{const y=x;Log[y(0x209)](y(0x1fe)+h);})),a&&(Log['header'](x(0x1e1)),Log[x(0x1eb)]('\x20\x20'+a[x(0x201)]()+'\x0a')),c&&Log[x(0x209)](g(x(0x1e2))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header']('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const z=a125l;a125g[z(0x20a)]();const b=a125h();a125g[z(0x20a)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const A=a125d;a125e[A(0x1ec)](a125f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const B=z;clearInterval(c),a125e[B(0x1ec)](a125f[B(0x200)](check)+'\x20'+a+'\x20'+d),console[B(0x1e0)](),a125g[B(0x1e3)]();},'failure'(d=''){const C=z;clearInterval(c),a125e[C(0x1ec)](a125f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console[C(0x1e0)](),a125g[C(0x1e3)]();},'stop'(){const D=z;clearInterval(c),a125g[D(0x1e3)]();}};}}
@@ -1 +1 @@
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
+ (function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x15f))/0x1+parseInt(f(0x15d))/0x2+-parseInt(f(0x166))/0x3+parseInt(f(0x162))/0x4*(parseInt(f(0x167))/0x5)+parseInt(f(0x168))/0x6+parseInt(f(0x165))/0x7+parseInt(f(0x15c))/0x8*(-parseInt(f(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xe6e3a));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(0x15e)]()[g(0x163)](g(0x164))[g(0x15e)]()[g(0x161)](a126a)[g(0x163)](g(0x164));});a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x15c;var f=c[d];return f;},a126d(a,b);}function a126c(){var h=['6319270plAFWc','77424BJuDVg','48sBYDit','2046020GLpVyp','toString','683620AneQJX','2834298ehaRNc','constructor','4dKzsir','search','(((.+)+)+)+$','6445754wQByoE','3206868VzoFzQ'];a126c=function(){return h;};return a126c();}export{};
@@ -1 +1 @@
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
+ const a127i=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xa1;let f=c[d];return f;},a127d(a,b);}function a127c(){const n=['handleRequiredOptions','string','includes','1281mFLawi','Invalid\x20value\x20for\x20','129812yCnIeq','toString','Please\x20provide\x20a\x20valid\x20value\x20for\x20','(((.+)+)+)+$','13854eafnDj','444rLwvjt','ask','Please\x20provide\x20a\x20value\x20for\x20','11Ryswzx','validOpts','287824TeWGAc','opts','inputOpts','requiredOpts','Please\x20choose\x20a\x20value\x20for\x20','handleValidOptions','list','Please\x20choose\x20a\x20valid\x20value\x20for\x20','handleOptions','47682108SKxWLb','10ewXniV','279LkqpiZ','14722fYWvjz','6543910cCUCam','apply','237784IGAdgW','options'];a127c=function(){return n;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0xb7))/0x1+parseInt(f(0xa3))/0x2*(-parseInt(f(0xb2))/0x3)+parseInt(f(0xad))/0x4*(parseInt(f(0xa1))/0x5)+-parseInt(f(0xb1))/0x6*(parseInt(f(0xab))/0x7)+-parseInt(f(0xa6))/0x8*(parseInt(f(0xa2))/0x9)+-parseInt(f(0xa4))/0xa*(parseInt(f(0xb5))/0xb)+parseInt(f(0xc0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xa1d1c));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0xae)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a127a)['search'](h(0xb0));});a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127i(0xb9)];[a127i(0xb8)];[a127i(0xba)];[a127i(0xb6)];constructor(){const j=a127i;this[j(0xb9)]=[],this['opts']={},this[j(0xba)]=[],this[j(0xb6)]=[];}async[a127i(0xbf)](a,b,c){const k=a127i;this['inputOpts']=a,this['requiredOpts']=b,this['validOpts']=c,await this[k(0xa8)](),await this[k(0xbc)]();}async[a127i(0xa8)](){const l=a127i;if(this['requiredOpts']?.['length']>0x0)for(const a of this[l(0xba)]){let b=!![];const {name:c,values:d}=typeof a===l(0xa9)?{'name':a,'values':undefined}:a;if(!this[l(0xb9)]['includes'](c)){const e=d?await Actions[l(0xa7)]({'type':l(0xbd),'name':c,'message':l(0xbb)+c,'choices':d}):await Actions['ask'](l(0xb4)+c);this[l(0xb8)][c]=d?e[c]:e,b=d?d[l(0xaa)](this[l(0xb8)][c]):!![];}else b=d?d[l(0xaa)](this[l(0xb8)][c]):!![];if(!b)throw new Error(l(0xac)+c+':\x20'+this[l(0xb8)][c]);}}async[a127i(0xbc)](){const m=a127i;if(this[m(0xb6)]?.['length']>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0xa9)?{'name':a,'values':undefined}:a,d=this[m(0xb8)][b];if(d!==undefined&&(!c||!c[m(0xaa)](d))){const e=c?await Actions['options']({'type':'list','name':b,'message':m(0xbe)+b,'choices':c}):await Actions[m(0xb3)](m(0xaf)+b);this[m(0xb8)][b]=c?e[b]:e;}}}}
@@ -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
+ const a128m=a128d;function a128c(){const t=['26HxiMdc','start','SIGINT','close','withSpinner','log','apply','3678110MwKPGQ','disconnect','success','failure','inherit','message','verbose','search','kill','15012220OkhCmT','toString','5224OrKEBG','11yoJsya','1617BOTlWj','9846HXlmrA','(((.+)+)+)+$','3793128UkwiWt','data','19806edbMgM','error','61499TsgIUs','3483412OZPSfm'];a128c=function(){return t;};return a128c();}function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x132;let f=c[d];return f;},a128d(a,b);}(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x14c))/0x1*(parseInt(j(0x14e))/0x2)+parseInt(j(0x148))/0x3+parseInt(j(0x14d))/0x4+parseInt(j(0x138))/0x5+-parseInt(j(0x14a))/0x6*(parseInt(j(0x145))/0x7)+-parseInt(j(0x143))/0x8*(parseInt(j(0x146))/0x9)+parseInt(j(0x141))/0xa*(-parseInt(j(0x144))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa8feb));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x142)]()[l(0x13f)]('(((.+)+)+)+$')[l(0x142)]()['constructor'](a128a)['search'](l(0x147));});a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a128m(0x135)](a,b,c){return new Promise((d,e)=>{const n=a128d,f=Log[n(0x135)](),g=c?.['cwd']||'.';c?.[n(0x13d)]&&f[n(0x132)](c?.[n(0x13d)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x13e)]?n(0x13c):'ignore'});process['on'](n(0x133),()=>{const o=n,i=h['pid'];i&&process[o(0x140)](i);}),h['on'](n(0x149),i=>{const p=n;console[p(0x136)](i);}),h['on'](n(0x139),()=>{const q=n;c?.[q(0x13d)]&&f[q(0x13a)](),d();}),h['on'](n(0x134),()=>{const r=n;c?.['message']&&f[r(0x13a)](),d();}),h['on'](n(0x14b),()=>{const s=n;c?.[s(0x13d)]&&f[s(0x13b)](),e();});});}}
@@ -1 +1 @@
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
+ (function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1f6))/0x2*(parseInt(f(0x1f4))/0x3)+-parseInt(f(0x1eb))/0x4*(-parseInt(f(0x1ee))/0x5)+-parseInt(f(0x1ed))/0x6+-parseInt(f(0x1ec))/0x7+-parseInt(f(0x1f3))/0x8*(parseInt(f(0x1f1))/0x9)+parseInt(f(0x1f2))/0xa*(parseInt(f(0x1f8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x9b141));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x1ea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0x1ef)]()[h(0x1f9)](h(0x1f7))[h(0x1ef)]()[h(0x1f5)](a129a)[h(0x1f9)](h(0x1f7));});a129a();export{};function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x1ea;var f=c[d];return f;},a129d(a,b);}function a129c(){var i=['3SIbqGg','constructor','111248yJzUBS','(((.+)+)+)+$','47971XUNuKC','search','apply','52AsnRib','1330420PFjsYh','4384842YfGjiD','479820Cbdghz','toString','372383LaiHRd','1026TArcQL','1730TNrtQW','61328KkZuoN'];a129c=function(){return i;};return a129c();}
@@ -1 +1 @@
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
+ const a130o=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x192;let f=c[d];return f;},a130d(a,b);}(function(a,b){const m=a130d,c=a();while(!![]){try{const d=parseInt(m(0x1b5))/0x1+-parseInt(m(0x1ad))/0x2+parseInt(m(0x1a0))/0x3*(parseInt(m(0x199))/0x4)+parseInt(m(0x19b))/0x5*(parseInt(m(0x1ab))/0x6)+parseInt(m(0x1a9))/0x7+-parseInt(m(0x19f))/0x8+-parseInt(m(0x192))/0x9*(parseInt(m(0x19e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x55d5c));function a130c(){const w=['pem','54930GSqMJz','message','815626WvDfdJ','source','tty','withSpinner','ignore','verbose','close','disconnect','40732VAxpwd','toString','ssh\x20','success','65376QuyZSB','sshSync','host','2>&1','error','(((.+)+)+)+$','user','982580XhMdRY','push','215zAoaKj','inherit','ssh','100VFPMDz','214520DKMnuW','3jstoCD','ConnectTimeout=2','failure','concat','join','sshVerbose','env','port','scp','1251642pXnliA'];a130c=function(){return w;};return a130c();}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(0x1b6)]()['search'](n(0x197))[n(0x1b6)]()['constructor'](a130a)['search'](n(0x197));});a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a130o(0x19d)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a130d,f=b[p(0x198)]+'@'+b[p(0x194)],g=a130e[p(0x1a4)](b[p(0x1a6)],b['pem']),h=c?.[p(0x1af)]||![],i=c?.[p(0x1a5)]||![];let j=[];h&&j[p(0x19a)]('-t');i&&j[p(0x19a)]('-v');j=j[p(0x1a3)](['-o',p(0x1a1),'-i',g,'-p',b[p(0x1a7)],f,a]);const k=Log[p(0x1b0)]();c?.['message']&&k['start'](c?.[p(0x1ac)]);const l=spawn(p(0x19d),j,{'stdio':c?.[p(0x1b2)]?'inherit':p(0x1b1)});l['on'](p(0x1b4),()=>{const q=p;c?.[q(0x1ac)]&&k[q(0x1b8)](),d();}),l['on'](p(0x1b3),()=>{const r=p;c?.[r(0x1ac)]&&k['success'](),d();}),l['on'](p(0x196),()=>{const s=p;c?.[s(0x1ac)]&&k[s(0x1a2)](),e();});});};static [a130o(0x193)]=(a,b,c)=>{const t=a130o,d=b['user']+'@'+b[t(0x194)],e=a130e[t(0x1a4)](b[t(0x1a6)],b[t(0x1aa)]),f=c?.[t(0x1af)]||![],g=c?.[t(0x1a5)]||![];let h=[];f&&h['push']('-t'),g&&h[t(0x19a)]('-v'),h=h[t(0x1a3)](['-o',t(0x1a1),'-i',e,'-p',b[t(0x1a7)],d,a]),spawnSync(t(0x19d),h,{'stdio':c?.[t(0x1b2)]?t(0x19c):t(0x1b1)});};static['ping'](a,b,c){const u=a130o,d=b['user']+'@'+b[u(0x194)],e=a130e[u(0x1a4)](b['env'],b[u(0x1aa)]),f=c?.[u(0x1af)]||![];let g=[];f&&g[u(0x19a)]('-t');g=g[u(0x1a3)](['-o',u(0x1a1),'-i',e,'-p',b[u(0x1a7)],d,a,u(0x195)]);const h=u(0x1b7)+g[u(0x1a4)]('\x20');return execSync(h)[u(0x1b6)]();}static[a130o(0x1a8)](a,b){const v=a130o,c=b[v(0x198)]+'@'+b['host']+':'+a['dest'],d=a130e[v(0x1a4)](b[v(0x1a6)],b[v(0x1aa)]),e=['-i',d,'-P',b[v(0x1a7)],a[v(0x1ae)],c];spawnSync(v(0x1a8),e,{'stdio':a[v(0x1b2)]?v(0x19c):v(0x1b1)});}}
@@ -1 +1 @@
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
+ (function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x1f0))/0x1*(parseInt(f(0x1f6))/0x2)+parseInt(f(0x1ef))/0x3*(parseInt(f(0x1ec))/0x4)+-parseInt(f(0x1f4))/0x5*(parseInt(f(0x1e9))/0x6)+-parseInt(f(0x1e8))/0x7*(-parseInt(f(0x1ed))/0x8)+-parseInt(f(0x1f7))/0x9+-parseInt(f(0x1f1))/0xa*(-parseInt(f(0x1eb))/0xb)+parseInt(f(0x1ee))/0xc*(parseInt(f(0x1e7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x4c04f));function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x1e7;var f=c[d];return f;},a131d(a,b);}function a131c(){var i=['1BOVnpM','1040fopLZd','constructor','search','1787650MYYJkA','(((.+)+)+)+$','1040638goBMwl','3839679gpVhmB','apply','2238587rqLCsy','57736ohisKM','6ijuLOR','toString','64053NlxKEo','1116872LSmQAU','208wGvNGL','36BXPgVZ','3qPbkRa'];a131c=function(){return i;};return a131c();}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x1ea)]()[h(0x1f3)](h(0x1f5))['toString']()[h(0x1f2)](a131a)[h(0x1f3)](h(0x1f5));});a131a();export{};
@@ -1 +1 @@
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});}}
1
+ const a132j=a132d;function a132c(){const l=['-x509','310TIYOBw','-config','-key','6356210uxtuaw','toString','inherit','3686622WZejpH','csrName','genSSC','cwd','-newkey','push','2880647HPZZgt','6GURLxF','3515088BhvGNd','openssl.conf','-keyout','rsa:2048','-nodes','10811816fZceLE','4046tplbhj','-new','search','openssl','-out','263mYnfgp','(((.+)+)+)+$','useConfig','apply','keyName','req','82242Arqvom'];a132c=function(){return l;};return a132c();}(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x1a4))/0x1*(-parseInt(f(0x19f))/0x2)+-parseInt(f(0x1b2))/0x3+parseInt(f(0x199))/0x4+-parseInt(f(0x1af))/0x5*(-parseInt(f(0x198))/0x6)+parseInt(f(0x197))/0x7+-parseInt(f(0x19e))/0x8+-parseInt(f(0x1aa))/0x9*(-parseInt(f(0x1ac))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xc275f));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x197;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x1b0)]()[h(0x1a1)](h(0x1a5))[h(0x1b0)]()['constructor'](a132a)['search']('(((.+)+)+)+$');});a132a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a132d,b=a[i(0x1b5)]?a[i(0x1b5)]:process['cwd'](),c=[i(0x1a9),i(0x1a0),i(0x1b6),i(0x19c),i(0x19d),i(0x19b),a[i(0x1a8)],i(0x1a3),a[i(0x1b3)]];a[i(0x1a6)]&&(c[i(0x1b7)](i(0x1ad)),c[i(0x1b7)](i(0x19a))),spawnSync(i(0x1a2),c,{'stdio':i(0x1b1),'cwd':b});}static[a132j(0x1b4)](a){const k=a132j,b=a[k(0x1b5)]?a[k(0x1b5)]:process[k(0x1b5)](),c=['req',k(0x1ab),k(0x1a0),k(0x1ae),a[k(0x1a8)],'-out',a['crtName']];a[k(0x1a6)]&&(c[k(0x1b7)]('-config'),c[k(0x1b7)](k(0x19a))),spawnSync(k(0x1a2),c,{'stdio':k(0x1b1),'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.44",
4
+ "version": "4.5.45",
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.",