Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.1...v3.0.2) (2025-12-15)


### Bug Fixes

* Typo ([#157](https://github.com/googleapis/nodejs-local-auth/issues/157)) ([59c66fa](https://github.com/googleapis/nodejs-local-auth/commit/59c66fad2f571e0b5aa3fd45c4cdba0d698173e8))

## [3.0.1](https://github.com/googleapis/nodejs-local-auth/compare/v3.0.0...v3.0.1) (2024-01-08)


Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `python -m synthtool`."
**_THIS PACKAGE IS DEPRECATED. PLEASE USE [OFFICIAL AUTH LIBRARY](https://www.npmjs.com/package/google-auth-library) AND MOCK IT, [EXAMPLE](https://github.com/googleapis/google-api-nodejs-client/pull/3849)_**

<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [Google Local Auth: Node.js Client](https://github.com/googleapis/nodejs-local-auth)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/local-auth",
"version": "3.0.1",
"version": "3.0.2",
"description": "A standalone library for receiving Google OAuth tokens",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mocha": "^8.0.0"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1"
"@google-cloud/local-auth": "^3.0.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading