Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abudaan committed Jul 2, 2024
1 parent bf7cf7b commit 767900d
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 12 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.6

- updated Google AzureBlob adapter to 1.0.7

# 2.1.5

- updated Google Cloud adapter to 1.0.8
Expand Down
27 changes: 18 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions publish/Storage/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 2.1.6

- updated Google AzureBlob adapter to 1.0.7

# 2.1.5

- updated Google Cloud adapter to 1.0.8

# 2.1.4

- updated dependencies
- remarkable dependency autolinker set to "^4.0.0"

# 2.1.3

- updated dependencies

# 2.1.2

- updated dependencies
- fixed test scripts
- fix for type error in @types/glob

# 2.1.1

- fix issue with optional `bucketName` argument
Expand Down
4 changes: 2 additions & 2 deletions publish/Storage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publish/Storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tweedegolf/storage-abstraction",
"version": "2.1.4",
"version": "2.1.6",
"description": "Provides an abstraction layer for interacting with a storage; the storage can be local or any of the supported cloud storage services.",
"src": "src/Storage.js",
"main": "dist/index/Storage.js",
Expand Down

0 comments on commit 767900d

Please sign in to comment.