File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33### vNEXT
44
5+ ### 0.5.3
6+ - Require iterall ^1.1.3 to address unhandled exceptions
7+
58### 0.5.2
69- Require iterall ^1.1.2 to address memory leak [ Issue #97 ] (https://github.com/apollographql/graphql-subscriptions/issues/97 )
710- Remove ` @types/graphql ` dependency. [ PR #105 ] (https://github.com/apollographql/graphql-subscriptions/pull/105 )
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-subscriptions" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.5.3 " ,
44 "description" : " GraphQL subscriptions for node.js" ,
55 "main" : " dist/index.js" ,
66 "repository" : {
99 },
1010 "dependencies" : {
1111 "es6-promise" : " ^4.1.1" ,
12- "iterall" : " ^1.1.2 "
12+ "iterall" : " ^1.1.3 "
1313 },
1414 "peerDependencies" : {
1515 "graphql" : " ^0.10.5 || ^0.11.3"
You can’t perform that action at this time.
0 commit comments