@adapt-toolkit/broker 0.9.5 → 0.9.7
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adapt-toolkit/broker",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"description": "The ADAPT message broker — the relay wrappers connect through. Standalone server package: run `npx adapt-broker --host <h> --port <p>`, or embed via the Broker class. Split out of @adapt-toolkit/sdk so client installs don't carry server-only dependencies (better-sqlite3, geoip-lite).",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test": "vitest run"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@adapt-toolkit/sdk": "0.9.
|
|
33
|
+
"@adapt-toolkit/sdk": "0.9.7",
|
|
34
34
|
"async": "^3.2.5",
|
|
35
35
|
"better-sqlite3": "^11.10.0",
|
|
36
36
|
"express": "^4.19.0",
|