@workerdeck/client 0.22.0 → 0.23.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workerdeck/client",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "type": "module",
5
5
  "description": "Typed WorkerDeck protocol client for browsers and Node: REST session management plus a WebSocket attach with auto-reconnect and replay-from-last-seq. Uses the platform's fetch and WebSocket; zero runtime deps.",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@workerdeck/protocol": "0.22.0"
20
+ "@workerdeck/protocol": "0.23.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.0",
@@ -26,8 +26,8 @@
26
26
  "tsdown": "^0.21.10",
27
27
  "vitest": "^3.2.7",
28
28
  "ws": "^8.21.1",
29
- "@workerdeck/core": "0.22.0",
30
- "@workerdeck/server": "0.22.0"
29
+ "@workerdeck/core": "0.23.0",
30
+ "@workerdeck/server": "0.23.0"
31
31
  },
32
32
  "author": "Tobias Strebitzer",
33
33
  "repository": {