@simprints/simface-sdk 0.8.1 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -88,7 +88,7 @@ npm install
88
88
  npm run dev
89
89
  ```
90
90
 
91
- The demo runs at `http://localhost:4173` and consumes the built SDK artifact from `dist/`.
91
+ The demo runs at `http://localhost:4173` and consumes the built SDK artifact from `dist/`. To enable HTTPS (required for camera access from other devices on the local network), set `DEMO_USE_HTTPS=true` before starting the demo.
92
92
 
93
93
  ## Capture strategy
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simprints/simface-sdk",
3
- "version": "0.8.1",
3
+ "version": "0.9.1",
4
4
  "simprints:releaseMajorVersion": "0",
5
5
  "description": "SimFace facial recognition SDK for web-based KYC workflows",
6
6
  "type": "module",
@@ -22,7 +22,6 @@
22
22
  "build": "tsc && vite build",
23
23
  "build:watch": "vite build --watch",
24
24
  "preview": "vite preview",
25
- "demo:serve": "npm --prefix demo run dev",
26
25
  "demo:dev": "node ./scripts/demo-dev.mjs",
27
26
  "test": "vitest run",
28
27
  "test:watch": "vitest",