@take2identity/verosint 0.2.177 → 0.2.178

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -301,6 +301,7 @@ The type must be one of:
301
301
  * `SMS_SUCCESS`
302
302
  * `TOKEN_ISSUED_SUCCESS`
303
303
  * `VERIFICATION_SUCCESS`
304
+ * `VERIFICATION_FAILED`
304
305
 
305
306
  ##### Examples for Signal Print
306
307
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.177",
3
+ "version": "0.2.178",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {