Skip to content

Commit 1b2f4cc

Browse files
jkwluiJustinBeckwith
authored andcommitted
feat: generate v1p3beta1 with streaming support (#198)
1 parent 6f795bd commit 1b2f4cc

17 files changed

+2945
-4
lines changed

packages/google-cloud-videointelligence/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ system-test/*key.json
99
*.lock
1010
package-lock.json
1111
.vscode
12+
__pycache__

packages/google-cloud-videointelligence/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@
5353
"eslint-config-prettier": "^4.0.0",
5454
"eslint-plugin-node": "^8.0.0",
5555
"eslint-plugin-prettier": "^3.0.0",
56-
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
5756
"intelli-espower-loader": "^1.0.1",
5857
"jsdoc": "^3.5.5",
58+
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
59+
"linkinator": "^1.1.2",
5960
"mocha": "^6.0.0",
6061
"nyc": "^13.0.0",
6162
"power-assert": "^1.6.0",
6263
"prettier": "^1.13.5",
63-
"linkinator": "^1.1.2"
64+
"through2": "^3.0.0"
6465
}
6566
}

0 commit comments

Comments
 (0)