Skip to content

Commit

Permalink
releasing 0.15.2 with updated dependencies (googleapis#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 13, 2018
1 parent bf16224 commit f713f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/vision",
"description": "Google Cloud Vision API client for Node.js",
"version": "0.15.1",
"version": "0.15.2",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"test": "repo-tools test run --cmd npm -- run cover"
},
"dependencies": {
"@google-cloud/common": "^0.16.0",
"@google-cloud/common": "^0.16.1",
"async": "^2.0.1",
"extend": "^3.0.0",
"google-gax": "^0.14.2",
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.1.1",
"@google-cloud/storage": "*",
"@google-cloud/storage": "^1.5.2",
"codecov": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.4.0",
"@google-cloud/vision": "0.15.1",
"@google-cloud/storage": "^1.5.2",
"@google-cloud/vision": "0.15.2",
"async": "2.5.0",
"natural": "0.5.4",
"redis": "2.8.0",
Expand Down

0 comments on commit f713f5e

Please sign in to comment.