Skip to content

Commit 6251e6b

Browse files
authored
Merge pull request #189 from pe4cey/update-js-driver
Update neo4j js driver to 1.0.3
2 parents 873c0a6 + 72c1186 commit 6251e6b

File tree

9 files changed

+1444
-1250
lines changed

9 files changed

+1444
-1250
lines changed

app/components/neo4j-driver/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"url": "https://github.com/neo4j/neo4j-javascript-driver.git"
3838
},
3939
"homepage": "https://github.com/neo4j/neo4j-javascript-driver",
40-
"version": "1.0.2",
41-
"_release": "1.0.2",
40+
"version": "1.0.3",
41+
"_release": "1.0.3",
4242
"_resolution": {
4343
"type": "version",
44-
"tag": "1.0.2",
45-
"commit": "a3aa23138c7272c20f7f7a6e4e018f09f6cf73bc"
44+
"tag": "1.0.3",
45+
"commit": "b2e0349794acec001757a5ce9b14dd8fd7eb9893"
4646
},
4747
"_source": "https://github.com/neo4j/neo4j-javascript-driver.git",
4848
"_target": "^1.0.0",

app/components/neo4j-driver/examples/neo4j.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1>Cypher Runner for New Remoting</h1>
134134
var authToken = neo4j.v1.auth.basic("neo4j", "neo4j");
135135
console.log(authToken);
136136
var driver = neo4j.v1.driver("bolt://localhost", authToken, {
137-
encrypted:true
137+
encrypted:false
138138
});
139139
var session = driver.session();
140140

0 commit comments

Comments
 (0)