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.
Files changed (2) hide show
  1. package/README.md +2 -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 your API key must have
193
- the `key:dry-run` scope.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vairified",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Official TypeScript/JavaScript SDK for the Vairified Partner API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",