Skip to content

Commit 83518c0

Browse files
Publish
- oc-azure-storage-adapter@1.3.0 - oc-gs-storage-adapter@2.2.0 - oc-riak-storage-adapter@0.4.0 - oc-s3-storage-adapter@2.2.0 - oc-storage-adapters-utils@2.1.0
1 parent e069c55 commit 83518c0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

packages/oc-azure-storage-adapter/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oc-azure-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-azure-storage-adapter",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Azure storage adapter for OC",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -38,7 +38,7 @@
3838
"lodash": "^4.17.4",
3939
"nice-cache": "^0.0.5",
4040
"node-dir": "^0.1.17",
41-
"oc-storage-adapters-utils": "2.0.4"
41+
"oc-storage-adapters-utils": "2.1.0"
4242
},
4343
"devDependencies": {
4444
"@types/fs-extra": "9.0.13",

packages/oc-gs-storage-adapter/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oc-gs-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-gs-storage-adapter",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "Google storage adapter for OC",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -36,7 +36,7 @@
3636
"lodash": "^4.17.4",
3737
"nice-cache": "^0.0.5",
3838
"node-dir": "^0.1.17",
39-
"oc-storage-adapters-utils": "2.0.4",
39+
"oc-storage-adapters-utils": "2.1.0",
4040
"tmp": "0.1.0"
4141
},
4242
"devDependencies": {

packages/oc-riak-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-riak-storage-adapter",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "RiakCS storage adapter for OC",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -30,6 +30,6 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"oc-s3-storage-adapter": "2.1.3"
33+
"oc-s3-storage-adapter": "2.2.0"
3434
}
3535
}

packages/oc-s3-storage-adapter/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/oc-s3-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-s3-storage-adapter",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "S3 storage adapter for OC",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -35,7 +35,7 @@
3535
"lodash": "^4.17.4",
3636
"nice-cache": "^0.0.5",
3737
"node-dir": "^0.1.17",
38-
"oc-storage-adapters-utils": "2.0.4"
38+
"oc-storage-adapters-utils": "2.1.0"
3939
},
4040
"devDependencies": {
4141
"@types/fs-extra": "9.0.13",

packages/oc-storage-adapters-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-storage-adapters-utils",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Common storage adapter utils for OC",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)