Skip to content

Commit 5470f05

Browse files
authored
Merge pull request #217 from davidyaha/greenkeeper/iterall-1.3.0
Greenkeeper/iterall 1.3.0
2 parents 3f71d3d + 5427f44 commit 5470f05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "npm run test"
4141
},
4242
"dependencies": {
43-
"iterall": "^1.2.2"
43+
"iterall": "^1.3.0"
4444
},
4545
"peerDependencies": {
4646
"graphql-subscriptions": "^1.0.0"

src/with-filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const withFilter = (asyncIteratorFn: () => AsyncIterator<any>, filterFn:
3737
[$$asyncIterator]() {
3838
return this;
3939
},
40-
};
40+
} as any;
4141
};
4242
};

0 commit comments

Comments
 (0)