@lucern/sdk 1.0.30 → 1.0.31
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 +4 -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,10 @@ 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.31] - 2026-06-23
|
|
9
|
+
- Coherent 1.0.31 bump for lucern-graph tenant adoption after the 1.0.30
|
|
10
|
+
package line exposed a control-plane Convex module-path failure.
|
|
11
|
+
|
|
8
12
|
## [1.0.30] - 2026-06-23
|
|
9
13
|
- Coherent package-line release for the CQ14 quality-ratchet/code-move wave:
|
|
10
14
|
publishes the new SDK subpath exports (`answersClient`, `audiencesClient`,
|
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.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -153,10 +153,10 @@
|
|
|
153
153
|
"typecheck": "tsc --project tsconfig.typecheck.json --noEmit"
|
|
154
154
|
},
|
|
155
155
|
"dependencies": {
|
|
156
|
-
"@lucern/contracts": "1.0.
|
|
157
|
-
"@lucern/reasoning-kernel": "1.0.
|
|
158
|
-
"@lucern/secrets": "1.0.
|
|
159
|
-
"@lucern/transport-core": "1.0.
|
|
156
|
+
"@lucern/contracts": "1.0.31",
|
|
157
|
+
"@lucern/reasoning-kernel": "1.0.31",
|
|
158
|
+
"@lucern/secrets": "1.0.31",
|
|
159
|
+
"@lucern/transport-core": "1.0.31",
|
|
160
160
|
"effect": "^3.21.2",
|
|
161
161
|
"zod": "^3.25.76"
|
|
162
162
|
},
|