@emeryld/rrroutes-client 2.4.6 → 2.4.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.
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -149,7 +149,6 @@ function toArgsTuple(args) {
|
|
|
149
149
|
function buildUrl(leaf, baseUrl, params, query) {
|
|
150
150
|
const normalizedParams = leaf.cfg.paramsSchema ? (0, import_rrroutes_contract.lowProfileParse)(leaf.cfg.paramsSchema, params) : {};
|
|
151
151
|
const normalizedQuery = leaf.cfg.querySchema ? (0, import_rrroutes_contract.lowProfileParse)(leaf.cfg.querySchema, query) : {};
|
|
152
|
-
console.log("buildUrl", { query, normalizedQuery });
|
|
153
152
|
const path = (0, import_rrroutes_contract.compilePath)(
|
|
154
153
|
leaf.path,
|
|
155
154
|
normalizedParams ?? {}
|