@4players/odin-nodejs 0.9.1 → 0.9.2
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/odin.room.d.ts +1 -1
- package/package.json +1 -1
package/odin.room.d.ts
CHANGED
|
@@ -471,7 +471,7 @@ export declare class OdinRoom {
|
|
|
471
471
|
* Note: It's crucial to maintain consistent scaling across all client applications.
|
|
472
472
|
* @param scale - The new scaling factor to use.
|
|
473
473
|
*/
|
|
474
|
-
setPositionScale(scale: number);
|
|
474
|
+
setPositionScale(scale: number): void;
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
477
|
* Closes the room and disconnects from the server.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4players/odin-nodejs",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "NodeJS bindings for the ODIN SDK. Use for AI enhanced human interactions, content moderation and audio processing features in a backend.",
|
|
5
5
|
"main": "index.cjs",
|
|
6
6
|
"types": "index.d.ts",
|