@lucern/graph-primitives 1.0.26 → 1.0.27

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": 1781392015237
44
+ "signedAt": 1781409837253
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/graph-primitives",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@lucern/access-control": "1.0.26",
36
- "@lucern/confidence": "1.0.26",
37
- "@lucern/contracts": "1.0.26",
35
+ "@lucern/access-control": "1.0.27",
36
+ "@lucern/confidence": "1.0.27",
37
+ "@lucern/contracts": "1.0.27",
38
38
  "convex": "^1.39.1"
39
39
  },
40
40
  "devDependencies": {