Skip to content

Commit ccc195b

Browse files
stephenpluspluscallmehiphop
authored andcommitted
bump packages (#1856)
1 parent 1030d90 commit ccc195b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/google-cloud-speech/package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@
5757
"@google-cloud/common": "^0.8.0",
5858
"events-intercept": "^2.0.0",
5959
"extend": "^3.0.0",
60-
"google-gax": "^0.9.1",
60+
"google-gax": "^0.10.0",
6161
"google-proto-files": "^0.8.0",
6262
"is": "^3.1.0",
63-
"modelo": "^4.2.0",
6463
"propprop": "^0.3.1",
6564
"pumpify": "^1.3.5",
6665
"request": "^2.74.0",
@@ -73,10 +72,9 @@
7372
"async": "^2.0.1",
7473
"methmeth": "^1.1.0",
7574
"mocha": "^3.0.2",
76-
"node-uuid": "^1.4.7",
7775
"proxyquire": "^1.7.10",
78-
"sinon": "^1.17.5",
79-
"tmp": "0.0.28"
76+
"tmp": "^0.0.31",
77+
"uuid": "^3.0.1"
8078
},
8179
"scripts": {
8280
"publish-module": "node ../../scripts/publish.js speech",

packages/google-cloud-speech/system-test/speech.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var exec = require('methmeth');
2222
var extend = require('extend');
2323
var fs = require('fs');
2424
var path = require('path');
25-
var uuid = require('node-uuid');
25+
var uuid = require('uuid');
2626

2727
var env = require('../../../system-test/env.js');
2828
var Speech = require('../');

0 commit comments

Comments
 (0)