@_linked/core 2.11.0 → 2.11.1-next.20260706065915
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#140](https://github.com/linked-cm/core/pull/140) [`3aeaa0a`](https://github.com/linked-cm/core/commit/3aeaa0a6e86a3012fb33dfa6f29397b5bd312c5d) Thanks [@flyon](https://github.com/flyon)! - Fix the package root `types` field, which pointed to a nonexistent `./index.d.ts`. It now points to `./lib/esm/index.d.ts` (the real declarations, matching the `exports` map). Consumers using the legacy `moduleResolution: "node"` (which reads the root `types` fallback rather than the `exports` map) can now resolve `@_linked/core`'s types for the root import; subpath imports already resolved via `typesVersions`.
|
|
8
|
+
|
|
3
9
|
## 2.11.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_linked/core",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1-next.20260706065915",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"linkedPackage": true,
|
|
6
6
|
"description": "Linked.js core query and SHACL shape DSL (copy-then-prune baseline)",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"next-tick": "^1.1.0",
|
|
65
65
|
"ulid": "^3.0.2"
|
|
66
66
|
},
|
|
67
|
-
"types": "./index.d.ts",
|
|
67
|
+
"types": "./lib/esm/index.d.ts",
|
|
68
68
|
"typesVersions": {
|
|
69
69
|
"*": {
|
|
70
70
|
"*": [
|