Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abudaan committed Apr 9, 2024
1 parent c1f2cc6 commit 3fef2a3
Show file tree
Hide file tree
Showing 16 changed files with 2,317 additions and 1,831 deletions.
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,3 +1,7 @@
# 2.1.3

- updated dependencies

# 2.1.2

- updated dependencies
Expand Down
2,066 changes: 1,051 additions & 1,015 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
"repository": "https://github.com/tweedegolf/storage-abstraction/",
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/s3-request-presigner": "^3.525.0",
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/s3-request-presigner": "^3.550.0",
"@azure/identity": "^4.0.1",
"@azure/storage-blob": "^12.17.0",
"@google-cloud/storage": "^7.6.0",
Expand Down
4 changes: 4 additions & 0 deletions publish/AdapterAmazonS3/changelog.md
@@ -1,3 +1,7 @@
# 1.0.15

- updated @aws-sdk to 3.550.0

# 1.0.14

- fix for issue #60
Expand Down
1,505 changes: 754 additions & 751 deletions publish/AdapterAmazonS3/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions publish/AdapterAmazonS3/package.json
@@ -1,14 +1,14 @@
{
"name": "@tweedegolf/sab-adapter-amazon-s3",
"version": "1.0.14",
"version": "1.0.15",
"description": "Provides an abstraction layer for interacting with Amazon S3 and S3 compatible cloud services.",
"main": "dist/index/AdapterAmazonS3.js",
"types": "dist/index/AdapterAmazonS3.d.ts",
"homepage": "https://github.com/tweedegolf/storage-abstraction/",
"repository": "https://github.com/tweedegolf/storage-abstraction/",
"dependencies": {
"@aws-sdk/client-s3": "^3.525.0",
"@aws-sdk/s3-request-presigner": "^3.525.0"
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/s3-request-presigner": "^3.550.0"
},
"scripts": {},
"keywords": [
Expand Down

0 comments on commit 3fef2a3

Please sign in to comment.