@lucern/sdk 1.0.23 → 1.0.24
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 +10 -0
- package/dist/proof-attestation.json +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to `@lucern/sdk` will be documented in this file.
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
- No unreleased changes yet.
|
|
7
7
|
|
|
8
|
+
## [1.0.24] - 2026-06-12
|
|
9
|
+
- SEV-1 CURE (RR.4b): the endpoint referential-semantics regression is fixed —
|
|
10
|
+
writeback/create_evidence targeting a UUIDv7 (v4-globalId) belief succeeds
|
|
11
|
+
again. This is the headline of the 1.0.24 line.
|
|
12
|
+
- FR.7: structured ConvexError 403 PROJECT_ACCESS_DENIED for denied writes (no
|
|
13
|
+
more opaque 500s) plus a creator-grant path so principals can mutate/archive
|
|
14
|
+
the nodes they create.
|
|
15
|
+
- FR.8: list_evidence by target returns a belief's linked evidence.
|
|
16
|
+
- FR.10: component-export parity + answer-confidence enum canonicalization.
|
|
17
|
+
|
|
8
18
|
## [1.0.23] - 2026-06-12
|
|
9
19
|
- Activation release for the reasoning-tenant writeback surface. Carries the
|
|
10
20
|
RR.1-5 kernel write substrate and the FR lane's writeback ergonomics so
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucern/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"typecheck": "tsc --project tsconfig.typecheck.json --noEmit"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@lucern/contracts": "1.0.
|
|
117
|
-
"@lucern/reasoning-kernel": "1.0.
|
|
118
|
-
"@lucern/secrets": "1.0.
|
|
119
|
-
"@lucern/transport-core": "1.0.
|
|
116
|
+
"@lucern/contracts": "1.0.24",
|
|
117
|
+
"@lucern/reasoning-kernel": "1.0.24",
|
|
118
|
+
"@lucern/secrets": "1.0.24",
|
|
119
|
+
"@lucern/transport-core": "1.0.24",
|
|
120
120
|
"effect": "^3.21.2",
|
|
121
121
|
"zod": "^3.25.76"
|
|
122
122
|
},
|