@cross-deck/web 1.6.4 → 1.8.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "generatedAt": "2026-06-01T09:52:17.794Z",
3
+ "generatedAt": "2026-06-11T07:13:22.322Z",
4
4
  "sdk": "@cross-deck/web",
5
5
  "codes": [
6
6
  {
@@ -191,6 +191,13 @@
191
191
  "description": "A field is present but the value failed validation (wrong shape, wrong length, wrong enum value).",
192
192
  "resolution": "Read error.message for the specific field + reason. SDK-managed call sites should never emit this — file a bug if you do.",
193
193
  "retryable": false
194
+ },
195
+ {
196
+ "code": "sdk_version_unsupported",
197
+ "type": "version_error",
198
+ "description": "HTTP 426 — your installed SDK sends an event format the server no longer accepts. The data is good; only the wire dialect is too old. The SDK PARKS automatically: events are held on-device (paused, not lost) and deliver on the next launch after you upgrade.",
199
+ "resolution": "Update @cross-deck/web to at least the version in error.minVersion and redeploy — the parked queue backfills automatically. See https://cross-deck.com/docs/sdk-event-durability/.",
200
+ "retryable": false
194
201
  }
195
202
  ]
196
203
  }