vairified 0.3.0 → 0.3.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,8 +189,8 @@ if (result.ok) {
|
|
|
189
189
|
}
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
Set `dryRun: true` on the batch to validate without persisting
|
|
193
|
-
|
|
192
|
+
Set `dryRun: true` on the batch to validate without persisting. No special scope
|
|
193
|
+
needed — any key with `key:match:submit` can dry-run.
|
|
194
194
|
|
|
195
195
|
### Tournament import
|
|
196
196
|
|