anchordb-relay 0.2.1 → 1.0.1
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
|
@@ -90,7 +90,7 @@ driven by any socket implementation — or tested without opening a port.
|
|
|
90
90
|
|
|
91
91
|
## Status
|
|
92
92
|
|
|
93
|
-
**0.
|
|
93
|
+
**1.0.0.** MIT.
|
|
94
94
|
|
|
95
95
|
**37 tests.** Room routing and isolation, frame limits, and the MongoDB bridge: access control,
|
|
96
96
|
streamed reads, all three write modes, session lifetime, and that a password reaches neither a log
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anchordb-relay",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
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": "^0.
|
|
42
|
+
"anchordb": "^1.0.1",
|
|
43
43
|
"ws": "^8.18.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|