@cross-deck/web 1.6.2 → 1.6.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to `@cross-deck/web` will be documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [1.6.3] — 2026-06-01
6
+
7
+ Patch — error-capture noise reduction. The fetch wrapper raised an
8
+ `HTTPError(status 0)` for **every** failed request, including the opaque
9
+ `TypeError` an adblocker, an offline device, or an aborted navigation
10
+ produces. Per the Fetch spec these are indistinguishable from a real outage,
11
+ so `status 0` is the single biggest false-alarm source in browser error
12
+ tracking — a developer's own adblocker blocking a first-party asset would
13
+ page as a production error. No public API change.
14
+
15
+ **Status-0 network failures from unambiguous client noise are no longer
16
+ reported.** A new internal predicate suppresses three cases: `AbortError`
17
+ (navigation / explicit cancel), offline (`navigator.onLine === false`), and
18
+ **same-origin** failures — the page itself loaded from that origin, so it's
19
+ demonstrably reachable; a status-0 there is client-side blocking, not a
20
+ server fault. Genuine same-origin server failures still surface as 5xx on
21
+ the success path. **Cross-origin outages still report** — real signal is
22
+ kept, only the noise is dropped. The request breadcrumb still fires
23
+ regardless, so context is preserved on other errors.
24
+
5
25
  ## [1.6.2] — 2026-05-31
6
26
 
7
27
  Patch — session-boundary correctness. A stored session could span a gap
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "generatedAt": "2026-06-01T05:25:25.624Z",
3
+ "generatedAt": "2026-06-01T07:38:09.435Z",
4
4
  "sdk": "@cross-deck/web",
5
- "sdkVersion": "1.6.2",
6
- "bundledIn": "@cross-deck/web@1.6.2",
5
+ "sdkVersion": "1.6.3",
6
+ "bundledIn": "@cross-deck/web@1.6.3",
7
7
  "count": 9,
8
8
  "contracts": [
9
9
  {
@@ -126,7 +126,7 @@
126
126
  "legal/security/index.html#diagnostic",
127
127
  "legal/sdk-data/index.html#b-diagnostic"
128
128
  ],
129
- "bundledIn": "@cross-deck/web@1.6.2"
129
+ "bundledIn": "@cross-deck/web@1.6.3"
130
130
  },
131
131
  {
132
132
  "id": "error-envelope-shape",
@@ -165,7 +165,7 @@
165
165
  ],
166
166
  "registeredAt": "2026-05-26",
167
167
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 8 (codifies existing contract)",
168
- "bundledIn": "@cross-deck/web@1.6.2"
168
+ "bundledIn": "@cross-deck/web@1.6.3"
169
169
  },
170
170
  {
171
171
  "id": "flush-interval-parity",
@@ -210,7 +210,7 @@
210
210
  ],
211
211
  "registeredAt": "2026-05-26",
212
212
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 3.3",
213
- "bundledIn": "@cross-deck/web@1.6.2"
213
+ "bundledIn": "@cross-deck/web@1.6.3"
214
214
  },
215
215
  {
216
216
  "id": "idempotency-key-deterministic",
@@ -315,7 +315,7 @@
315
315
  ],
316
316
  "registeredAt": "2026-05-26",
317
317
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 2.2.a + 2.2.b + 2.2.c",
318
- "bundledIn": "@cross-deck/web@1.6.2"
318
+ "bundledIn": "@cross-deck/web@1.6.3"
319
319
  },
320
320
  {
321
321
  "id": "init-reentry-drains-prior-queue",
@@ -342,7 +342,7 @@
342
342
  ],
343
343
  "registeredAt": "2026-05-26",
344
344
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 5.5",
345
- "bundledIn": "@cross-deck/web@1.6.2"
345
+ "bundledIn": "@cross-deck/web@1.6.3"
346
346
  },
347
347
  {
348
348
  "id": "per-user-cache-isolation",
@@ -421,7 +421,7 @@
421
421
  ],
422
422
  "registeredAt": "2026-05-26",
423
423
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 1.3 (web/RN) + dogfood-gap fix (swift + android)",
424
- "bundledIn": "@cross-deck/web@1.6.2"
424
+ "bundledIn": "@cross-deck/web@1.6.3"
425
425
  },
426
426
  {
427
427
  "id": "sdk-error-codes-catalogue",
@@ -466,7 +466,7 @@
466
466
  ],
467
467
  "registeredAt": "2026-05-26",
468
468
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 6.2",
469
- "bundledIn": "@cross-deck/web@1.6.2"
469
+ "bundledIn": "@cross-deck/web@1.6.3"
470
470
  },
471
471
  {
472
472
  "id": "super-property-merge-precedence",
@@ -507,7 +507,7 @@
507
507
  ],
508
508
  "registeredAt": "2026-05-26",
509
509
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 3.2",
510
- "bundledIn": "@cross-deck/web@1.6.2"
510
+ "bundledIn": "@cross-deck/web@1.6.3"
511
511
  },
512
512
  {
513
513
  "id": "sync-purchases-funnel-parity",
@@ -540,7 +540,7 @@
540
540
  ],
541
541
  "registeredAt": "2026-05-26",
542
542
  "firstRegisteredIn": "bank-grade reconciliation v1.4.0 — phase 3.5",
543
- "bundledIn": "@cross-deck/web@1.6.2"
543
+ "bundledIn": "@cross-deck/web@1.6.3"
544
544
  }
545
545
  ]
546
546
  }