@lucern/sdk 1.0.34 → 1.0.35

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.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782380243187
44
+ "signedAt": 1782384995129
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/sdk",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
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.34",
157
- "@lucern/reasoning-kernel": "1.0.34",
158
- "@lucern/secrets": "1.0.34",
159
- "@lucern/transport-core": "1.0.34",
156
+ "@lucern/contracts": "1.0.35",
157
+ "@lucern/reasoning-kernel": "1.0.35",
158
+ "@lucern/secrets": "1.0.35",
159
+ "@lucern/transport-core": "1.0.35",
160
160
  "effect": "^3.21.2",
161
161
  "zod": "^3.25.76"
162
162
  },