@real-router/core 0.123.1 → 0.125.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.
@@ -26,6 +26,11 @@ import { Params, SearchParams } from "../types/base.mjs";
26
26
  * behaviour change, not a refactor. Phases 2 and 4 closed without un-wiring
27
27
  * it: ⑤a stays on the interceptable.
28
28
  *
29
+ * ⚠ ⑤a is no longer the only seam the href door runs. `router.buildPath` puts
30
+ * its intent through the `forwardState` chain first (#2087), above the merge
31
+ * this port's contract sits below — so what an interceptor injects there wins
32
+ * over a route default, exactly as it does for `navigate`.
33
+ *
29
34
  * Accessors arrived with their consumers, as designed — `queryNames` with the
30
35
  * channel guard, `admitsUndeclaredQuery` with the mode gate (#1575),
31
36
  * `pathNames` and the two sinks with the diagnostics (#1579 / #1584). One
@@ -1 +1 @@
1
- {"version":3,"file":"port.d.mts","names":[],"sources":["../../../src/pipeline/port.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAwCiB;;;;;;;;EAQf,iBACE,cACA,QAAQ,QACR,SAAS;IAET;IACA,QAAQ;IAIR,SAAS;;;;;;;;;;;;;;;;;;;;;;EAuBX,gBAAgB,iBAAiB;EACjC,gBAAgB,iBAAiB;;;;;;;EAQjC,YAAY,cAAc,QAAQ,QAAQ,QAAQ;;;;;;;EAQlD,aAAa;;;;;;;EAQb;;;;;;;;;;;;;;;;;;EAmBA,0BACI,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAsBvB,YAAY;;;;;;;;;;;;;;;;;;;EAoBZ,6BACI,mBAAmB"}
1
+ {"version":3,"file":"port.d.mts","names":[],"sources":["../../../src/pipeline/port.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA6CiB;;;;;;;;EAQf,iBACE,cACA,QAAQ,QACR,SAAS;IAET;IACA,QAAQ;IAIR,SAAS;;;;;;;;;;;;;;;;;;;;;;EAuBX,gBAAgB,iBAAiB;EACjC,gBAAgB,iBAAiB;;;;;;;EAQjC,YAAY,cAAc,QAAQ,QAAQ,QAAQ;;;;;;;EAQlD,aAAa;;;;;;;EAQb;;;;;;;;;;;;;;;;;;EAmBA,0BACI,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAsBvB,YAAY;;;;;;;;;;;;;;;;;;;EAoBZ,6BACI,mBAAmB"}
@@ -1 +1 @@
1
- import{i as e,s as t}from"./internals-CVtV8QRG.mjs";export{e as getInternals,t as validateRoute};
1
+ import{i as e,s as t}from"./internals-BTd17ELQ.mjs";export{e as getInternals,t as validateRoute};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@real-router/core",
3
- "version": "0.123.1",
3
+ "version": "0.125.0",
4
4
  "type": "commonjs",
5
5
  "description": "A simple, powerful, view-agnostic, modular and extensible router",
6
6
  "main": "./dist/cjs/index.js",