@zkpassport/sdk 0.8.3-beta.1 → 0.8.3
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/dist/cjs/index.d.cts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/cjs/index.d.cts
CHANGED
|
@@ -166,6 +166,7 @@ type QueryBuilder = {
|
|
|
166
166
|
*/
|
|
167
167
|
sanctions: (countries?: SanctionsCountries, lists?: SanctionsLists) => QueryBuilder;
|
|
168
168
|
/**
|
|
169
|
+
* This feature is not available yet in the public release of the app.
|
|
169
170
|
* Requires that the ID holder's face matches the photo on the ID.
|
|
170
171
|
* @param mode The mode to use for the face match. Defaults to "regular".
|
|
171
172
|
* @param mode "strict" - The user will have to go through an extensive liveness check to prevent spoofing making it more secure.
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ type QueryBuilder = {
|
|
|
166
166
|
*/
|
|
167
167
|
sanctions: (countries?: SanctionsCountries, lists?: SanctionsLists) => QueryBuilder;
|
|
168
168
|
/**
|
|
169
|
+
* This feature is not available yet in the public release of the app.
|
|
169
170
|
* Requires that the ID holder's face matches the photo on the ID.
|
|
170
171
|
* @param mode The mode to use for the face match. Defaults to "regular".
|
|
171
172
|
* @param mode "strict" - The user will have to go through an extensive liveness check to prevent spoofing making it more secure.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zkpassport/sdk",
|
|
3
|
-
"version": "0.8.3
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "Privacy-preserving identity verification using passports and ID cards",
|
|
5
5
|
"author": "ZKPassport",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@noble/secp256k1": "^2.2.3",
|
|
38
38
|
"@obsidion/bridge": "^0.10.4",
|
|
39
39
|
"@zkpassport/registry": "0.10.2",
|
|
40
|
-
"@zkpassport/utils": "0.22.
|
|
40
|
+
"@zkpassport/utils": "0.22.8",
|
|
41
41
|
"buffer": "^6.0.3",
|
|
42
42
|
"i18n-iso-countries": "^7.12.0",
|
|
43
43
|
"pako": "^2.1.0",
|