Skip to content

Commit

Permalink
feat!: moves v4 API to default (#243)
Browse files Browse the repository at this point in the history
This moves the default API for @google-cloud/talent to v4. v4 does include some breaking changes from v4beta1, a migration guide is being provided to users.
  • Loading branch information
bcoe authored Sep 28, 2020
1 parent 1d8bd34 commit 882fa32
Show file tree
Hide file tree
Showing 43 changed files with 43,137 additions and 387 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-talent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"prepare": "npm run compile",
"prepare": "npm run compile-protos && npm run compile",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
},
"dependencies": {
"google-gax": "^2.1.0"
"google-gax": "^2.9.0"
},
"devDependencies": {
"@types/mocha": "^8.0.0",
Expand Down
Loading

0 comments on commit 882fa32

Please sign in to comment.