Skip to content

Commit

Permalink
updates for verida-js v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-verida committed Apr 24, 2024
1 parent 74885a4 commit b8abd42
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 634 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verida/storage-node",
"version": "2.3.0",
"version": "2.4.0",
"description": "Verida Storage Node middleware that bridges decentralised identities so they can control access to databases within a CouchDB storage engine",
"main": "dist/server.js",
"scripts": {
Expand Down Expand Up @@ -46,9 +46,9 @@
"homepage": "https://github.com/verida/storage-node/README.md",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@verida/did-client": "^3.0.1",
"@verida/did-document": "^3.0.1",
"@verida/encryption-utils": "^3.0.0",
"@verida/did-client": "4.0.0-alpha.0",
"@verida/did-document": "4.0.0-alpha.0",
"@verida/encryption-utils": "^3.0.1-alpha.0",
"aws-serverless-express": "^3.4.0",
"axios": "^1.2.1",
"cors": "^2.8.5",
Expand All @@ -70,8 +70,8 @@
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/polyfill": "^7.8.0",
"@babel/preset-env": "^7.20.2",
"@verida/account-node": "^2.4.0-rc5",
"@verida/client-ts": "^2.4.0-rc5",
"@verida/account-node": "4.0.0-alpha.0",
"@verida/client-ts": "4.0.0-alpha.0",
"claudia": "^5.14.1",
"ethers": "^5.7.2",
"mocha": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/build.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const BUILD_DETAILS = {buildTimestamp: "2024-04-05T02:24:03+00:00"};
export const BUILD_DETAILS = {buildTimestamp: "2024-04-24T04:29:25+00:00"};
Loading

0 comments on commit b8abd42

Please sign in to comment.