@maka/maka-cli 4.5.29 → 4.5.31

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 (132) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/build/_index.js +1 -1
  19. package/bundle/obf/src/commands/build/build.js +1 -1
  20. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/create.js +1 -1
  22. package/bundle/obf/src/commands/debug.js +1 -1
  23. package/bundle/obf/src/commands/deploy.js +1 -1
  24. package/bundle/obf/src/commands/game/_index.js +1 -1
  25. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/play.command.js +1 -1
  27. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/generate.js +1 -1
  65. package/bundle/obf/src/commands/get/_index.js +1 -1
  66. package/bundle/obf/src/commands/get/get.command.js +1 -1
  67. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/help.js +1 -1
  71. package/bundle/obf/src/commands/jsdoc.js +1 -1
  72. package/bundle/obf/src/commands/lint.js +1 -1
  73. package/bundle/obf/src/commands/login.js +1 -1
  74. package/bundle/obf/src/commands/logout.js +1 -1
  75. package/bundle/obf/src/commands/logs.js +1 -1
  76. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  77. package/bundle/obf/src/commands/murder.js +1 -1
  78. package/bundle/obf/src/commands/proxy.js +1 -1
  79. package/bundle/obf/src/commands/reconfig.js +1 -1
  80. package/bundle/obf/src/commands/run/_index.js +1 -1
  81. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  82. package/bundle/obf/src/commands/run/run.command.js +1 -1
  83. package/bundle/obf/src/commands/set/_index.js +1 -1
  84. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  85. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/set.command.js +1 -1
  87. package/bundle/obf/src/commands/ssh.js +1 -1
  88. package/bundle/obf/src/commands/ssl.js +1 -1
  89. package/bundle/obf/src/commands/test.js +1 -1
  90. package/bundle/obf/src/commands/version.js +1 -1
  91. package/bundle/obf/src/error.js +1 -1
  92. package/bundle/obf/src/exec.js +1 -1
  93. package/bundle/obf/src/generator.js +1 -1
  94. package/bundle/obf/src/generators/_index.js +1 -1
  95. package/bundle/obf/src/generators/api.js +1 -1
  96. package/bundle/obf/src/generators/collection.js +1 -1
  97. package/bundle/obf/src/generators/component.js +1 -1
  98. package/bundle/obf/src/generators/config.js +1 -1
  99. package/bundle/obf/src/generators/dbc.js +1 -1
  100. package/bundle/obf/src/generators/dockerfile.js +1 -1
  101. package/bundle/obf/src/generators/hook.js +1 -1
  102. package/bundle/obf/src/generators/kit.js +1 -1
  103. package/bundle/obf/src/generators/layout.js +1 -1
  104. package/bundle/obf/src/generators/maka.gen.js +1 -1
  105. package/bundle/obf/src/generators/methods.js +1 -1
  106. package/bundle/obf/src/generators/package.js +1 -1
  107. package/bundle/obf/src/generators/page.js +1 -1
  108. package/bundle/obf/src/generators/publish.js +1 -1
  109. package/bundle/obf/src/generators/route.js +1 -1
  110. package/bundle/obf/src/generators/service.js +1 -1
  111. package/bundle/obf/src/generators/services/_index.js +1 -1
  112. package/bundle/obf/src/generators/services/openssl.js +1 -1
  113. package/bundle/obf/src/generators/services/translation.js +1 -1
  114. package/bundle/obf/src/maka.js +1 -1
  115. package/bundle/obf/src/tool.js +1 -1
  116. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  117. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  119. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/https/https.class.js +1 -1
  124. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  125. package/bundle/obf/src/tools/log/log.class.js +1 -1
  126. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  132. package/package.json +1 -1
@@ -1 +1 @@
1
- const a124l=a124d;(function(a,b){const i=a124d,c=a();while(!![]){try{const d=-parseInt(i(0xfe))/0x1*(parseInt(i(0x105))/0x2)+parseInt(i(0x11a))/0x3+-parseInt(i(0x10e))/0x4*(parseInt(i(0x103))/0x5)+-parseInt(i(0x113))/0x6+-parseInt(i(0x11b))/0x7*(-parseInt(i(0x10a))/0x8)+-parseInt(i(0x112))/0x9*(-parseInt(i(0x111))/0xa)+parseInt(i(0x107))/0xb*(parseInt(i(0xf3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xc6c13));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a124d;if(c){const e=c[j(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const k=a124d;return a124a[k(0xfb)]()[k(0xf0)]('(((.+)+)+)+$')[k(0xfb)]()[k(0xee)](a124a)[k(0xf0)](k(0x102));});function a124c(){const C=['withSpinner','majestic','blackBright','show','2861754EDIpMg','14tMJTad','warn','apply','constructor','Usage:\x20','search','usage','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','168zXDDpN','magentaBright','\x20>\x20','stdout','bright','notice','map','log','toString','length','cyanBright','19AUpZEP','yellowBright','[--','hide','(((.+)+)+)+$','1843795zWbbQK','header','159590eYdcvw','error','1076317YBcClS','forEach','win32','2502912YJBikd','\x0aManual:','cyan','Examples:','4MWrHJR','join','bold','2298290qlfKmc','9SMBhTB','2882220oqxnaE','red','success'];a124c=function(){return C;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0xec;let f=c[d];return f;},a124d(a,b);}a124a();import*as a124e from'single-line-log2';import a124f from'cli-color';import a124g from'cli-cursor';import a124h from'elegant-spinner';const isWin=process['platform']===a124l(0x109),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a124l;return a[m(0xf9)](b=>{const n=m;return n(0x100)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const o=a124l;return a['map'](b=>{return'--'+b;})[o(0x10f)]('\x20');};export class Log{static[a124l(0x115)](a){const p=a124l;console[p(0xfa)](a124f['greenBright'](a));}static[a124l(0xec)](a){const q=a124l;console[q(0xfa)](a124f[q(0xff)](a));}static[a124l(0xf8)](a){const r=a124l;console[r(0xfa)](a124f[r(0xfd)](a));}static[a124l(0x106)](a){const s=a124l;console[s(0xfa)](a124f[s(0x114)][s(0x110)](a));}static[a124l(0x104)](a){const t=a124l;console[t(0xfa)](a124f[t(0x118)](a));}static[a124l(0xf7)](a){console['log'](a124f['whiteBright'](a));}static[a124l(0x117)](a){const u=a124l;console[u(0xfa)](a124f[u(0xf4)](a));}static[a124l(0xf1)](a,b,c,d,e,f){const v=a124l,g=a124f[v(0x118)];Log[v(0xf7)](d),b&&b[v(0xfc)]>0x0&&(Log[v(0xf7)](g(v(0x10d))),b[v(0x108)](h=>{const w=v;Log[w(0xf7)](w(0xf5)+h);})),a&&(Log[v(0x104)](v(0x10b)),Log[v(0xf8)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log['bright'](g(v(0xef))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x104)](v(0xf2));}static[a124l(0x116)](a=''){const x=a124l;a124g[x(0x101)]();const b=a124h();a124g[x(0x101)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a124d;a124e[y(0xf6)](a124f[y(0x10c)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a124e[z(0xf6)](a124f['greenBright'](check)+'\x20'+a+'\x20'+d),console[z(0xfa)](),a124g['show']();},'failure'(d=''){const A=x;clearInterval(c),a124e[A(0xf6)](a124f[A(0x114)]['bold'](cross)+'\x20'+a+'\x20'+d),console[A(0xfa)](),a124g['show']();},'stop'(){const B=x;clearInterval(c),a124g[B(0x119)]();}};}}
1
+ const a124l=a124d;(function(a,b){const i=a124d,c=a();while(!![]){try{const d=-parseInt(i(0x1db))/0x1+-parseInt(i(0x1c9))/0x2+parseInt(i(0x1d7))/0x3*(parseInt(i(0x1c3))/0x4)+-parseInt(i(0x1be))/0x5*(-parseInt(i(0x1d4))/0x6)+-parseInt(i(0x1d6))/0x7+parseInt(i(0x1c4))/0x8+parseInt(i(0x1dc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x5dac0));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a124d;if(c){const e=c[j(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const k=a124d;return a124a[k(0x1b5)]()[k(0x1de)](k(0x1d5))['toString']()[k(0x1ce)](a124a)[k(0x1de)]('(((.+)+)+)+$');});a124a();import*as a124e from'single-line-log2';import a124f from'cli-color';import a124g from'cli-cursor';import a124h from'elegant-spinner';function a124c(){const A=['whiteBright','constructor','platform','greenBright','apply','Usage:\x20','withSpinner','1385628NdZNxI','(((.+)+)+)+$','5201714JSWsbL','2607DtyLdU','cyanBright','[--','stdout','270651CaICJm','5722191OWlDKN','magentaBright','search','majestic','toString','map','show','error','log','red','bright','forEach','win32','5VlRTBY','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','bold','\x0aManual:','length','2372ZlUHDB','4574544VjPAgC','header','yellowBright','warn','blackBright','1112878OMEAGS','usage','notice','join'];a124c=function(){return A;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1b5;let f=c[d];return f;},a124d(a,b);}const isWin=process[a124l(0x1cf)]===a124l(0x1bd),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a124l;return a[m(0x1b6)](b=>{const n=m;return n(0x1d9)+b+']';})[m(0x1cc)]('\x20');},formatRequiredOpts=a=>{const o=a124l;return a[o(0x1b6)](b=>{return'--'+b;})[o(0x1cc)]('\x20');};export class Log{static['success'](a){console['log'](a124f['greenBright'](a));}static[a124l(0x1c7)](a){const p=a124l;console[p(0x1b9)](a124f[p(0x1c6)](a));}static[a124l(0x1cb)](a){const q=a124l;console[q(0x1b9)](a124f[q(0x1d8)](a));}static[a124l(0x1b8)](a){const r=a124l;console[r(0x1b9)](a124f[r(0x1ba)][r(0x1c0)](a));}static[a124l(0x1c5)](a){const s=a124l;console['log'](a124f[s(0x1c8)](a));}static[a124l(0x1bb)](a){const t=a124l;console[t(0x1b9)](a124f[t(0x1cd)](a));}static[a124l(0x1df)](a){const u=a124l;console[u(0x1b9)](a124f[u(0x1dd)](a));}static[a124l(0x1ca)](a,b,c,d,e,f){const v=a124l,g=a124f[v(0x1c8)];Log[v(0x1bb)](d),b&&b[v(0x1c2)]>0x0&&(Log[v(0x1bb)](g('Examples:')),b[v(0x1bc)](h=>{const w=v;Log[w(0x1bb)]('\x20>\x20'+h);})),a&&(Log['header'](v(0x1c1)),Log[v(0x1cb)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[v(0x1bb)](g(v(0x1d2))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](v(0x1bf));}static[a124l(0x1d3)](a=''){a124g['hide']();const b=a124h();a124g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const x=a124d;a124e[x(0x1da)](a124f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=a124d;clearInterval(c),a124e[y(0x1da)](a124f[y(0x1d0)](check)+'\x20'+a+'\x20'+d),console[y(0x1b9)](),a124g[y(0x1b7)]();},'failure'(d=''){const z=a124d;clearInterval(c),a124e[z(0x1da)](a124f[z(0x1ba)]['bold'](cross)+'\x20'+a+'\x20'+d),console[z(0x1b9)](),a124g[z(0x1b7)]();},'stop'(){clearInterval(c),a124g['show']();}};}}
@@ -1 +1 @@
1
- function a125c(){var i=['(((.+)+)+)+$','215KEeLyF','34172GClNLm','2637200BEdBJM','409233blCeHg','search','6yABYvD','constructor','785099JZaYsx','18JLSeXe','2889640TCPOEU','890577uGIGdo','apply','toString','136594nFBmQG'];a125c=function(){return i;};return a125c();}function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x18a;var f=c[d];return f;},a125d(a,b);}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x198))/0x1+parseInt(f(0x193))/0x2*(-parseInt(f(0x18b))/0x3)+parseInt(f(0x196))/0x4*(parseInt(f(0x195))/0x5)+-parseInt(f(0x18e))/0x6*(-parseInt(f(0x18d))/0x7)+parseInt(f(0x197))/0x8+parseInt(f(0x190))/0x9+-parseInt(f(0x18f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x48aa0));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x192)]()['search'](h(0x194))['toString']()[h(0x18c)](a125a)[h(0x18a)](h(0x194));});a125a();export{};
1
+ function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0xe4;var f=c[d];return f;},a125d(a,b);}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0xf1))/0x1+parseInt(f(0xf2))/0x2+-parseInt(f(0xef))/0x3*(-parseInt(f(0xe6))/0x4)+-parseInt(f(0xe4))/0x5+parseInt(f(0xe9))/0x6*(-parseInt(f(0xec))/0x7)+-parseInt(f(0xe8))/0x8*(parseInt(f(0xf0))/0x9)+parseInt(f(0xee))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xda5e8));function a125c(){var i=['13416970WBIYSx','67152SXlmhg','9VhZNzj','914238gxQUqG','474254NfJAse','5063565wjgKHP','search','256fnVtCh','constructor','9406624rmfveE','5055942JqorCi','(((.+)+)+)+$','apply','7oLdgTO','toString'];a125c=function(){return i;};return a125c();}var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a['toString']()[h(0xe5)](h(0xea))[h(0xed)]()[h(0xe7)](a125a)[h(0xe5)](h(0xea));});a125a();export{};
@@ -1 +1 @@
1
- const a126l=a126d;(function(a,b){const j=a126d,c=a();while(!![]){try{const d=parseInt(j(0x1d8))/0x1*(parseInt(j(0x1d9))/0x2)+parseInt(j(0x1c7))/0x3*(-parseInt(j(0x1d2))/0x4)+-parseInt(j(0x1d0))/0x5+-parseInt(j(0x1d5))/0x6+-parseInt(j(0x1c8))/0x7*(parseInt(j(0x1db))/0x8)+parseInt(j(0x1cb))/0x9+parseInt(j(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xcffa4));function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1bf;let f=c[d];return f;},a126d(a,b);}const a126b=(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;};}()),a126a=a126b(this,function(){const k=a126d;return a126a[k(0x1c4)]()[k(0x1cd)](k(0x1c6))[k(0x1c4)]()['constructor'](a126a)['search'](k(0x1c6));});a126a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a126c(){const s=['search','error','kill','8511130XyUwQu','inherit','72xoSUvm','message','disconnect','7630074TpXUMP','start','withSpinner','1rULgTH','800926qPOinf','failure','24isHnjP','data','SIGINT','log','pid','verbose','cwd','toString','success','(((.+)+)+)+$','125739bysrAI','2279963TwFACW','50936150FNvfWi','ignore','569376iJrPcl','close'];a126c=function(){return s;};return a126c();}export class SpawnAsync{static[a126l(0x1d7)](a,b,c){return new Promise((d,e)=>{const m=a126d,f=Log[m(0x1d7)](),g=c?.[m(0x1c3)]||'.';c?.[m(0x1d3)]&&f[m(0x1d6)](c?.[m(0x1d3)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x1c2)]?m(0x1d1):m(0x1ca)});process['on'](m(0x1bf),()=>{const n=m,i=h[n(0x1c1)];i&&process[n(0x1cf)](i);}),h['on'](m(0x1dc),i=>{const o=m;console[o(0x1c0)](i);}),h['on'](m(0x1d4),()=>{const p=m;c?.[p(0x1d3)]&&f[p(0x1c5)](),d();}),h['on'](m(0x1cc),()=>{const q=m;c?.[q(0x1d3)]&&f[q(0x1c5)](),d();}),h['on'](m(0x1ce),()=>{const r=m;c?.['message']&&f[r(0x1da)](),e();});});}}
1
+ function a126c(){const s=['73756idvHDI','constructor','cwd','toString','2504zyHlCk','data','117DvkANF','failure','4197570NUDbJL','search','(((.+)+)+)+$','log','SIGINT','1846305hFtnCz','verbose','kill','235009JpCAfm','error','inherit','1033010fXKFyp','ignore','6727wfYokz','10owNCxm','message','apply','close','1361190VtEyMj','4qpBxPq'];a126c=function(){return s;};return a126c();}(function(a,b){const j=a126d,c=a();while(!![]){try{const d=parseInt(j(0x178))/0x1*(-parseInt(j(0x167))/0x2)+parseInt(j(0x16e))/0x3*(parseInt(j(0x168))/0x4)+parseInt(j(0x166))/0x5+-parseInt(j(0x170))/0x6+parseInt(j(0x161))/0x7*(parseInt(j(0x16c))/0x8)+parseInt(j(0x175))/0x9*(parseInt(j(0x162))/0xa)+parseInt(j(0x17b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x66eda));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a126d;if(c){const e=c[k(0x164)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const l=a126d;return a126a[l(0x16b)]()[l(0x171)](l(0x172))[l(0x16b)]()[l(0x169)](a126a)[l(0x171)](l(0x172));});a126a();import{spawn}from'child_process';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x161;let f=c[d];return f;},a126d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a126d,f=Log['withSpinner'](),g=c?.[m(0x16a)]||'.';c?.[m(0x163)]&&f['start'](c?.[m(0x163)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x176)]?m(0x17a):m(0x17c)});process['on'](m(0x174),()=>{const n=m,i=h['pid'];i&&process[n(0x177)](i);}),h['on'](m(0x16d),i=>{const o=m;console[o(0x173)](i);}),h['on']('disconnect',()=>{const p=m;c?.[p(0x163)]&&f['success'](),d();}),h['on'](m(0x165),()=>{const q=m;c?.[q(0x163)]&&f['success'](),d();}),h['on'](m(0x179),()=>{const r=m;c?.[r(0x163)]&&f[r(0x16f)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0xcd))/0x1*(parseInt(f(0xd3))/0x2)+-parseInt(f(0xd5))/0x3+-parseInt(f(0xd0))/0x4+-parseInt(f(0xd4))/0x5+parseInt(f(0xcf))/0x6+-parseInt(f(0xce))/0x7+parseInt(f(0xd6))/0x8*(parseInt(f(0xd2))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x88f20));function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0xc9;var f=c[d];return f;},a127d(a,b);}var a127b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a127d;if(c){var e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){var h=a127d;return a127a[h(0xc9)]()[h(0xcb)](h(0xd1))[h(0xc9)]()[h(0xcc)](a127a)[h(0xcb)](h(0xd1));});function a127c(){var i=['1676322DThifa','751612bMjuOV','(((.+)+)+)+$','11277hNzrHG','5108mwniPL','3224620yfyBXE','546039VtGlTO','16336ZiaUpY','toString','apply','search','constructor','397blhdNJ','1738149TemXyu'];a127c=function(){return i;};return a127c();}a127a();export{};
1
+ (function(a,b){var f=a127d,c=a();while(!![]){try{var d=parseInt(f(0x1e1))/0x1*(parseInt(f(0x1eb))/0x2)+-parseInt(f(0x1e8))/0x3*(parseInt(f(0x1ea))/0x4)+-parseInt(f(0x1e2))/0x5*(-parseInt(f(0x1e5))/0x6)+-parseInt(f(0x1de))/0x7+parseInt(f(0x1e0))/0x8*(-parseInt(f(0x1df))/0x9)+-parseInt(f(0x1ec))/0xa+parseInt(f(0x1e7))/0xb*(parseInt(f(0x1e6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xcf161));function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x1dd;var f=c[d];return f;},a127d(a,b);}function a127c(){var h=['constructor','1480906QVechb','1693143ZLkvDN','72YatBAs','1HREypx','145EtPSBA','(((.+)+)+)+$','toString','38418CYYvDA','303828Hixsmi','1353BREfki','27CzZTzi','search','372740kfNrPS','1693326SnWzQd','5549960pjIrqp'];a127c=function(){return h;};return a127c();}var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0x1e4)]()[g(0x1e9)](g(0x1e3))[g(0x1e4)]()[g(0x1dd)](a127a)['search'](g(0x1e3));});a127a();export{};
@@ -1 +1 @@
1
- const a128q=a128d;function a128c(){const u=['11jLQYZw','ssh\x20','withSpinner','push','success','4888790QeAqYD','constructor','3YwTPAn','scp','sshVerbose','2902752BvxWJn','concat','sshSync','inherit','1516156zaMlth','join','79580ePsvsB','ConnectTimeout=2','171aoZNjS','message','verbose','dest','ssh','(((.+)+)+)+$','env','ignore','7kGdtne','port','229576buZWjE','start','1UnQjrS','pem','user','6718374Lczklj','tty','search','host','disconnect','4189055fSvXjK','error','ping','toString','104vdESWy'];a128c=function(){return u;};return a128c();}(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0xe2))/0x1*(-parseInt(m(0xd4))/0x2)+-parseInt(m(0xf6))/0x3*(parseInt(m(0xd2))/0x4)+-parseInt(m(0xea))/0x5+parseInt(m(0xe5))/0x6*(-parseInt(m(0xde))/0x7)+parseInt(m(0xe0))/0x8*(parseInt(m(0xd6))/0x9)+-parseInt(m(0xf4))/0xa*(-parseInt(m(0xef))/0xb)+-parseInt(m(0xf9))/0xc*(-parseInt(m(0xee))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x90c19));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 n=a128d;return a128a[n(0xed)]()[n(0xe7)](n(0xdb))[n(0xed)]()[n(0xf5)](a128a)[n(0xe7)](n(0xdb));});a128a();import a128e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xcf;let f=c[d];return f;},a128d(a,b);}export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const o=a128d,f=b['user']+'@'+b[o(0xe8)],g=a128e[o(0xd3)](b[o(0xdc)],b[o(0xe3)]),h=c?.[o(0xe6)]||![],i=c?.[o(0xf8)]||![];let j=[];h&&j[o(0xf2)]('-t');i&&j[o(0xf2)]('-v');j=j['concat'](['-o',o(0xd5),'-i',g,'-p',b['port'],f,a]);const k=Log[o(0xf1)]();c?.[o(0xd7)]&&k[o(0xe1)](c?.[o(0xd7)]);const l=spawn(o(0xda),j,{'stdio':c?.['verbose']?o(0xd1):o(0xdd)});l['on'](o(0xe9),()=>{const p=o;c?.[p(0xd7)]&&k[p(0xf3)](),d();}),l['on']('close',()=>{c?.['message']&&k['success'](),d();}),l['on'](o(0xeb),()=>{c?.['message']&&k['failure'](),e();});});};static [a128q(0xd0)]=(a,b,c)=>{const r=a128q,d=b[r(0xe4)]+'@'+b[r(0xe8)],e=a128e[r(0xd3)](b['env'],b['pem']),f=c?.[r(0xe6)]||![],g=c?.[r(0xf8)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[r(0xcf)](['-o',r(0xd5),'-i',e,'-p',b[r(0xdf)],d,a]),spawnSync(r(0xda),h,{'stdio':c?.[r(0xd8)]?r(0xd1):r(0xdd)});};static[a128q(0xec)](a,b,c){const s=a128q,d=b[s(0xe4)]+'@'+b[s(0xe8)],e=a128e['join'](b['env'],b[s(0xe3)]),f=c?.[s(0xe6)]||![];let g=[];f&&g[s(0xf2)]('-t');g=g[s(0xcf)](['-o',s(0xd5),'-i',e,'-p',b['port'],d,a,'2>&1']);const h=s(0xf0)+g[s(0xd3)]('\x20');return execSync(h)[s(0xed)]();}static['scp'](a,b){const t=a128q,c=b[t(0xe4)]+'@'+b['host']+':'+a[t(0xd9)],d=a128e[t(0xd3)](b[t(0xdc)],b[t(0xe3)]),e=['-i',d,'-P',b[t(0xdf)],a['source'],c];spawnSync(t(0xf7),e,{'stdio':a['verbose']?'inherit':t(0xdd)});}}
1
+ const a128p=a128d;(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0x189))/0x1*(-parseInt(m(0x18c))/0x2)+parseInt(m(0x172))/0x3+-parseInt(m(0x186))/0x4+parseInt(m(0x170))/0x5*(parseInt(m(0x180))/0x6)+parseInt(m(0x16f))/0x7*(parseInt(m(0x187))/0x8)+-parseInt(m(0x165))/0x9+parseInt(m(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xab483));function a128c(){const x=['concat','sshSync','549843rlTifj','319970uJuSQP','host','116745dFHCKC','inherit','22541870TKFqEs','dest','source','error','tty','2>&1','env','sshVerbose','ssh','pem','ignore','constructor','6MdUtiz','apply','user','toString','(((.+)+)+)+$','start','189592aHzcyE','8uAOFxI','search','19463AsKQTO','ssh\x20','ConnectTimeout=2','38tDiPDE','port','ping','scp','11851911DGYvMP','withSpinner','failure','join','success','push','message','verbose'];a128c=function(){return x;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a128d;if(c){const e=c[n(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const o=a128d;return a128a[o(0x183)]()[o(0x188)](o(0x184))[o(0x183)]()[o(0x17f)](a128a)['search']('(((.+)+)+)+$');});function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x164;let f=c[d];return f;},a128d(a,b);}a128a();import a128e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a128p(0x17c)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a128d,f=b[q(0x182)]+'@'+b[q(0x171)],g=a128e['join'](b[q(0x17a)],b['pem']),h=c?.[q(0x178)]||![],i=c?.[q(0x17b)]||![];let j=[];h&&j['push']('-t');i&&j[q(0x16a)]('-v');j=j[q(0x16d)](['-o',q(0x18b),'-i',g,'-p',b[q(0x18d)],f,a]);const k=Log[q(0x166)]();c?.[q(0x16b)]&&k[q(0x185)](c?.[q(0x16b)]);const l=spawn(q(0x17c),j,{'stdio':c?.['verbose']?q(0x173):q(0x17e)});l['on']('disconnect',()=>{const r=q;c?.[r(0x16b)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.['message']&&k[s(0x169)](),d();}),l['on'](q(0x177),()=>{const t=q;c?.[t(0x16b)]&&k[t(0x167)](),e();});});};static [a128p(0x16e)]=(a,b,c)=>{const u=a128p,d=b[u(0x182)]+'@'+b['host'],e=a128e[u(0x168)](b[u(0x17a)],b[u(0x17d)]),f=c?.[u(0x178)]||![],g=c?.[u(0x17b)]||![];let h=[];f&&h[u(0x16a)]('-t'),g&&h['push']('-v'),h=h[u(0x16d)](['-o',u(0x18b),'-i',e,'-p',b[u(0x18d)],d,a]),spawnSync(u(0x17c),h,{'stdio':c?.[u(0x16c)]?'inherit':u(0x17e)});};static[a128p(0x18e)](a,b,c){const v=a128p,d=b[v(0x182)]+'@'+b[v(0x171)],e=a128e['join'](b['env'],b[v(0x17d)]),f=c?.[v(0x178)]||![];let g=[];f&&g[v(0x16a)]('-t');g=g[v(0x16d)](['-o',v(0x18b),'-i',e,'-p',b[v(0x18d)],d,a,v(0x179)]);const h=v(0x18a)+g['join']('\x20');return execSync(h)[v(0x183)]();}static[a128p(0x164)](a,b){const w=a128p,c=b[w(0x182)]+'@'+b[w(0x171)]+':'+a[w(0x175)],d=a128e[w(0x168)](b[w(0x17a)],b['pem']),e=['-i',d,'-P',b[w(0x18d)],a[w(0x176)],c];spawnSync(w(0x164),e,{'stdio':a['verbose']?w(0x173):w(0x17e)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1+-parseInt(f(0x7b))/0x2+parseInt(f(0x84))/0x3*(parseInt(f(0x86))/0x4)+-parseInt(f(0x89))/0x5*(parseInt(f(0x7c))/0x6)+parseInt(f(0x80))/0x7*(parseInt(f(0x7d))/0x8)+-parseInt(f(0x87))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x88))/0xb*(parseInt(f(0x83))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xba8df));function a129c(){var h=['564483wAmDKv','508fAWhBk','9LZKaht','12993629xLBkXh','2275qkBNzb','1286334uFhQoQ','8274pQSHIu','3728XSzEWh','search','toString','350RmpHdd','2209490AtEyWw','(((.+)+)+)+$','12WWnyYH','27726Ajeakz'];a129c=function(){return h;};return a129c();}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[g(0x7f)]()[g(0x7e)](g(0x82))[g(0x7f)]()['constructor'](a129a)['search']('(((.+)+)+)+$');});function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x7b;var f=c[d];return f;},a129d(a,b);}a129a();export{};
1
+ (function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0xfe))/0x1*(-parseInt(f(0x100))/0x2)+parseInt(f(0x101))/0x3+parseInt(f(0x105))/0x4*(parseInt(f(0xf9))/0x5)+parseInt(f(0x104))/0x6*(-parseInt(f(0x103))/0x7)+-parseInt(f(0xfc))/0x8+-parseInt(f(0xfb))/0x9+parseInt(f(0x106))/0xa*(parseInt(f(0xff))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x4ebc7));function a129c(){var i=['232383BmHguL','search','244629MXJNQt','54izvwVX','1048ngEuGH','10853170OAqstp','(((.+)+)+)+$','7515QilVEz','apply','4871655Snuuug','2674512sCkhEk','constructor','1LqLwcP','11wxGxSW','87858IlUhim'];a129c=function(){return i;};return a129c();}function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0xf9;var f=c[d];return f;},a129d(a,b);}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()['search'](h(0x107))['toString']()[h(0xfd)](a129a)[h(0x102)](h(0x107));});a129a();export{};
@@ -1 +1 @@
1
- const a130i=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xa9;let f=c[d];return f;},a130d(a,b);}(function(a,b){const f=a130d,c=a();while(!![]){try{const d=parseInt(f(0xac))/0x1*(-parseInt(f(0xbc))/0x2)+parseInt(f(0xb6))/0x3+parseInt(f(0xb1))/0x4*(parseInt(f(0xc2))/0x5)+parseInt(f(0xc8))/0x6*(-parseInt(f(0xb2))/0x7)+parseInt(f(0xb4))/0x8*(parseInt(f(0xbe))/0x9)+parseInt(f(0xc5))/0xa+-parseInt(f(0xb7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x475ab));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xab)]()['search']('(((.+)+)+)+$')['toString']()[h(0xae)](a130a)[h(0xb8)](h(0xb9));});a130a();function a130c(){const l=['-newkey','rsa:2048','2562060RsqjxU','-new','req','4566ttUkTh','inherit','-x509','openssl','crtName','toString','1063oRidwZ','apply','constructor','push','genCSR','172MEpNQH','3178nXUCCZ','cwd','2608qXcokR','-out','601005oDAAcd','608696WQreqO','search','(((.+)+)+)+$','csrName','-config','974zIvrHk','keyName','13257XZgASV','-keyout','genSSC','-nodes','31865wBRnDm'];a130c=function(){return l;};return a130c();}import{spawnSync}from'child_process';export class SSL{static[a130i(0xb0)](a){const j=a130i,b=a['cwd']?a[j(0xb3)]:process[j(0xb3)](),c=['req',j(0xc6),j(0xc3),j(0xc4),j(0xc1),j(0xbf),a[j(0xbd)],j(0xb5),a[j(0xba)]];a['useConfig']&&(c[j(0xaf)](j(0xbb)),c[j(0xaf)]('openssl.conf')),spawnSync('openssl',c,{'stdio':j(0xc9),'cwd':b});}static[a130i(0xc0)](a){const k=a130i,b=a[k(0xb3)]?a['cwd']:process['cwd'](),c=[k(0xc7),k(0xca),'-new','-key',a[k(0xbd)],k(0xb5),a[k(0xaa)]];a['useConfig']&&(c['push'](k(0xbb)),c[k(0xaf)]('openssl.conf')),spawnSync(k(0xa9),c,{'stdio':k(0xc9),'cwd':b});}}
1
+ function a130c(){const k=['1406598aSmKFJ','req','crtName','toString','inherit','useConfig','-x509','-new','-newkey','csrName','1319RENzBw','-config','rsa:2048','(((.+)+)+)+$','openssl','push','48oOLtxF','keyName','-key','search','-nodes','7496YGHMlT','-out','cwd','4180870IDPFuf','11NIJgZE','-keyout','1018524DPILRf','133rPZxPd','openssl.conf','19842aIDPrs','constructor','apply','410cAGZot','2199357wOoifx'];a130c=function(){return k;};return a130c();}(function(a,b){const f=a130d,c=a();while(!![]){try{const d=parseInt(f(0xe6))/0x1*(parseInt(f(0xc9))/0x2)+-parseInt(f(0xdc))/0x3+-parseInt(f(0xd4))/0x4+parseInt(f(0xda))/0x5*(parseInt(f(0xd7))/0x6)+parseInt(f(0xd5))/0x7*(parseInt(f(0xce))/0x8)+parseInt(f(0xdb))/0x9+parseInt(f(0xd1))/0xa*(parseInt(f(0xd2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3f60c));function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xc9;let f=c[d];return f;},a130d(a,b);}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xdf)]()[h(0xcc)](h(0xe9))[h(0xdf)]()[h(0xd8)](a130a)[h(0xcc)](h(0xe9));});a130a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a130d,b=a[i(0xd0)]?a[i(0xd0)]:process['cwd'](),c=[i(0xdd),'-new',i(0xe4),i(0xe8),i(0xcd),i(0xd3),a[i(0xca)],i(0xcf),a[i(0xe5)]];a['useConfig']&&(c['push'](i(0xe7)),c[i(0xeb)]('openssl.conf')),spawnSync(i(0xea),c,{'stdio':i(0xe0),'cwd':b});}static['genSSC'](a){const j=a130d,b=a['cwd']?a[j(0xd0)]:process[j(0xd0)](),c=[j(0xdd),j(0xe2),j(0xe3),j(0xcb),a[j(0xca)],j(0xcf),a[j(0xde)]];a[j(0xe1)]&&(c[j(0xeb)]('-config'),c['push'](j(0xd6))),spawnSync(j(0xea),c,{'stdio':j(0xe0),'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.29",
4
+ "version": "4.5.31",
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.",