@zkpassport/sdk 0.2.13 → 0.2.14
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.js +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/dist/cjs/index.js
CHANGED
|
@@ -414,6 +414,7 @@ class ZKPassport {
|
|
|
414
414
|
const VALID_CERTIFICATE_REGISTRY_ROOT = [
|
|
415
415
|
BigInt("20192042006788880778219739574377003123593792072535937278552252195461520776494"),
|
|
416
416
|
BigInt("21301853597069384763054217328384418971999152625381818922211526730996340553696"),
|
|
417
|
+
BigInt("10839898448097753834842514286432152806152415606387598803678317315409344029817"),
|
|
417
418
|
];
|
|
418
419
|
const defaultDateValue = new Date(1111, 10, 11);
|
|
419
420
|
const currentTime = new Date();
|
package/dist/esm/index.js
CHANGED
|
@@ -404,6 +404,7 @@ export class ZKPassport {
|
|
|
404
404
|
const VALID_CERTIFICATE_REGISTRY_ROOT = [
|
|
405
405
|
BigInt("20192042006788880778219739574377003123593792072535937278552252195461520776494"),
|
|
406
406
|
BigInt("21301853597069384763054217328384418971999152625381818922211526730996340553696"),
|
|
407
|
+
BigInt("10839898448097753834842514286432152806152415606387598803678317315409344029817"),
|
|
407
408
|
];
|
|
408
409
|
const defaultDateValue = new Date(1111, 10, 11);
|
|
409
410
|
const currentTime = new Date();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zkpassport/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "Privacy-preserving identity verification using passports and ID cards",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aztec/bb.js": "^0.76.4",
|
|
42
42
|
"@noble/ciphers": "^1.2.1",
|
|
43
43
|
"@noble/secp256k1": "^2.2.3",
|
|
44
|
-
"@zkpassport/utils": "^0.2.
|
|
44
|
+
"@zkpassport/utils": "^0.2.26",
|
|
45
45
|
"buffer": "^6.0.3",
|
|
46
46
|
"i18n-iso-countries": "^7.12.0",
|
|
47
47
|
"pako": "^2.1.0",
|
package/src/index.ts
CHANGED
|
@@ -741,6 +741,7 @@ export class ZKPassport {
|
|
|
741
741
|
const VALID_CERTIFICATE_REGISTRY_ROOT = [
|
|
742
742
|
BigInt("20192042006788880778219739574377003123593792072535937278552252195461520776494"),
|
|
743
743
|
BigInt("21301853597069384763054217328384418971999152625381818922211526730996340553696"),
|
|
744
|
+
BigInt("10839898448097753834842514286432152806152415606387598803678317315409344029817"),
|
|
744
745
|
]
|
|
745
746
|
const defaultDateValue = new Date(1111, 10, 11)
|
|
746
747
|
const currentTime = new Date()
|