hytopia 0.3.23 → 0.3.24

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/bin/scripts.js +1 -1
  2. package/package.json +1 -1
package/bin/scripts.js CHANGED
@@ -259,7 +259,7 @@ function packageProject() {
259
259
 
260
260
  // Listen for all archive data to be written
261
261
  output.on('close', function() {
262
- console.log(`✅ Project packaged successfully! (${archive.pointer()} total bytes)`);
262
+ console.log(`✅ Project packaged successfully! (${(archive.pointer() / 1024 / 1024).toFixed(2)} MB)`);
263
263
  console.log(`📁 Package saved to: ${outputFile}`);
264
264
  });
265
265
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {