Firebase Update
This commit is contained in:
82
express-server/node_modules/google-auth-library/CHANGELOG.md
generated
vendored
82
express-server/node_modules/google-auth-library/CHANGELOG.md
generated
vendored
@ -4,6 +4,86 @@
|
||||
|
||||
[1]: https://www.npmjs.com/package/google-auth-library-nodejs?activeTab=versions
|
||||
|
||||
## v2.0.2
|
||||
|
||||
12-16-2018 10:48 PST
|
||||
|
||||
### Fixes
|
||||
- fix(types): export GCPEnv type ([#569](https://github.com/google/google-auth-library-nodejs/pull/569))
|
||||
- fix: use post for token revocation ([#524](https://github.com/google/google-auth-library-nodejs/pull/524))
|
||||
|
||||
### Dependencies
|
||||
- fix(deps): update dependency lru-cache to v5 ([#541](https://github.com/google/google-auth-library-nodejs/pull/541))
|
||||
|
||||
### Documentation
|
||||
- docs: add ref docs again ([#553](https://github.com/google/google-auth-library-nodejs/pull/553))
|
||||
- docs: clean up the readme ([#554](https://github.com/google/google-auth-library-nodejs/pull/554))
|
||||
|
||||
### Internal / Testing Changes
|
||||
- chore(deps): update dependency @types/sinon to v7 ([#568](https://github.com/google/google-auth-library-nodejs/pull/568))
|
||||
- refactor: use execa for install tests, run eslint on samples ([#559](https://github.com/google/google-auth-library-nodejs/pull/559))
|
||||
- chore(build): inject yoshi automation key ([#566](https://github.com/google/google-auth-library-nodejs/pull/566))
|
||||
- chore: update nyc and eslint configs ([#565](https://github.com/google/google-auth-library-nodejs/pull/565))
|
||||
- chore: fix publish.sh permission +x ([#563](https://github.com/google/google-auth-library-nodejs/pull/563))
|
||||
- fix(build): fix Kokoro release script ([#562](https://github.com/google/google-auth-library-nodejs/pull/562))
|
||||
- build: add Kokoro configs for autorelease ([#561](https://github.com/google/google-auth-library-nodejs/pull/561))
|
||||
- chore: always nyc report before calling codecov ([#557](https://github.com/google/google-auth-library-nodejs/pull/557))
|
||||
- chore: nyc ignore build/test by default ([#556](https://github.com/google/google-auth-library-nodejs/pull/556))
|
||||
- chore(build): update the prettier and renovate config ([#552](https://github.com/google/google-auth-library-nodejs/pull/552))
|
||||
- chore: update license file ([#551](https://github.com/google/google-auth-library-nodejs/pull/551))
|
||||
- fix(build): fix system key decryption ([#547](https://github.com/google/google-auth-library-nodejs/pull/547))
|
||||
- chore(deps): update dependency typescript to ~3.2.0 ([#546](https://github.com/google/google-auth-library-nodejs/pull/546))
|
||||
- chore(deps): unpin sinon ([#544](https://github.com/google/google-auth-library-nodejs/pull/544))
|
||||
- refactor: drop non-required modules ([#542](https://github.com/google/google-auth-library-nodejs/pull/542))
|
||||
- chore: add synth.metadata ([#537](https://github.com/google/google-auth-library-nodejs/pull/537))
|
||||
- fix: Pin @types/sinon to last compatible version ([#538](https://github.com/google/google-auth-library-nodejs/pull/538))
|
||||
- chore(deps): update dependency gts to ^0.9.0 ([#531](https://github.com/google/google-auth-library-nodejs/pull/531))
|
||||
- chore: update eslintignore config ([#530](https://github.com/google/google-auth-library-nodejs/pull/530))
|
||||
- chore: drop contributors from multiple places ([#528](https://github.com/google/google-auth-library-nodejs/pull/528))
|
||||
- chore: use latest npm on Windows ([#527](https://github.com/google/google-auth-library-nodejs/pull/527))
|
||||
- chore: update CircleCI config ([#523](https://github.com/google/google-auth-library-nodejs/pull/523))
|
||||
- chore: include build in eslintignore ([#516](https://github.com/google/google-auth-library-nodejs/pull/516))
|
||||
|
||||
## v2.0.1
|
||||
|
||||
### Implementation Changes
|
||||
- fix: verifyIdToken will never return null ([#488](https://github.com/google/google-auth-library-nodejs/pull/488))
|
||||
- Update the url to application default credentials ([#470](https://github.com/google/google-auth-library-nodejs/pull/470))
|
||||
- Update omitted parameter 'hd' ([#467](https://github.com/google/google-auth-library-nodejs/pull/467))
|
||||
|
||||
### Dependencies
|
||||
- chore(deps): update dependency nock to v10 ([#501](https://github.com/google/google-auth-library-nodejs/pull/501))
|
||||
- chore(deps): update dependency sinon to v7 ([#502](https://github.com/google/google-auth-library-nodejs/pull/502))
|
||||
- chore(deps): update dependency typescript to v3.1.3 ([#503](https://github.com/google/google-auth-library-nodejs/pull/503))
|
||||
- chore(deps): update dependency gh-pages to v2 ([#499](https://github.com/google/google-auth-library-nodejs/pull/499))
|
||||
- chore(deps): update dependency typedoc to ^0.13.0 ([#497](https://github.com/google/google-auth-library-nodejs/pull/497))
|
||||
|
||||
### Documentation
|
||||
- docs: Remove code format from Application Default Credentials ([#483](https://github.com/google/google-auth-library-nodejs/pull/483))
|
||||
- docs: replace google/ with googleapis/ in URIs ([#472](https://github.com/google/google-auth-library-nodejs/pull/472))
|
||||
- Fix typo in readme ([#469](https://github.com/google/google-auth-library-nodejs/pull/469))
|
||||
- Update samples and docs for 2.0 ([#459](https://github.com/google/google-auth-library-nodejs/pull/459))
|
||||
|
||||
### Internal / Testing Changes
|
||||
- chore: update issue templates ([#509](https://github.com/google/google-auth-library-nodejs/pull/509))
|
||||
- chore: remove old issue template ([#507](https://github.com/google/google-auth-library-nodejs/pull/507))
|
||||
- build: run tests on node11 ([#506](https://github.com/google/google-auth-library-nodejs/pull/506))
|
||||
- chore(build): drop hard rejection and update gts in the kitchen test ([#504](https://github.com/google/google-auth-library-nodejs/pull/504))
|
||||
- chores(build): do not collect sponge.xml from windows builds ([#500](https://github.com/google/google-auth-library-nodejs/pull/500))
|
||||
- chores(build): run codecov on continuous builds ([#495](https://github.com/google/google-auth-library-nodejs/pull/495))
|
||||
- chore: update new issue template ([#494](https://github.com/google/google-auth-library-nodejs/pull/494))
|
||||
- build: fix codecov uploading on Kokoro ([#490](https://github.com/google/google-auth-library-nodejs/pull/490))
|
||||
- test: move kitchen sink tests to system-test ([#489](https://github.com/google/google-auth-library-nodejs/pull/489))
|
||||
- Update kokoro config ([#482](https://github.com/google/google-auth-library-nodejs/pull/482))
|
||||
- fix: export additional typescript types ([#479](https://github.com/google/google-auth-library-nodejs/pull/479))
|
||||
- Don't publish sourcemaps ([#478](https://github.com/google/google-auth-library-nodejs/pull/478))
|
||||
- test: remove appveyor config ([#477](https://github.com/google/google-auth-library-nodejs/pull/477))
|
||||
- Enable prefer-const in the eslint config ([#473](https://github.com/google/google-auth-library-nodejs/pull/473))
|
||||
- Enable no-var in eslint ([#471](https://github.com/google/google-auth-library-nodejs/pull/471))
|
||||
- Update CI config ([#468](https://github.com/google/google-auth-library-nodejs/pull/468))
|
||||
- Retry npm install in CI ([#465](https://github.com/google/google-auth-library-nodejs/pull/465))
|
||||
- Update Kokoro config ([#462](https://github.com/google/google-auth-library-nodejs/pull/462))
|
||||
|
||||
## v2.0.0
|
||||
|
||||
Well hello 2.0 🎉 **This release has multiple breaking changes**. It also has a lot of bug fixes.
|
||||
@ -112,3 +192,5 @@ As always, if you run into any problems... please let us know!
|
||||
- chore(package): Update gts to the latest version 🚀 (#387)
|
||||
- chore(package): update sinon to version 6.0.0 (#386)
|
||||
|
||||
## Upgrading to 1.x
|
||||
The `1.x` release includes a variety of bug fixes, new features, and breaking changes. Please take care, and see [the release notes](https://github.com/googleapis/google-auth-library-nodejs/releases/tag/v1.0.0) for a list of breaking changes, and the upgrade guide.
|
||||
|
Reference in New Issue
Block a user