File tree 2 files changed +5
-5
lines changed
packages/google-cloud-vision
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/vision" ,
3
3
"description" : " Google Cloud Vision API client for Node.js" ,
4
- "version" : " 0.15.1 " ,
4
+ "version" : " 0.15.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc" ,
7
7
"engines" : {
58
58
"test" : " repo-tools test run --cmd npm -- run cover"
59
59
},
60
60
"dependencies" : {
61
- "@google-cloud/common" : " ^0.16.0 " ,
61
+ "@google-cloud/common" : " ^0.16.1 " ,
62
62
"async" : " ^2.0.1" ,
63
63
"extend" : " ^3.0.0" ,
64
64
"google-gax" : " ^0.14.2" ,
68
68
},
69
69
"devDependencies" : {
70
70
"@google-cloud/nodejs-repo-tools" : " ^2.1.1" ,
71
- "@google-cloud/storage" : " * " ,
71
+ "@google-cloud/storage" : " ^1.5.2 " ,
72
72
"codecov" : " ^3.0.0" ,
73
73
"eslint" : " ^4.15.0" ,
74
74
"eslint-config-prettier" : " ^2.7.0" ,
Original file line number Diff line number Diff line change 12
12
"test" : " repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
13
13
},
14
14
"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 " ,
17
17
"async" : " 2.5.0" ,
18
18
"natural" : " 0.5.4" ,
19
19
"redis" : " 2.8.0" ,
You can’t perform that action at this time.
0 commit comments