@google-cloud/local-auth
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
## [2.1.1](https://github.com/googleapis/nodejs-local-auth/compare/v2.1.0...v2.1.1) (2022-08-23) | ||
### Bug Fixes | ||
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-local-auth/issues/1546)) ([#147](https://github.com/googleapis/nodejs-local-auth/issues/147)) ([86f77ed](https://github.com/googleapis/nodejs-local-auth/commit/86f77ed455452579ee8bbb47122d010bdb76d63d)) | ||
## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/local-auth", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A standalone library for receiving Google OAuth tokens", | ||
@@ -56,3 +56,3 @@ "main": "build/src/index.js", | ||
"gts": "^3.1.0", | ||
"linkinator": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -59,0 +59,0 @@ "nock": "^13.0.0", |
29062