@minecraft-docker/mcctl 1.3.1 → 1.4.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -73,7 +73,7 @@ mcctl logs myserver
73
73
 
74
74
  ## Documentation
75
75
 
76
- - [Full Documentation](https://smallmiro.github.io/minecraft-server-manager/)
76
+ - [Full Documentation](https://minecraft-server-manager.readthedocs.io/)
77
77
  - [GitHub Repository](https://github.com/smallmiro/minecraft-server-manager)
78
78
 
79
79
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft-docker/mcctl",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "CLI tool for managing Docker Minecraft servers with mc-router",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,6 +38,7 @@
38
38
  "url": "https://github.com/smallmiro/minecraft-server-manager.git",
39
39
  "directory": "platform/services/cli"
40
40
  },
41
+ "homepage": "https://minecraft-server-manager.readthedocs.io/",
41
42
  "engines": {
42
43
  "node": ">=18.0.0"
43
44
  },
@@ -46,12 +47,14 @@
46
47
  "darwin"
47
48
  ],
48
49
  "dependencies": {
49
- "@minecraft-docker/shared": "^1.3.1",
50
50
  "@clack/prompts": "^0.8.0",
51
- "picocolors": "^1.1.0"
51
+ "@minecraft-docker/shared": "^1.4.0",
52
+ "picocolors": "^1.1.0",
53
+ "tar": "^7.5.4"
52
54
  },
53
55
  "devDependencies": {
54
56
  "@types/node": "^20.10.0",
57
+ "@types/tar": "^6.1.13",
55
58
  "typescript": "^5.3.0"
56
59
  }
57
60
  }