diff --git a/packages/datastore-s3/CHANGELOG.md b/packages/datastore-s3/CHANGELOG.md index abd909e4..9558f70c 100644 --- a/packages/datastore-s3/CHANGELOG.md +++ b/packages/datastore-s3/CHANGELOG.md @@ -1,3 +1,23 @@ +## datastore-s3 [12.0.0](https://github.com/ipfs/js-stores/compare/datastore-s3-11.1.12...datastore-s3-12.0.0) (2024-08-02) + + +### ⚠ BREAKING CHANGES + +* To detect the type of error thrown, use `.name` instead of `.code` + +### Features + +* use `.name` property for errors instead of `.code` ([#315](https://github.com/ipfs/js-stores/issues/315)) ([dacd6ce](https://github.com/ipfs/js-stores/commit/dacd6ce6f325262f1bc1451f20789e9e7cd9b9fd)) + + + +### Dependencies + +* **datastore-core:** upgraded to 10.0.0 +* **interface-datastore:** upgraded to 8.3.0 +* **interface-store:** upgraded to 6.0.0 +* **interface-datastore-tests:** upgraded to 6.0.0 + ## datastore-s3 [11.1.12](https://github.com/ipfs/js-stores/compare/datastore-s3-11.1.11...datastore-s3-11.1.12) (2024-08-01) diff --git a/packages/datastore-s3/package.json b/packages/datastore-s3/package.json index 897e0b02..ed256640 100644 --- a/packages/datastore-s3/package.json +++ b/packages/datastore-s3/package.json @@ -1,6 +1,6 @@ { "name": "datastore-s3", - "version": "11.1.12", + "version": "12.0.0", "description": "IPFS datastore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/datastore-s3#readme", @@ -59,9 +59,9 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.511.0", - "datastore-core": "^9.0.0", + "datastore-core": "10.0.0", "interface-datastore": "^8.0.0", - "interface-store": "^5.0.0", + "interface-store": "6.0.0", "it-filter": "^3.0.4", "it-to-buffer": "^4.0.5", "uint8arrays": "^5.0.2" @@ -69,7 +69,7 @@ "devDependencies": { "@types/sinon": "^17.0.3", "aegir": "^42.2.3", - "interface-datastore-tests": "^5.0.0", + "interface-datastore-tests": "6.0.0", "p-defer": "^4.0.0", "sinon": "^18.0.0" }