@_linked/core 2.10.0-next.20260630061713 → 2.10.0-next.20260630064245

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -23,7 +23,6 @@
23
23
  ```
24
24
  - **`SelectQuery`/`CreateQuery`/`UpdateQuery`/`DeleteQuery` are now closed read-only interfaces** (the live query), not aliases of the IR. The IR types are `IRSelectQuery` / `IRCreateMutation` / `IRUpdateMutation` / `IRDeleteMutation`.
25
25
  - **`QueryBuilder` is renamed to `SelectBuilder`** (a deprecated `QueryBuilder` alias is still exported).
26
- - **`RemoteDataset` (and `RemoteClient`/`RemoteProtocol`) are removed.** Forwarding is now just an `IDataset` that ships `query.toJSON()` over your transport and rehydrates with `fromJSON(json)` on the other side.
27
26
 
28
27
  **New: DSL-JSON, the standardized wire format**
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_linked/core",
3
- "version": "2.10.0-next.20260630061713",
3
+ "version": "2.10.0-next.20260630064245",
4
4
  "license": "MIT",
5
5
  "linkedPackage": true,
6
6
  "description": "Linked.js core query and SHACL shape DSL (copy-then-prune baseline)",