Skip to content

Commit

Permalink
chore: release 1.1.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Mar 15, 2018
1 parent 9b8d098 commit 126614f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-videointelligence/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ out/
system-test/secrets.js
system-test/*key.json
*.lock
*-lock.js*
2 changes: 2 additions & 0 deletions packages/google-cloud-videointelligence/.mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Jason Dobry <[email protected]> Jason Dobry <[email protected]>
Luke Sneeringer <[email protected]> Luke Sneeringer <[email protected]>
Stephen Sawchuk <[email protected]> Stephen Sawchuk <[email protected]>
Stephen Sawchuk <[email protected]> Stephen Sawchuk <[email protected]>
Stephen Sawchuk <[email protected]> Stephen <[email protected]>
Alexander Fenster <[email protected]> Alexander Fenster <[email protected]>
3 changes: 3 additions & 0 deletions packages/google-cloud-videointelligence/CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# name <email>
#
Ace Nassri <[email protected]>
Alexander Fenster <[email protected]>
Ali Ijaz Sheikh <[email protected]>
Evawere Ogbe <[email protected]>
Gus Class <[email protected]>
Expand All @@ -12,3 +13,5 @@ Luke Sneeringer <[email protected]>
Song Wang <[email protected]>
Stephen Sawchuk <[email protected]>
Tim Swast <[email protected]>
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
remi Taylor <[email protected]>
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-video-intelligence/blob/maste

[client-docs]: https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest/
[product-docs]: https://cloud.google.com/video-intelligence
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
7 changes: 5 additions & 2 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/video-intelligence",
"description": "Google Cloud Video Intelligence API client for Node.js",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down Expand Up @@ -30,14 +30,17 @@
],
"contributors": [
"Ace Nassri <[email protected]>",
"Alexander Fenster <[email protected]>",
"Ali Ijaz Sheikh <[email protected]>",
"Evawere Ogbe <[email protected]>",
"Gus Class <[email protected]>",
"Jason Dobry <[email protected]>",
"Luke Sneeringer <[email protected]>",
"Song Wang <[email protected]>",
"Stephen Sawchuk <[email protected]>",
"Tim Swast <[email protected]>"
"Tim Swast <[email protected]>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"remi Taylor <[email protected]>"
],
"scripts": {
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
Expand Down
21 changes: 13 additions & 8 deletions packages/google-cloud-videointelligence/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,21 @@ View the [source code][video_0_code].
__Usage:__ `node analyze.js --help`

```
analyze.js <command>
Commands:
faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud Video
Intelligence API.
labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
labels-file <gcsUri> Labels objects in a video stored locally using the Cloud Video Intelligence API.
safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
analyze.js faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video
Intelligence API.
analyze.js shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud
Video Intelligence API.
analyze.js labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video
Intelligence API.
analyze.js labels-file <filePath> Labels objects in a video stored locally using the Cloud Video Intelligence API.
analyze.js safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
Options:
--help Show help [boolean]
--version Show version number [boolean]
--help Show help [boolean]
Examples:
node analyze.js faces gs://demomaker/larry_sergey_ice_bucket_short.mp4
Expand All @@ -53,5 +58,5 @@ For more information, see https://cloud.google.com/video-intelligence/docs
[video_0_docs]: https://cloud.google.com/video-intelligence/docs
[video_0_code]: analyze.js

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "repo-tools test run --cmd ava -- -T 5m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.0.0",
"@google-cloud/video-intelligence": "1.1.0",
"long": "^3.2.0",
"safe-buffer": "5.1.1",
"yargs": "10.0.3"
Expand Down

0 comments on commit 126614f

Please sign in to comment.