@lucern/sdk 1.0.55 → 1.0.57

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 CHANGED
@@ -5,6 +5,9 @@ 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.57] - 2026-07-03
9
+ - Release notes pending.
10
+
8
11
  ## [1.0.55] - 2026-06-30
9
12
  - Release notes pending.
10
13
 
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Current SDK package version. */
2
- export declare const LUCERN_SDK_VERSION = "1.0.55";
2
+ export declare const LUCERN_SDK_VERSION = "1.0.57";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Current SDK package version. */
2
- export const LUCERN_SDK_VERSION = "1.0.55";
2
+ export const LUCERN_SDK_VERSION = "1.0.57";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/sdk",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
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.55",
157
- "@lucern/reasoning-kernel": "1.0.55",
158
- "@lucern/secrets": "1.0.55",
159
- "@lucern/transport-core": "1.0.55",
156
+ "@lucern/contracts": "workspace:*",
157
+ "@lucern/reasoning-kernel": "workspace:*",
158
+ "@lucern/secrets": "workspace:*",
159
+ "@lucern/transport-core": "workspace:*",
160
160
  "effect": "^3.21.2",
161
161
  "zod": "^3.25.76"
162
162
  },
@@ -1,45 +0,0 @@
1
- {
2
- "proofIrVersion": "proof-ir/v1",
3
- "manifestVersions": {
4
- "@lucern/confidence": "0.3.0-alpha.0",
5
- "@lucern/contracts": "0.3.0-alpha.0",
6
- "edge-policy-manifest": "1.0.0"
7
- },
8
- "invariantsCovered": [
9
- "INV-1: beliefs append-only",
10
- "INV-14: no silent state transitions",
11
- "MANIFEST-1: kernel projections declare epistemicAudit"
12
- ],
13
- "invariantResults": [
14
- {
15
- "invariant": "INV-1: beliefs append-only",
16
- "status": "passed",
17
- "severity": "block_publish",
18
- "evidenceRefs": []
19
- },
20
- {
21
- "invariant": "INV-14: no silent state transitions",
22
- "status": "passed",
23
- "severity": "block_publish",
24
- "evidenceRefs": []
25
- },
26
- {
27
- "invariant": "MANIFEST-1: kernel projections declare epistemicAudit",
28
- "status": "passed",
29
- "severity": "block_publish",
30
- "evidenceRefs": []
31
- }
32
- ],
33
- "contractsCovered": [
34
- "append_sl_scoring",
35
- "create_evidence",
36
- "list_beliefs",
37
- "list_tasks"
38
- ],
39
- "emittersUsed": [
40
- "typescript-types",
41
- "convex-validators",
42
- "proof-attestation"
43
- ],
44
- "signedAt": 1782827119312
45
- }