File tree Expand file tree Collapse file tree
packages/google-cloud-videointelligence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/video-intelligence?activeTab=versions
66
7+ ## v1.6.0
8+
9+ 02-21-2019 13:46 PST
10+
11+ ### Implementation Changes
12+ - fix: throw on invalid credentials
13+
14+ ### New Features
15+ - feat: generate v1p3beta1 with streaming support ([ #198 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/198 ) )
16+ - feat: add text detection and object mapping support ([ #197 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/197 ) )
17+
18+ ### Dependencies
19+ - chore(deps): update dependency mocha to v6
20+ - fix(deps): update dependency yargs to v13 ([ #192 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/192 ) )
21+
22+ ### Documentation
23+ - docs: update links in contrib guide ([ #195 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/195 ) )
24+ - build: create docs test npm scripts ([ #191 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/191 ) )
25+ - docs: update contributing path in README ([ #189 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/189 ) )
26+
27+ ### Internal / Testing Changes
28+ - build: use linkinator for docs test ([ #194 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/194 ) )
29+ - build: test using @grpc/grpc-js in CI ([ #190 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/190 ) )
30+ - chore: move CONTRIBUTING.md to root ([ #188 ] ( https://github.com/googleapis/nodejs-video-intelligence/pull/188 ) )
31+
732## v1.5.1
833
93402-05-2019 15:05 PST
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/video-intelligence" ,
33 "description" : " Google Cloud Video Intelligence API client for Node.js" ,
4- "version" : " 1.5.1 " ,
4+ "version" : " 1.6.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc" ,
77 "engines" : {
Original file line number Diff line number Diff line change 1515 "test" : " mocha system-test --timeout=600000"
1616 },
1717 "dependencies" : {
18- "@google-cloud/video-intelligence" : " ^1.5.1 " ,
18+ "@google-cloud/video-intelligence" : " ^1.6.0 " ,
1919 "yargs" : " ^13.0.0"
2020 },
2121 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments