Skip to content

Commit 8ef4ed4

Browse files
chore(release): 12.0.0 [skip ci]
## datastore-s3 [12.0.0](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](#315)) ([dacd6ce](dacd6ce)) ### 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
1 parent 2cd66f5 commit 8ef4ed4

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

packages/datastore-s3/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* To detect the type of error thrown, use `.name` instead of `.code`
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
14+
### Dependencies
15+
16+
* **datastore-core:** upgraded to 10.0.0
17+
* **interface-datastore:** upgraded to 8.3.0
18+
* **interface-store:** upgraded to 6.0.0
19+
* **interface-datastore-tests:** upgraded to 6.0.0
20+
121
## 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)
222

323

packages/datastore-s3/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-s3",
3-
"version": "11.1.12",
3+
"version": "12.0.0",
44
"description": "IPFS datastore implementation backed by s3",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/datastore-s3#readme",
@@ -59,17 +59,17 @@
5959
},
6060
"dependencies": {
6161
"@aws-sdk/client-s3": "^3.511.0",
62-
"datastore-core": "^9.0.0",
62+
"datastore-core": "10.0.0",
6363
"interface-datastore": "^8.0.0",
64-
"interface-store": "^5.0.0",
64+
"interface-store": "6.0.0",
6565
"it-filter": "^3.0.4",
6666
"it-to-buffer": "^4.0.5",
6767
"uint8arrays": "^5.0.2"
6868
},
6969
"devDependencies": {
7070
"@types/sinon": "^17.0.3",
7171
"aegir": "^42.2.3",
72-
"interface-datastore-tests": "^5.0.0",
72+
"interface-datastore-tests": "6.0.0",
7373
"p-defer": "^4.0.0",
7474
"sinon": "^18.0.0"
7575
}

0 commit comments

Comments
 (0)