@richard.fadiora/liveness-detection 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,7 @@ onComplete(false)
100
100
  ## 🧩 Usage Example
101
101
 
102
102
  ```jsx
103
- import { LivenessSDK } from "./LivenessSDK";
103
+ import { LivenessSDK } from "@richard.fadiora/liveness-detection";
104
104
 
105
105
  function App() {
106
106
  return (
@@ -124,7 +124,7 @@ export default App;
124
124
 
125
125
  ## ⏳ Timeout Rules
126
126
 
127
- - Maximum session duration: **60 seconds**
127
+ - Maximum session duration: Set in the **duration** property, else **60 seconds**
128
128
  - If time expires:
129
129
  - The challenge stops immediately
130
130
  - The verification state resets
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@richard.fadiora/liveness-detection",
3
3
  "private": false,
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"