hytopia 0.14.9 → 0.14.11

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 +73 -73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.14.9",
3
+ "version": "0.14.11",
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
@@ -3674,6 +3674,7 @@ export declare class ModelRegistry {
3674
3674
 
3675
3675
 
3676
3676
 
3677
+
3677
3678
  }
3678
3679
 
3679
3680
  /** A trimesh for a model. @public */