Skip to content

Commit 767900d

Browse files
committed
update dependencies
1 parent bf7cf7b commit 767900d

File tree

5 files changed

+48
-12
lines changed

5 files changed

+48
-12
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.6
2+
3+
- updated Google AzureBlob adapter to 1.0.7
4+
15
# 2.1.5
26

37
- updated Google Cloud adapter to 1.0.8

package-lock.json

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/Storage/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 2.1.6
2+
3+
- updated Google AzureBlob adapter to 1.0.7
4+
5+
# 2.1.5
6+
7+
- updated Google Cloud adapter to 1.0.8
8+
9+
# 2.1.4
10+
11+
- updated dependencies
12+
- remarkable dependency autolinker set to "^4.0.0"
13+
14+
# 2.1.3
15+
16+
- updated dependencies
17+
18+
# 2.1.2
19+
20+
- updated dependencies
21+
- fixed test scripts
22+
- fix for type error in @types/glob
23+
124
# 2.1.1
225

326
- fix issue with optional `bucketName` argument

publish/Storage/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/Storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tweedegolf/storage-abstraction",
3-
"version": "2.1.4",
3+
"version": "2.1.6",
44
"description": "Provides an abstraction layer for interacting with a storage; the storage can be local or any of the supported cloud storage services.",
55
"src": "src/Storage.js",
66
"main": "dist/index/Storage.js",

0 commit comments

Comments
 (0)