Skip to content

Commit 126614f

Browse files
chore: release 1.1.0 (#24)
1 parent 9b8d098 commit 126614f

File tree

7 files changed

+25
-13
lines changed

7 files changed

+25
-13
lines changed

packages/google-cloud-videointelligence/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ out/
77
system-test/secrets.js
88
system-test/*key.json
99
*.lock
10-
*-lock.js*

packages/google-cloud-videointelligence/.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Jason Dobry <[email protected]> Jason Dobry <[email protected]>
44
Luke Sneeringer <[email protected]> Luke Sneeringer <[email protected]>
55
Stephen Sawchuk <[email protected]> Stephen Sawchuk <[email protected]>
66
Stephen Sawchuk <[email protected]> Stephen Sawchuk <[email protected]>
7+
Stephen Sawchuk <[email protected]> Stephen <[email protected]>
8+
Alexander Fenster <[email protected]> Alexander Fenster <[email protected]>

packages/google-cloud-videointelligence/CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# name <email>
55
#
66
Ace Nassri <[email protected]>
7+
Alexander Fenster <[email protected]>
78
Ali Ijaz Sheikh <[email protected]>
89
Evawere Ogbe <[email protected]>
910
Gus Class <[email protected]>
@@ -12,3 +13,5 @@ Luke Sneeringer <[email protected]>
1213
Song Wang <[email protected]>
1314
Stephen Sawchuk <[email protected]>
1415
Tim Swast <[email protected]>
16+
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
17+
remi Taylor <[email protected]>

packages/google-cloud-videointelligence/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-video-intelligence/blob/maste
164164

165165
[client-docs]: https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest/
166166
[product-docs]: https://cloud.google.com/video-intelligence
167-
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
167+
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png

packages/google-cloud-videointelligence/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/video-intelligence",
33
"description": "Google Cloud Video Intelligence API client for Node.js",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {
@@ -30,14 +30,17 @@
3030
],
3131
"contributors": [
3232
"Ace Nassri <[email protected]>",
33+
"Alexander Fenster <[email protected]>",
3334
"Ali Ijaz Sheikh <[email protected]>",
3435
"Evawere Ogbe <[email protected]>",
3536
"Gus Class <[email protected]>",
3637
"Jason Dobry <[email protected]>",
3738
"Luke Sneeringer <[email protected]>",
3839
"Song Wang <[email protected]>",
3940
"Stephen Sawchuk <[email protected]>",
40-
"Tim Swast <[email protected]>"
41+
"Tim Swast <[email protected]>",
42+
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
43+
"remi Taylor <[email protected]>"
4144
],
4245
"scripts": {
4346
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",

packages/google-cloud-videointelligence/samples/README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,21 @@ View the [source code][video_0_code].
2929
__Usage:__ `node analyze.js --help`
3030

3131
```
32+
analyze.js <command>
33+
3234
Commands:
33-
faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
34-
shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud Video
35-
Intelligence API.
36-
labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
37-
labels-file <gcsUri> Labels objects in a video stored locally using the Cloud Video Intelligence API.
38-
safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
35+
analyze.js faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video
36+
Intelligence API.
37+
analyze.js shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud
38+
Video Intelligence API.
39+
analyze.js labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video
40+
Intelligence API.
41+
analyze.js labels-file <filePath> Labels objects in a video stored locally using the Cloud Video Intelligence API.
42+
analyze.js safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
3943
4044
Options:
41-
--help Show help [boolean]
45+
--version Show version number [boolean]
46+
--help Show help [boolean]
4247
4348
Examples:
4449
node analyze.js faces gs://demomaker/larry_sergey_ice_bucket_short.mp4
@@ -53,5 +58,5 @@ For more information, see https://cloud.google.com/video-intelligence/docs
5358
[video_0_docs]: https://cloud.google.com/video-intelligence/docs
5459
[video_0_code]: analyze.js
5560

56-
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
61+
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
5762
[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

packages/google-cloud-videointelligence/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "repo-tools test run --cmd ava -- -T 5m --verbose system-test/*.test.js"
1515
},
1616
"dependencies": {
17-
"@google-cloud/video-intelligence": "^1.0.0",
17+
"@google-cloud/video-intelligence": "1.1.0",
1818
"long": "^3.2.0",
1919
"safe-buffer": "5.1.1",
2020
"yargs": "10.0.3"

0 commit comments

Comments
 (0)