@lucern/sdk 1.0.25 → 1.0.26

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.26] - 2026-06-13
9
+ - Release notes pending.
10
+
8
11
  ## [1.0.25] - 2026-06-13
9
12
  - Release notes pending.
10
13
 
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1781377954199
44
+ "signedAt": 1781392072815
45
45
  }
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.25";
2
+ export declare const LUCERN_SDK_VERSION = "1.0.26";
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.25";
2
+ export const LUCERN_SDK_VERSION = "1.0.26";
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.25",
3
+ "version": "1.0.26",
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.25",
117
- "@lucern/reasoning-kernel": "1.0.25",
118
- "@lucern/secrets": "1.0.25",
119
- "@lucern/transport-core": "1.0.25",
116
+ "@lucern/contracts": "1.0.26",
117
+ "@lucern/reasoning-kernel": "1.0.26",
118
+ "@lucern/secrets": "1.0.26",
119
+ "@lucern/transport-core": "1.0.26",
120
120
  "effect": "^3.21.2",
121
121
  "zod": "^3.25.76"
122
122
  },