File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
"test" : " cd ..; npm run st -- language/system-test/*.test.js"
9
9
},
10
10
"dependencies" : {
11
- "@google-cloud/language" : " ^0.6 .0" ,
12
- "@google-cloud/storage" : " ^0.4 .0" ,
13
- "yargs" : " ^6.4 .0"
11
+ "@google-cloud/language" : " 0.7 .0" ,
12
+ "@google-cloud/storage" : " 0.6 .0" ,
13
+ "yargs" : " 6.5 .0"
14
14
},
15
15
"engines" : {
16
16
"node" : " >=4.3.2"
Original file line number Diff line number Diff line change 8
8
"main" : " demo_bot.js" ,
9
9
"dependencies" : {
10
10
"botkit" : " ^0.0.5" ,
11
- "@google-cloud/language" : " ^0.6.3 " ,
11
+ "@google-cloud/language" : " 0.7.0 " ,
12
12
"sqlite3" : " ^3.1.8"
13
13
},
14
14
"scripts" : {
Original file line number Diff line number Diff line change 15
15
16
16
'use strict' ;
17
17
18
- const uuid = require ( `node- uuid` ) ;
18
+ const uuid = require ( `uuid` ) ;
19
19
const path = require ( `path` ) ;
20
20
const storage = require ( `@google-cloud/storage` ) ( ) ;
21
21
const run = require ( `../../utils` ) . run ;
You can’t perform that action at this time.
0 commit comments