@ar.io/sdk 3.14.0-alpha.5 → 3.14.0-alpha.7
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 +1 -2
- package/bundles/web.bundle.min.js +104 -104
- package/lib/cjs/common/ant.js +1 -1
- package/lib/cjs/utils/ant.js +13 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +1 -1
- package/lib/esm/utils/ant.js +13 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/utils/ant.d.ts +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2507,8 +2507,7 @@ Paginated APIs also support filtering by providing a `filters` parameter. Filter
|
|
|
2507
2507
|
Example:
|
|
2508
2508
|
|
|
2509
2509
|
```typescript
|
|
2510
|
-
|
|
2511
|
-
const gateways = await ario.getArNSRecords({
|
|
2510
|
+
const records = await ario.getArNSRecords({
|
|
2512
2511
|
filters: {
|
|
2513
2512
|
type: 'lease',
|
|
2514
2513
|
processId: [
|