Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 2da92bf

Browse files
chore: add deprecation message in readme (#242)
* chore: add deprecation message in readme * chore: pin api-documenter and api-extractor to a version supported with node18
1 parent 04df0ac commit 2da92bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
22
[//]: # "To regenerate it, use `python -m synthtool`."
3+
**_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)_**
4+
35
<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"/>
46

57
# [Google Local Auth: Node.js Client](https://github.com/googleapis/nodejs-local-auth)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"server-destroy": "^1.0.1"
4343
},
4444
"devDependencies": {
45-
"@microsoft/api-documenter": "^7.8.10",
46-
"@microsoft/api-extractor": "^7.8.10",
45+
"@microsoft/api-documenter": "7.8.10",
46+
"@microsoft/api-extractor": "7.8.10",
4747
"@types/mocha": "^9.0.0",
4848
"@types/nock": "^11.0.0",
4949
"@types/node": "^20.4.9",

0 commit comments

Comments
 (0)