@motebit/verify 1.3.0 → 1.4.0
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.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@motebit/verify",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "The canonical `motebit-verify` command-line tool — verifies any signed motebit artifact offline, with every hardware-attestation platform bundled (Apple App Attest, Android Hardware-Backed Keystore Attestation, TPM 2.0, WebAuthn). One install, no network, self-attesting. Replaces the deprecated @motebit/verify@0.x zero-dep library: library primitives now live in @motebit/crypto; file-reading + formatting helpers in @motebit/verifier; this package is the binary.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@motebit/crypto": "
|
|
55
|
-
"@motebit/crypto-
|
|
56
|
-
"@motebit/crypto-
|
|
57
|
-
"@motebit/crypto-
|
|
58
|
-
"@motebit/crypto-appattest": "1.0.
|
|
59
|
-
"@motebit/
|
|
60
|
-
"@motebit/
|
|
61
|
-
"@motebit/verifier": "1.
|
|
54
|
+
"@motebit/crypto": "2.0.0",
|
|
55
|
+
"@motebit/crypto-tpm": "1.1.5",
|
|
56
|
+
"@motebit/crypto-webauthn": "1.0.6",
|
|
57
|
+
"@motebit/crypto-android-keystore": "1.1.4",
|
|
58
|
+
"@motebit/crypto-appattest": "1.0.6",
|
|
59
|
+
"@motebit/state-export-client": "0.3.0",
|
|
60
|
+
"@motebit/protocol": "2.0.0",
|
|
61
|
+
"@motebit/verifier": "1.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@noble/curves": "^1.9.0",
|