v1.4.0
·
29 commits
to main
since this release
Minor Changes
-
#23
b436d21Thanks @flyon! - ESM-only build + core 2.10.x compatibility fix..build()removal: the client preload path inLinkedComponentcalled
getQueryDispatch().selectQuery(requestQuery.build()).QueryBuilder.build()
was removed in@_linked/core2.10.x — datasets now receive the live/closed
query directly. Both the single and set component paths now passrequestQuery
straight toselectQuery. Required for consumers on core ≥ 2.10.x.- ESM-only: the package now ships ESM only.
package.jsongains
"type": "module",main/module/typespoint atlib/esm, and every
requirecondition is dropped fromexports. The dual (CJS+ESM) build and the
dual-packagepost-step are removed;buildis a singletsc -p tsconfig-esm.json.