@maka/maka-cli 4.5.2 → 4.5.5
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/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.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/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/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/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/templates/meteor/app/imports/startup/client/index.js.jsx +20 -6
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +21 -7
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +10 -0
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +10 -0
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +25 -14
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +25 -13
- package/bundle/obf/src/templates/meteor/template/template.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/template/template.js.tsx +1 -1
- package/bundle/obf/src/templates/react/component/component.js.jsx +2 -6
- package/bundle/obf/src/templates/react/component/component.js.tsx +2 -6
- package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -5
- package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -5
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/actions/actions.test.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/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0xf4))/0x1*(-parseInt(m(0xde))/0x2)+parseInt(m(0xf2))/0x3*(-parseInt(m(0x103))/0x4)+-parseInt(m(0x102))/0x5+-parseInt(m(0x101))/0x6*(parseInt(m(0xfd))/0x7)+parseInt(m(0xfc))/0x8*(-parseInt(m(0xf6))/0x9)+-parseInt(m(0xec))/0xa+-parseInt(m(0xfa))/0xb*(-parseInt(m(0xee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x6757a));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0xe9)]()[o(0xf5)](o(0xdc))['toString']()[o(0xf7)](a96a)[o(0xf5)]('(((.+)+)+)+$');});a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a96p(0xf9)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0xea)]+'@'+b[q(0xeb)],g=a96e[q(0xe5)](b[q(0xfb)],b['pem']),h=c?.[q(0xed)]||![],i=c?.[q(0xe3)]||![];let j=[];h&&j['push']('-t');i&&j[q(0xdf)]('-v');j=j[q(0xf0)](['-o',q(0x100),'-i',g,'-p',b[q(0xef)],f,a]);const k=Log[q(0xe0)]();c?.[q(0xf1)]&&k[q(0xe1)](c?.[q(0xf1)]);const l=spawn(q(0xf9),j,{'stdio':c?.[q(0xe7)]?'inherit':'ignore'});l['on'](q(0xe4),()=>{const r=q;c?.[r(0xf1)]&&k[r(0xf3)](),d();}),l['on']('close',()=>{c?.['message']&&k['success'](),d();}),l['on'](q(0xdb),()=>{const s=q;c?.[s(0xf1)]&&k[s(0xff)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a96p,d=b[t(0xea)]+'@'+b[t(0xeb)],e=a96e[t(0xe5)](b['env'],b[t(0xf8)]),f=c?.[t(0xed)]||![],g=c?.[t(0xe3)]||![];let h=[];f&&h[t(0xdf)]('-t'),g&&h[t(0xdf)]('-v'),h=h[t(0xf0)](['-o',t(0x100),'-i',e,'-p',b[t(0xef)],d,a]),spawnSync('ssh',h,{'stdio':c?.[t(0xe7)]?t(0xd9):'ignore'});};static[a96p(0xe8)](a,b,c){const u=a96p,d=b[u(0xea)]+'@'+b[u(0xeb)],e=a96e[u(0xe5)](b['env'],b['pem']),f=c?.['tty']||![];let g=[];f&&g[u(0xdf)]('-t');g=g['concat'](['-o',u(0x100),'-i',e,'-p',b[u(0xef)],d,a,'2>&1']);const h=u(0xdd)+g[u(0xe5)]('\x20');return execSync(h)['toString']();}static[a96p(0xfe)](a,b){const v=a96p,c=b[v(0xea)]+'@'+b[v(0xeb)]+':'+a[v(0xe6)],d=a96e[v(0xe5)](b['env'],b[v(0xf8)]),e=['-i',d,'-P',b[v(0xef)],a[v(0xda)],c];spawnSync(v(0xfe),e,{'stdio':a[v(0xe7)]?v(0xd9):'ignore'});}}export{SSH};function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xd9;let f=c[d];return f;},a96d(a,b);}function a96c(){const w=['constructor','pem','ssh','4829OavrkG','env','80JEQXDt','325003xXQxAd','scp','failure','ConnectTimeout=2','36ImGDOh','1851045GZOCbH','15556gYtALZ','inherit','source','error','(((.+)+)+)+$','ssh\x20','652dzxAhq','push','withSpinner','start','apply','sshVerbose','disconnect','join','dest','verbose','ping','toString','user','host','2307300Awbfit','tty','47160JYKlHo','port','concat','message','57WqgbRD','success','729XRcNRy','search','527607bDFyIf'];a96c=function(){return w;};return a96c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0xf2))/0x1*(parseInt(f(0xe9))/0x2)+-parseInt(f(0xf4))/0x3+parseInt(f(0xe7))/0x4+-parseInt(f(0xec))/0x5*(parseInt(f(0xf0))/0x6)+parseInt(f(0xea))/0x7+-parseInt(f(0xee))/0x8*(parseInt(f(0xeb))/0x9)+parseInt(f(0xe8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xaca98));function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xe7;var f=c[d];return f;},a97d(a,b);}var a97b=(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;};}()),a97a=a97b(this,function(){var g=a97d;return a97a[g(0xef)]()['search'](g(0xf3))['toString']()[g(0xed)](a97a)[g(0xf1)]('(((.+)+)+)+$');});function a97c(){var h=['toString','6YHvypg','search','7ZwOeOS','(((.+)+)+)+$','1184688QwDbSR','1035644JaRnNm','5778170vExEEe','346204yBvTcR','4400865DLuEFv','3686328IeWPCo','3779165gPBYiK','constructor','16YduRES'];a97c=function(){return h;};return a97c();}a97a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
function a99c(){const l=['req','77245QJHrPO','618gxdFDu','-nodes','keyName','csrName','362XHvmYJ','openssl','-newkey','20sOBzoF','cwd','117azwjnU','-out','22yxRZpD','1139728yFOKoN','-keyout','-new','-key','constructor','10075016bHLEEo','6057PDvNsX','5089350DHteBg','(((.+)+)+)+$','useConfig','search','genCSR','apply','30079752KHdUNz','55730bcyMXS','openssl.conf','push','crtName','genSSC'];a99c=function(){return l;};return a99c();}const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x112))/0x1*(parseInt(f(0x104))/0x2)+-parseInt(f(0x113))/0x3+-parseInt(f(0x10c))/0x4*(-parseInt(f(0x107))/0x5)+parseInt(f(0x100))/0x6*(-parseInt(f(0xff))/0x7)+-parseInt(f(0x111))/0x8+-parseInt(f(0x109))/0x9*(parseInt(f(0x11a))/0xa)+parseInt(f(0x10b))/0xb*(parseInt(f(0x119))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xd9bae));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()[h(0x116)](h(0x114))['toString']()[h(0x110)](a99a)[h(0x116)](h(0x114));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xff;let f=c[d];return f;},a99d(a,b);}a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0x117)](a){const j=a99i,b=a[j(0x108)]?a[j(0x108)]:process['cwd'](),c=[j(0x11f),j(0x10e),j(0x106),'rsa:2048',j(0x101),j(0x10d),a['keyName'],j(0x10a),a[j(0x103)]];a[j(0x115)]&&(c[j(0x11c)]('-config'),c[j(0x11c)](j(0x11b))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static[a99i(0x11e)](a){const k=a99i,b=a[k(0x108)]?a[k(0x108)]:process[k(0x108)](),c=[k(0x11f),'-x509','-new',k(0x10f),a[k(0x102)],k(0x10a),a[k(0x11d)]];a['useConfig']&&(c['push']('-config'),c[k(0x11c)]('openssl.conf')),spawnSync(k(0x105),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.5",
|
|
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.",
|