Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 17, 2024
1 parent e5bdc46 commit c7f84aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nearfs",
"version": "0.3.2",
"version": "0.4.0",
"description": "NEARFS is a distributed file system compatible with IPFS that uses the NEAR blockchain as a backend.",
"keywords": [
"ipfs",
Expand All @@ -18,7 +18,9 @@
"repository": "github:vgrichina/nearfs",
"author": "",
"license": "ISC",
"engines": { "node": ">=16.0" },
"engines": {
"node": ">=16.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.535.0",
"@aws-sdk/credential-providers": "^3.231.0",
Expand Down

0 comments on commit c7f84aa

Please sign in to comment.