@lucern/contracts 1.0.52 → 1.0.54

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
@@ -171,3 +171,10 @@ All notable changes to `@lucern/contracts` are tracked in this repository.
171
171
 
172
172
  ## [1.0.52] - 2026-06-30
173
173
  - Release notes pending.
174
+
175
+ ## [1.0.53] - 2026-06-30
176
+ - Release notes pending.
177
+
178
+ ## [1.0.54] - 2026-06-30
179
+ - Supersedes the `1.0.53` package line with clean npm metadata after boundary
180
+ manual-publish recovery exposed a leaked `workspace:*` dependency.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782800450102
44
+ "signedAt": 1782812828295
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/contracts",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",