We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1276474 commit 0a78548Copy full SHA for 0a78548
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loopback4-s3",
3
- "version": "7.0.1",
+ "version": "8.0.0",
4
"description": "A loopback-next extension for AWS S3 integration",
5
"keywords": [
6
"loopback-extension",
@@ -111,7 +111,7 @@
111
"@semantic-release/npm": {
112
"npm": "^9.4.2"
113
},
114
- "@aws-sdk/smithy-client":{
+ "@aws-sdk/smithy-client": {
115
"@smithy/types": "^2.3.3"
116
}
117
0 commit comments