datastore-s3
Advanced tools
Comparing version 11.1.11 to 11.1.12
{ | ||
"name": "datastore-s3", | ||
"version": "11.1.11", | ||
"version": "11.1.12", | ||
"description": "IPFS datastore implementation backed by s3", | ||
@@ -74,4 +74,4 @@ "license": "Apache-2.0 OR MIT", | ||
"p-defer": "^4.0.0", | ||
"sinon": "^17.0.1" | ||
"sinon": "^18.0.0" | ||
} | ||
} |
@@ -12,2 +12,17 @@ # datastore-s3 | ||
<!-- | ||
!IMPORTANT! | ||
Everything in this README between "# About" and "# Install" is automatically | ||
generated and will be overwritten the next time the doc generator is run. | ||
To make changes to this section, please update the @packageDocumentation section | ||
of src/index.js or src/index.ts | ||
To experiment with formatting, please run "npm run docs" from the root of this | ||
repo and examine the changes made. | ||
--> | ||
A Datastore implementation that stores data on Amazon S3. | ||
@@ -14,0 +29,0 @@ |
Sorry, the diff of this file is too big to display
96
154126
1104