Skip to content

Commit b8c8f3f

Browse files
releasing 0.15.2 with updated dependencies (#30)
1 parent 36a108d commit b8c8f3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/google-cloud-vision/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/vision",
33
"description": "Google Cloud Vision API client for Node.js",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {
@@ -58,7 +58,7 @@
5858
"test": "repo-tools test run --cmd npm -- run cover"
5959
},
6060
"dependencies": {
61-
"@google-cloud/common": "^0.16.0",
61+
"@google-cloud/common": "^0.16.1",
6262
"async": "^2.0.1",
6363
"extend": "^3.0.0",
6464
"google-gax": "^0.14.2",
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@google-cloud/nodejs-repo-tools": "^2.1.1",
71-
"@google-cloud/storage": "*",
71+
"@google-cloud/storage": "^1.5.2",
7272
"codecov": "^3.0.0",
7373
"eslint": "^4.15.0",
7474
"eslint-config-prettier": "^2.7.0",

packages/google-cloud-vision/samples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
1313
},
1414
"dependencies": {
15-
"@google-cloud/storage": "1.4.0",
16-
"@google-cloud/vision": "0.15.1",
15+
"@google-cloud/storage": "^1.5.2",
16+
"@google-cloud/vision": "0.15.2",
1717
"async": "2.5.0",
1818
"natural": "0.5.4",
1919
"redis": "2.8.0",

0 commit comments

Comments
 (0)