@motebit/crypto-android-keystore 1.1.4 → 1.1.6

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motebit/crypto-android-keystore",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Apache-2.0 verifier for Android Hardware-Backed Keystore Attestation hardware-attestation credentials — offline X.509 chain verification against pinned Google Hardware Attestation roots (RSA-4096 + ECDSA P-384), plus ASN.1 extraction of the KeyDescription extension. Plugs into @motebit/crypto's HardwareAttestationVerifiers dispatcher to validate Android device-attested motebit identities.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,17 +54,17 @@
54
54
  "dependencies": {
55
55
  "@peculiar/asn1-schema": "^2.6.0",
56
56
  "@peculiar/x509": "^1.12.0",
57
- "@motebit/protocol": "2.0.0",
58
- "@motebit/crypto": "2.0.0"
57
+ "@motebit/protocol": "3.0.0",
58
+ "@motebit/crypto": "3.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@noble/curves": "~1.9.0",
62
- "@noble/hashes": "~1.6.0",
63
- "@peculiar/webcrypto": "^1.5.0",
61
+ "@noble/curves": "^2.2.0",
62
+ "@noble/hashes": "^2.2.0",
63
+ "@peculiar/webcrypto": "^1.7.1",
64
64
  "@types/node": "^22.0.0",
65
- "fast-check": "^4.6.0",
65
+ "fast-check": "^4.8.0",
66
66
  "typescript": "^5.6.0",
67
- "vitest": "^2.1.0"
67
+ "vitest": "^4.1.8"
68
68
  },
69
69
  "engines": {
70
70
  "node": ">=20"