@maka/maka-cli 4.6.16 → 4.6.18
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 +31 -32
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/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/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kit.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +31 -32
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.6.
|
|
4
|
+
"version": "4.6.18",
|
|
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.",
|
|
@@ -36,25 +36,24 @@
|
|
|
36
36
|
"author": "Matthew Campbell <mjmcee@gmail.com>",
|
|
37
37
|
"license": "LICENSED",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aws-sdk/client-ec2": "^3.
|
|
40
|
-
"@aws-sdk/client-ecr": "^3.
|
|
41
|
-
"@aws-sdk/client-route-53": "^3.
|
|
42
|
-
"@aws-sdk/client-route-53-domains": "^3.
|
|
39
|
+
"@aws-sdk/client-ec2": "^3.414.0",
|
|
40
|
+
"@aws-sdk/client-ecr": "^3.414.0",
|
|
41
|
+
"@aws-sdk/client-route-53": "^3.414.0",
|
|
42
|
+
"@aws-sdk/client-route-53-domains": "^3.414.0",
|
|
43
43
|
"blessed": "^0.1.81",
|
|
44
44
|
"change-case": "^4.1.2",
|
|
45
45
|
"cli-color": "^2.0.3",
|
|
46
46
|
"cli-cursor": "^4.0.0",
|
|
47
47
|
"cli-table": "^0.3.11",
|
|
48
|
-
"deasync": "^0.1.28",
|
|
49
48
|
"delete": "^1.1.0",
|
|
50
49
|
"dotenv": "^16.3.1",
|
|
51
50
|
"ejs": "^3.1.9",
|
|
52
51
|
"elegant-spinner": "^3.0.0",
|
|
53
|
-
"eslint": "^8.
|
|
52
|
+
"eslint": "^8.49.0",
|
|
54
53
|
"http-proxy": "^1.18.1",
|
|
55
54
|
"humps": "^2.0.1",
|
|
56
|
-
"inquirer": "^9.2.
|
|
57
|
-
"jsonwebtoken": "^9.0.
|
|
55
|
+
"inquirer": "^9.2.11",
|
|
56
|
+
"jsonwebtoken": "^9.0.2",
|
|
58
57
|
"latest-version": "^7.0.0",
|
|
59
58
|
"minimist": "^1.2.8",
|
|
60
59
|
"node-forge": "^1.3.1",
|
|
@@ -64,46 +63,46 @@
|
|
|
64
63
|
"slash": "^5.1.0",
|
|
65
64
|
"spawn-args": "0.2.0",
|
|
66
65
|
"tar": "^6.2.0",
|
|
67
|
-
"uuid": "^9.0.
|
|
66
|
+
"uuid": "^9.0.1",
|
|
68
67
|
"xtend": "^4.0.2"
|
|
69
68
|
},
|
|
70
69
|
"devDependencies": {
|
|
71
|
-
"@aws-sdk/types": "^3.
|
|
72
|
-
"@types/blessed": "^0.1.
|
|
73
|
-
"@types/chai": "^4.3.
|
|
70
|
+
"@aws-sdk/types": "^3.413.0",
|
|
71
|
+
"@types/blessed": "^0.1.23",
|
|
72
|
+
"@types/chai": "^4.3.6",
|
|
74
73
|
"@types/change-case": "^2.3.1",
|
|
75
|
-
"@types/cli-color": "^2.0.
|
|
76
|
-
"@types/cli-table": "^0.3.
|
|
74
|
+
"@types/cli-color": "^2.0.3",
|
|
75
|
+
"@types/cli-table": "^0.3.2",
|
|
77
76
|
"@types/ejs": "^3.1.2",
|
|
78
|
-
"@types/fibers": "^3.1.
|
|
79
|
-
"@types/http-proxy": "^1.17.
|
|
80
|
-
"@types/humps": "^2.0.
|
|
77
|
+
"@types/fibers": "^3.1.2",
|
|
78
|
+
"@types/http-proxy": "^1.17.12",
|
|
79
|
+
"@types/humps": "^2.0.4",
|
|
81
80
|
"@types/inquirer": "^9.0.3",
|
|
82
|
-
"@types/jest": "^29.5.
|
|
83
|
-
"@types/jsonwebtoken": "^9.0.
|
|
84
|
-
"@types/meteor": "^2.9.
|
|
81
|
+
"@types/jest": "^29.5.5",
|
|
82
|
+
"@types/jsonwebtoken": "^9.0.3",
|
|
83
|
+
"@types/meteor": "^2.9.4",
|
|
85
84
|
"@types/minimist": "^1.2.2",
|
|
86
|
-
"@types/node": "^20.
|
|
87
|
-
"@types/react": "^18.2.
|
|
85
|
+
"@types/node": "^20.6.2",
|
|
86
|
+
"@types/react": "^18.2.21",
|
|
88
87
|
"@types/react-dom": "^18.2.7",
|
|
89
|
-
"@types/uuid": "^9.0.
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
91
|
-
"@typescript-eslint/parser": "^6.
|
|
92
|
-
"aws-sdk": "^2.
|
|
93
|
-
"chai": "^4.3.
|
|
88
|
+
"@types/uuid": "^9.0.4",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
90
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
91
|
+
"aws-sdk": "^2.1459.0",
|
|
92
|
+
"chai": "^4.3.8",
|
|
94
93
|
"chdir": "^0.0.0",
|
|
95
94
|
"concat-stream": "^2.0.0",
|
|
96
95
|
"concurrently": "^8.2.1",
|
|
97
|
-
"esbuild": "^0.19.
|
|
96
|
+
"esbuild": "^0.19.3",
|
|
98
97
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
99
98
|
"eslint-plugin-import": "^2.28.1",
|
|
100
99
|
"husky": "^8.0.3",
|
|
101
|
-
"javascript-obfuscator": "^4.0
|
|
102
|
-
"jest": "^29.
|
|
100
|
+
"javascript-obfuscator": "^4.1.0",
|
|
101
|
+
"jest": "^29.7.0",
|
|
103
102
|
"mkdirp": "^3.0.1",
|
|
104
103
|
"pkg": "^5.8.1",
|
|
105
104
|
"ts-jest": "^29.1.1",
|
|
106
|
-
"typescript": "^5.
|
|
105
|
+
"typescript": "^5.2.2",
|
|
107
106
|
"wait-on": "^7.0.1"
|
|
108
107
|
},
|
|
109
108
|
"pkg": {
|