@lucern/contracts 1.0.41 → 1.0.43

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
@@ -147,3 +147,6 @@ All notable changes to `@lucern/contracts` are tracked in this repository.
147
147
 
148
148
  ## [1.0.41] - 2026-06-26
149
149
  - Release notes pending.
150
+
151
+ ## [1.0.42] - 2026-06-26
152
+ - Coherent package-line bump for the reasoning-kernel Convex component deploy-surface repair.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782453006338
44
+ "signedAt": 1782496028828
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/contracts",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",