Skip to content

Commit

Permalink
Hotfix: freeze Streamline dependency.
Browse files Browse the repository at this point in the history
We were using Streamline 0.1.35 locally, and 0.1.37 introduced a regression
with futures. It's been quickly fixed in 0.1.39, but I'm not sure yet if
0.1.37 is a safe upgrade yet: it awesomely transforms error stack traces to
synchronous stacks instead of async ones, but it might not work as expected if
the code doesn't explicitly require the flows library, which we don't.
Investigating that, but for now, freezing the dependency on 0.1.35 to protect
against the regression.
  • Loading branch information
aseemk committed Aug 28, 2011
1 parent af520b4 commit 80e6743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"coffee-script": "1.1.x >= 1.1.2",
"http-status": "0.1.0",
"request": "2.1.x",
"streamline": ">=0.1.x >=0.1.35"
"streamline": "0.1.35"
},
"keywords": [
"neo4j",
Expand Down

0 comments on commit 80e6743

Please sign in to comment.