Skip to content

Commit

Permalink
Preparing v0.0.1-alpha03 pre release (#32)
Browse files Browse the repository at this point in the history
Setting up the version and updating `neo4j-driver-core` dependency.
  • Loading branch information
bigmontz authored Sep 11, 2024
1 parent 45999b5 commit 6398b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j-labs/experimental-query-api-wrapper",
"version": "0.0.1-alpha02",
"version": "0.0.1-alpha03",
"description": "Experimental wrapper library to access Neo4j Database using Query API with a neo4j-driver-like interface.",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"neo4j-driver-core": "5.24.0"
"neo4j-driver-core": "^5.24.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2125,10 +2125,10 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==

[email protected].0:
version "5.24.0"
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-5.24.0.tgz#08df2b6560cac980073822978207b83ff89dd904"
integrity sha512-X/UdHo0Cwk1aCQPTzSxkleuXAwJ7Es0/1goi3ckrFU/h+Va9QUkPGub07ohG9tXBi4wMhQFbtFn/yKLFlVwTlg==
neo4j-driver-core@^5.24.1:
version "5.24.1"
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-5.24.1.tgz#1d3d360adbb3724d42a8d72bb1f4e240daeac718"
integrity sha512-nPPAXnEypaE4HloM2x8GggF5YT7e+LpcEuyYt7ELuax25/SH7ZtdkemnH0voAVfqBwQXSWP9CFpPFznDOU6T5A==

node-int64@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit 6398b37

Please sign in to comment.