Skip to content

Commit

Permalink
Merge pull request #189 from pe4cey/update-js-driver
Browse files Browse the repository at this point in the history
Update neo4j js driver to 1.0.3
  • Loading branch information
eve-bright authored Jul 18, 2016
2 parents 873c0a6 + 72c1186 commit 6251e6b
Show file tree
Hide file tree
Showing 9 changed files with 1,444 additions and 1,250 deletions.
8 changes: 4 additions & 4 deletions app/components/neo4j-driver/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"url": "https://github.com/neo4j/neo4j-javascript-driver.git"
},
"homepage": "https://github.com/neo4j/neo4j-javascript-driver",
"version": "1.0.2",
"_release": "1.0.2",
"version": "1.0.3",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "1.0.2",
"commit": "a3aa23138c7272c20f7f7a6e4e018f09f6cf73bc"
"tag": "1.0.3",
"commit": "b2e0349794acec001757a5ce9b14dd8fd7eb9893"
},
"_source": "https://github.com/neo4j/neo4j-javascript-driver.git",
"_target": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/components/neo4j-driver/examples/neo4j.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1>Cypher Runner for New Remoting</h1>
var authToken = neo4j.v1.auth.basic("neo4j", "neo4j");
console.log(authToken);
var driver = neo4j.v1.driver("bolt://localhost", authToken, {
encrypted:true
encrypted:false
});
var session = driver.session();

Expand Down
Loading

0 comments on commit 6251e6b

Please sign in to comment.