hytopia 0.14.8 → 0.14.10
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/package.json +1 -1
- package/server.d.ts +3 -0
- package/server.mjs +77 -77
package/package.json
CHANGED
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,8 @@ export declare class ModelRegistry {
|
|
|
3672
3673
|
|
|
3673
3674
|
|
|
3674
3675
|
|
|
3676
|
+
|
|
3677
|
+
|
|
3675
3678
|
}
|
|
3676
3679
|
|
|
3677
3680
|
/** A trimesh for a model. @public */
|