@rindle/room 0.7.6 → 0.7.8

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/room",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "type": "module",
5
5
  "description": "Rindle Realtime room: the wasm room core (rindle-room-wasm) plus the Node test shell that drives the same build — upstream ws subscriber of rindled, downstream ws server speaking the @rindle/remote protocol verbatim (RINDLE-REALTIME-DESIGN.md §11 P0).",
6
6
  "main": "./dist/index.js",
@@ -54,12 +54,12 @@
54
54
  "@types/node": "^22.10.0",
55
55
  "@types/ws": "^8.5.13",
56
56
  "typescript": "^5.7.0",
57
- "@rindle/client": "0.7.6",
58
- "@rindle/remote": "0.7.6",
59
- "@rindle/optimistic": "0.7.6",
60
- "@rindle/wasm": "0.7.6",
61
- "@rindle/api-server": "0.7.6",
62
- "@rindle/daemon-client": "0.7.6"
57
+ "@rindle/api-server": "0.7.8",
58
+ "@rindle/client": "0.7.8",
59
+ "@rindle/optimistic": "0.7.8",
60
+ "@rindle/daemon-client": "0.7.8",
61
+ "@rindle/remote": "0.7.8",
62
+ "@rindle/wasm": "0.7.8"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsc -p tsconfig.build.json",