From 9345df0e231e17c716519a69ea7fecaad9fd21c5 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 10 Dec 2025 23:04:07 +0000 Subject: [PATCH 1/2] chore: add deprecation message in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68ff073..c1e8dfd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [//]: # "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)_** + Google Cloud Platform logo # [Google Local Auth: Node.js Client](https://github.com/googleapis/nodejs-local-auth) From 65b0d2e4cd1ea37e66cf0fd401ea1fe2796fc67a Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 15 Dec 2025 19:50:46 +0000 Subject: [PATCH 2/2] chore: pin api-documenter and api-extractor to a version supported with node18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03d0bfd..85252e6 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "server-destroy": "^1.0.1" }, "devDependencies": { - "@microsoft/api-documenter": "^7.8.10", - "@microsoft/api-extractor": "^7.8.10", + "@microsoft/api-documenter": "7.8.10", + "@microsoft/api-extractor": "7.8.10", "@types/mocha": "^9.0.0", "@types/nock": "^11.0.0", "@types/node": "^20.4.9",