anchordb-relay 1.1.0 → 1.2.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ driven by any socket implementation — or tested without opening a port.
|
|
|
141
141
|
|
|
142
142
|
## Status
|
|
143
143
|
|
|
144
|
-
**1.
|
|
144
|
+
**1.2.0.** MIT.
|
|
145
145
|
|
|
146
146
|
Tested: room routing and isolation, frame limits, kept and chosen rooms, and a whole session over
|
|
147
147
|
real sockets — a relay server, an app publishing itself, and a Lens client that pairs with only the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anchordb-relay",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Development-only relay that brokers Anchor Inspector connections between a mobile app and Anchor Lens.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"prepublishOnly": "npm run typecheck && npm run build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"anchordb": "^1.
|
|
42
|
+
"anchordb": "^1.2.0",
|
|
43
43
|
"qrcode-terminal": "^0.12.0",
|
|
44
44
|
"ws": "^8.18.0"
|
|
45
45
|
},
|