@zazuko/cube-hierarchy-query
Advanced tools
Changelog
1.0.0-pre.2
29db201: The children() method result now returns the children (still as an array of GraphPointer) and the parent (as a GraphPointer).
- const childrenResult = await children(...)
+ const { children: childrenResult } = await children(...)
@zazuko/vocabulary-extras
as dependency@tpluscode/rdf-ns-builders
to v2SELECT
subquery@rdfjs/*
and rdf-ext
packages to use the ESM versionsChangelog
1.0.0-pre.1