@casual-simulation/aux-runtime 3.3.3-alpha.8941995802 → 3.3.3
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-runtime",
|
|
3
|
-
"version": "3.3.3
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "Runtime for AUX projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@casual-simulation/aux-common": "^3.3.1",
|
|
36
|
-
"@casual-simulation/aux-records": "^3.3.
|
|
36
|
+
"@casual-simulation/aux-records": "^3.3.2",
|
|
37
37
|
"@casual-simulation/crypto": "^3.2.7",
|
|
38
38
|
"@casual-simulation/engine262": "0.0.1-4de2170374e22761996e46eb1362f4496ee57f8f",
|
|
39
39
|
"@casual-simulation/error-stack-parser": "^2.0.7",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"**/*.d.ts",
|
|
80
80
|
"**/*.def"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "401c79d9e76b3bfbdf89a1f62ecbb074a35c2b86"
|
|
83
83
|
}
|
|
@@ -796,7 +796,7 @@ export interface RoomRemoteOptions {
|
|
|
796
796
|
/**
|
|
797
797
|
* Gets the connection quality of the remote user.
|
|
798
798
|
*/
|
|
799
|
-
connectionQuality: 'excellent' | 'good' | 'poor' | 'unknown';
|
|
799
|
+
connectionQuality: 'excellent' | 'good' | 'poor' | 'lost' | 'unknown';
|
|
800
800
|
/**
|
|
801
801
|
* Whether the remote user has enabled their camera video.
|
|
802
802
|
*/
|