pinata 2.2.1 → 2.2.2
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4242,7 +4242,7 @@ var FilterQueue = class {
|
|
|
4242
4242
|
async *[Symbol.asyncIterator]() {
|
|
4243
4243
|
while (true) {
|
|
4244
4244
|
const items = await this.fetchPage();
|
|
4245
|
-
for (const item of items.
|
|
4245
|
+
for (const item of items.jobs) {
|
|
4246
4246
|
yield item;
|
|
4247
4247
|
}
|
|
4248
4248
|
if (!this.currentPageToken) {
|