@fireproof/core-types-device-id 0.24.8 → 0.24.9

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -76,6 +76,7 @@ export type VerifyWithCertificateResult<T> = VerifyWithCertificateSuccess<T exte
76
76
  export interface VerifyWithCertificateOptions {
77
77
  readonly clockTolerance: number;
78
78
  readonly maxAge?: number;
79
+ readonly deviceIdCA: DeviceIdCAIf;
79
80
  }
80
81
  export interface DeviceIdKeyIf {
81
82
  fingerPrint(): Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core-types-device-id",
3
- "version": "0.24.8",
3
+ "version": "0.24.9",
4
4
  "description": "Live ledger for the web.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -34,8 +34,8 @@
34
34
  "url": "https://github.com/fireproof-storage/fireproof/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@adviser/cement": "~0.5.15",
38
- "@fireproof/core-types-base": "0.24.8",
37
+ "@adviser/cement": "~0.5.17",
38
+ "@fireproof/core-types-base": "0.24.9",
39
39
  "zod": "~4.3.5"
40
40
  }
41
41
  }