@lucern/pack-host 0.3.0-alpha.16 → 0.3.0-alpha.17

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": 1778798197258
44
+ "signedAt": 1779233877507
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/pack-host",
3
- "version": "0.3.0-alpha.16",
3
+ "version": "0.3.0-alpha.17",
4
4
  "description": "Tenant-side pack host helpers and runtime registries for Lucern",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,6 +34,7 @@
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup",
37
+ "postbuild": "test ! -f ../../dist/proof-attestation.json || tsx ../../scripts/copy-proof-attestation.ts --package @lucern/pack-host",
37
38
  "typecheck": "tsc --noEmit"
38
39
  },
39
40
  "dependencies": {