@minecraft-docker/shared 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 +2 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ This package follows **Hexagonal Architecture** (Clean Architecture):
60
60
 
61
61
  ## Documentation
62
62
 
63
- - [Full Documentation](https://smallmiro.github.io/minecraft-server-manager/)
63
+ - [Full Documentation](https://minecraft-server-manager.readthedocs.io/)
64
64
  - [GitHub Repository](https://github.com/smallmiro/minecraft-server-manager)
65
65
 
66
66
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft-docker/shared",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "Shared utilities and types for Minecraft Docker platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -60,6 +60,7 @@
60
60
  "url": "https://github.com/smallmiro/minecraft-server-manager.git",
61
61
  "directory": "platform/services/shared"
62
62
  },
63
+ "homepage": "https://minecraft-server-manager.readthedocs.io/",
63
64
  "devDependencies": {
64
65
  "@types/node": "^20.10.0",
65
66
  "typescript": "^5.3.0"