@take2identity/verosint 0.2.31 → 0.2.33

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,6 +66,12 @@ container, create a volume map for the configuration file. For example:
66
66
  docker run --rm -v "$HOME/.verosint.yaml:/root/.verosint.yaml" registry.gitlab.com/verosint/public/verosint
67
67
  ```
68
68
 
69
+ ### Updating the tool
70
+
71
+ Use `verosint update --check` to see if newer version is available.
72
+
73
+ :warning: Due to hosting changes, updating from versions prior to 0.2.32 is not supported and requires reinstallation.
74
+
69
75
  ## Usage
70
76
 
71
77
  After installing the CLI, you can execute it using `verosint`.
@@ -165,7 +171,7 @@ To obtain the UUID of the rule set, visit the
165
171
  [Rules](https://app.verosint.com/rules) configuration and copy the UUID of
166
172
  the rule set you would like to evaluate.
167
173
 
168
- ![Copy Rule Set UUID](assets/copyrulesetuuid.png)
174
+ ![Copy Rule Set UUID](https://gitlab.com/verosint/public/verosint/-/raw/main/assets/copyrulesetuuid.png)
169
175
 
170
176
  ```shell
171
177
  verosint evalute rule ip:104.255.6.45 --ruleSetUuid 4f5ab21b-984c-455e-b889-b6b0272a4567
@@ -176,7 +182,7 @@ verosint evalute rule ip:104.255.6.45 --ruleSetUuid 4f5ab21b-984c-455e-b889-b6b0
176
182
  You can export a rule set defined in the [Rules](https://app.verosint.com/rules)
177
183
  configuration into a local file as shown below.
178
184
 
179
- ![Export Rule Set](assets/exportruleset.png)
185
+ ![Export Rule Set](https://gitlab.com/verosint/public/verosint/-/raw/main/assets/exportruleset.png)
180
186
 
181
187
  This example evaluates the `babs@jensen.com` email address against the rule defined
182
188
  in the `mfarule.json` file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take2identity/verosint",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "description": "Official CLI to interact with Verosint API",
5
5
  "main": "index.js",
6
6
  "scripts": {