hytopia 0.14.7 → 0.14.9

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 +2 -0
  3. package/server.mjs +61 -61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.14.7",
3
+ "version": "0.14.9",
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
@@ -2331,6 +2331,7 @@ export declare class ErrorHandler {
2331
2331
  */
2332
2332
  static fatalError(message: string, context?: string): never;
2333
2333
 
2334
+
2334
2335
  }
2335
2336
 
2336
2337
  /**
@@ -3672,6 +3673,7 @@ export declare class ModelRegistry {
3672
3673
 
3673
3674
 
3674
3675
 
3676
+
3675
3677
  }
3676
3678
 
3677
3679
  /** A trimesh for a model. @public */