Skip to content

Commit

Permalink
Updated rock-req
Browse files Browse the repository at this point in the history
  • Loading branch information
steevepay committed May 16, 2023
1 parent 9579f66 commit 6d8182f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### v2.2.1
- Updated package `rock-req` to `5.1.3`

### v2.2.0
- Updated to a singleton pattern: the `require('tiny-storage-client')({ config-S3-or-SWIFT })` return a new storage instance. Meaning, existing instances are not overwritten anymore when creating a new one.
- Updated package `rock-req` to `5.1.3`

### v2.1.4
- Updated package `rock-req` to `5.1.2`
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-storage-client",
"version": "2.2.0",
"version": "2.2.1",
"description": "Tiny node client to request distributed AWS S3 or the OpenStack Swift Object Storage.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "Apache-2.0",
"dependencies": {
"aws4": "=1.12.0",
"rock-req": "=5.1.2"
"rock-req": "=5.1.3"
},
"devDependencies": {
"eslint": "=8.36.0",
Expand Down

0 comments on commit 6d8182f

Please sign in to comment.