@antha/multiplayer-core 0.14.2 → 0.15.0
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.
|
@@ -380,7 +380,7 @@ export class WebrtcMultiplayerController extends ListenTarget {
|
|
|
380
380
|
log.error(ensureErrorAndPrependMessage(error, `WebSocket message failed: ${stringify(message)}`));
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
|
-
error
|
|
383
|
+
error(error) {
|
|
384
384
|
log.error(error);
|
|
385
385
|
},
|
|
386
386
|
close: () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antha/multiplayer-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Core functionalities for Antha multiplayer mods.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vir",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"test:docs": "virmator docs check"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@augment-vir/assert": "^32.
|
|
40
|
-
"@augment-vir/common": "^32.
|
|
39
|
+
"@augment-vir/assert": "^32.3.0",
|
|
40
|
+
"@augment-vir/common": "^32.3.0",
|
|
41
41
|
"@rest-vir/api": "^2.3.2",
|
|
42
42
|
"@sinclair/typebox": "^0.34.52",
|
|
43
43
|
"date-vir": "^9.1.1",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"url-vir": "^2.2.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@augment-vir/test": "^32.
|
|
49
|
+
"@augment-vir/test": "^32.3.0",
|
|
50
50
|
"@web/dev-server-esbuild": "^2.0.0",
|
|
51
51
|
"@web/test-runner": "^1.0.0",
|
|
52
52
|
"@web/test-runner-playwright": "^1.0.0",
|