Comparing version 1.0.3 to 1.0.4
@@ -37,4 +37,4 @@ import Arweave from 'arweave'; | ||
to(recipients: string | string[]): this; | ||
min(min: number): void; | ||
max(max: number): void; | ||
min(min: number): this; | ||
max(max: number): this; | ||
limit(limit: number): this; | ||
@@ -41,0 +41,0 @@ sort(sort: 'HEIGHT_DESC' | 'HEIGHT_ASC'): this; |
@@ -101,2 +101,3 @@ "use strict"; | ||
this.options.block.min = min; | ||
return this; | ||
} | ||
@@ -109,2 +110,3 @@ max(max) { | ||
this.options.block.max = max; | ||
return this; | ||
} | ||
@@ -111,0 +113,0 @@ limit(limit) { |
{ | ||
"name": "ardb", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24721
582