File tree 2 files changed +4
-6
lines changed
packages/google-cloud-speech
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 57
57
"@google-cloud/common" : " ^0.8.0" ,
58
58
"events-intercept" : " ^2.0.0" ,
59
59
"extend" : " ^3.0.0" ,
60
- "google-gax" : " ^0.9.1 " ,
60
+ "google-gax" : " ^0.10.0 " ,
61
61
"google-proto-files" : " ^0.8.0" ,
62
62
"is" : " ^3.1.0" ,
63
- "modelo" : " ^4.2.0" ,
64
63
"propprop" : " ^0.3.1" ,
65
64
"pumpify" : " ^1.3.5" ,
66
65
"request" : " ^2.74.0" ,
73
72
"async" : " ^2.0.1" ,
74
73
"methmeth" : " ^1.1.0" ,
75
74
"mocha" : " ^3.0.2" ,
76
- "node-uuid" : " ^1.4.7" ,
77
75
"proxyquire" : " ^1.7.10" ,
78
- "sinon " : " ^1.17.5 " ,
79
- "tmp " : " 0 .0.28 "
76
+ "tmp " : " ^0.0.31 " ,
77
+ "uuid " : " ^3 .0.1 "
80
78
},
81
79
"scripts" : {
82
80
"publish-module" : " node ../../scripts/publish.js speech" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var exec = require('methmeth');
22
22
var extend = require ( 'extend' ) ;
23
23
var fs = require ( 'fs' ) ;
24
24
var path = require ( 'path' ) ;
25
- var uuid = require ( 'node- uuid' ) ;
25
+ var uuid = require ( 'uuid' ) ;
26
26
27
27
var env = require ( '../../../system-test/env.js' ) ;
28
28
var Speech = require ( '../' ) ;
You can’t perform that action at this time.
0 commit comments