@seed-hypermedia/client 0.0.21 → 0.0.22
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.
|
@@ -1149,8 +1149,7 @@ function unpackHmId(hypermediaId) {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
const version = parsed.query.v || null;
|
|
1151
1151
|
const fragment = parseFragment(parsed.fragment);
|
|
1152
|
-
const
|
|
1153
|
-
const latest = hasBlockRef ? false : parsed.query.l === null || parsed.query.l === "" || !version;
|
|
1152
|
+
const latest = parsed.query.l === null || parsed.query.l === "" || !version;
|
|
1154
1153
|
let blockRange = null;
|
|
1155
1154
|
if (fragment) {
|
|
1156
1155
|
if ("start" in fragment) {
|
package/dist/hm-types.mjs
CHANGED
package/dist/index.mjs
CHANGED