soulprint-verify 0.1.2 → 0.1.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soulprint-verify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Soulprint local verification — on-demand cedula OCR + InsightFace match, zero persistent memory",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"tesseract.js": "^5.1.0",
|
|
35
35
|
"sharp": "^0.33.3",
|
|
36
36
|
"@noble/hashes": "^1.4.0",
|
|
37
|
-
"soulprint-core": "0.1.
|
|
38
|
-
"soulprint-zkp": "0.1.
|
|
37
|
+
"soulprint-core": "0.1.3",
|
|
38
|
+
"soulprint-zkp": "0.1.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"typescript": "^5.4.0",
|