hytopia 0.10.44 → 0.10.45

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/bin/scripts.js CHANGED
@@ -516,7 +516,7 @@ function checkHostsConfiguration(verbose = false) {
516
516
  `127.0.0.1 ${DOMAIN}`,
517
517
  `::1 ${DOMAIN}`,
518
518
  managedEnd,
519
- ''
519
+ '', '' // double empty line to give spacing in hosts for nicer formatting
520
520
  ].join(EOL);
521
521
 
522
522
  const newContent = block + content;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.10.44",
3
+ "version": "0.10.45",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "type": "module",
6
6
  "main": "./server.mjs",