@motebit/crypto-appattest 1.0.1 → 1.0.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motebit/crypto-appattest",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Apache-2.0 verifier for Apple App Attest hardware-attestation credentials — offline chain verification against the pinned Apple App Attest root CA. Plugs into @motebit/crypto's HardwareAttestationVerifiers dispatcher to validate iOS device-attested motebit identities.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,8 +54,8 @@
54
54
  "dependencies": {
55
55
  "@peculiar/x509": "^1.12.0",
56
56
  "cbor2": "^1.9.0",
57
- "@motebit/protocol": "1.1.0",
58
- "@motebit/crypto": "1.1.0"
57
+ "@motebit/protocol": "1.2.0",
58
+ "@motebit/crypto": "1.2.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@noble/curves": "~1.9.0",