@lucern/contracts 1.0.5 → 1.0.7

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
@@ -27,3 +27,6 @@ All notable changes to `@lucern/contracts` are tracked in this repository.
27
27
 
28
28
  ## [1.0.5] - 2026-05-28
29
29
  - Release notes pending.
30
+
31
+ ## [1.0.6] - 2026-05-28
32
+ - Coordinated package release for the corrected reasoning-kernel embedding backfill runtime.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1779997202230
44
+ "signedAt": 1780016798357
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/contracts",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",