hytopia 0.10.49 → 0.11.1

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 (3) hide show
  1. package/package.json +1 -1
  2. package/server.d.ts +1 -0
  3. package/server.mjs +181 -178
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.10.49",
3
+ "version": "0.11.1",
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",
package/server.d.ts CHANGED
@@ -3546,6 +3546,7 @@ export declare class ModelRegistry {
3546
3546
 
3547
3547
 
3548
3548
 
3549
+
3549
3550
  }
3550
3551
 
3551
3552
  /** A trimesh for a model. @public */