ludus-cli 0.1.5 → 0.1.8

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 +7 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -70,4 +70,10 @@ Full documentation, configuration reference, and prerequisites: [github.com/jpve
70
70
 
71
71
  ## License
72
72
 
73
- [MIT](https://github.com/jpvelasco/ludus/blob/main/LICENSE)
73
+ Ludus is released under the **MIT License** (see [LICENSE](https://github.com/jpvelasco/ludus/blob/main/LICENSE) for full text).
74
+
75
+ All third-party dependencies are also MIT or Apache 2.0 licensed.
76
+
77
+ **Unreal Engine 5 usage note**:
78
+ This tool does **not** include or redistribute any UE5 source code or binaries.
79
+ You must obtain UE5 source code directly from Epic Games via GitHub (requires a valid Epic developer account). Ludus only orchestrates your legally obtained engine source and builds — all resulting engine images, game servers, and deployments are governed by Epic's EULA, which allows private use and modification but prohibits public distribution of built engine binaries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ludus-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.8",
4
4
  "description": "UE5 dedicated server deployment CLI with MCP server",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,10 +45,10 @@
45
45
  "bin/"
46
46
  ],
47
47
  "binaryChecksums": {
48
- "ludus_0.1.5_darwin_amd64.tar.gz": "21b8221cd99098316eeeedab71ce92cc014e3a8239df6c7e3eb28a47576c20d0",
49
- "ludus_0.1.5_darwin_arm64.tar.gz": "aed261c5b75ab8890555d128cb332c111e6114e8831e4992854885add5630fb1",
50
- "ludus_0.1.5_linux_amd64.tar.gz": "8e113d98bf197f94f6bd0fbcd6479e5f705ff73f6d02d601a572aad32f887cdb",
51
- "ludus_0.1.5_linux_arm64.tar.gz": "a0ae56fdacbac301e0ca2e021c5ff9bf6877d64ff6ac3c13c87078b73e7849e6",
52
- "ludus_0.1.5_windows_amd64.zip": "0a3103b8d0ccb0b83d5759b64d1f7526aad20a735ccfbabc8a4a5df1f3ff3926"
48
+ "ludus_0.1.8_darwin_amd64.tar.gz": "dee1231adf99747251dbd393f7aa45c798ecfe960071fd82e344993f44cb9792",
49
+ "ludus_0.1.8_darwin_arm64.tar.gz": "2dda72b834a8f461cb3117eadbd3132aeeeea80c09ba8f0e28655e85640ae304",
50
+ "ludus_0.1.8_linux_amd64.tar.gz": "2ed4dcdca36f0e09b8f14d6b7565170c0d46c834dc40d586d368df359eca18a9",
51
+ "ludus_0.1.8_linux_arm64.tar.gz": "2d2136ae00bc0ad2750ed048cc50ee6480e2ee61711114b662e9a4fbf3c327fb",
52
+ "ludus_0.1.8_windows_amd64.zip": "96bcbf9cd4978730e359c9e1424d47cc7e561cb026e813b6470535cd461a21b1"
53
53
  }
54
54
  }