@simprints/simface-sdk 0.17.1 → 0.20.1
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 +6 -6
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simprints/simface-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"simprints:releaseMajorVersion": "0",
|
|
5
5
|
"description": "SimFace facial recognition SDK for web-based KYC workflows",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/Simprints/
|
|
9
|
+
"url": "git+https://github.com/Simprints/Biometrics-Simface-SDK.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/Simprints/
|
|
11
|
+
"homepage": "https://github.com/Simprints/Biometrics-Simface-SDK#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/Simprints/
|
|
13
|
+
"url": "https://github.com/Simprints/Biometrics-Simface-SDK/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"kyc",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"demo:dev": "node ./scripts/demo-dev.mjs",
|
|
42
42
|
"test": "vitest run",
|
|
43
43
|
"test:watch": "vitest",
|
|
44
|
-
"lint": "eslint src
|
|
44
|
+
"lint": "eslint src vite.config.ts",
|
|
45
45
|
"typecheck": "tsc --noEmit"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"globals": "^17.4.0",
|
|
56
56
|
"jsdom": "^25.0.0",
|
|
57
57
|
"typescript": "^5.6.0",
|
|
58
|
-
"typescript-eslint": "^8.57.
|
|
58
|
+
"typescript-eslint": "^8.57.1",
|
|
59
59
|
"vite": "^6.0.0",
|
|
60
60
|
"vitest": "^4.0.0"
|
|
61
61
|
}
|