From ce4e6f2c78966f68248fc924598bf1fbe5e80b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:38:20 +0000 Subject: [PATCH] fix(deps): update dependency @lightningpolar/tapd-api to v0.3.0-alpha.rc1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b9c7a45b6..0dfafd8f5d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "tsc": "tsc --noEmit" }, "dependencies": { - "@lightningpolar/tapd-api": "0.3.0-alpha", + "@lightningpolar/tapd-api": "0.3.0-alpha.rc1", "@radar/lnrpc": "0.11.1-beta.1", "@types/detect-port": "1.3.5", "archiver": "6.0.1", diff --git a/yarn.lock b/yarn.lock index 55bf524700..12213920f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3683,10 +3683,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@lightningpolar/tapd-api@0.3.0-alpha": - version "0.3.0-alpha" - resolved "https://registry.yarnpkg.com/@lightningpolar/tapd-api/-/tapd-api-0.3.0-alpha.tgz#673ca71811a441f6f22d4e9c7fb8816920914e41" - integrity sha512-9aqoaSUP9jbUNaxTHwPAM6ZjFXtZKecW8Igvl8tMfFxUFugiW9O0ArRoJCM7ZO6fIwqtymzEc3mAdVVIvzuFlQ== +"@lightningpolar/tapd-api@0.3.0-alpha.rc1": + version "0.3.0-alpha.rc1" + resolved "https://registry.yarnpkg.com/@lightningpolar/tapd-api/-/tapd-api-0.3.0-alpha.rc1.tgz#3d2982db45d900c7706136fe2d4b7f73a5604380" + integrity sha512-MYuUCrdgol2nFLFk743c4fzdRXx6jXMwU8hKl7arAOjW9hdVWg/nk5qmj8Jwxvi1nsHc3A1H3MdHG8Ep2Pc7lA== dependencies: "@grpc/grpc-js" "1.7.2" "@grpc/proto-loader" "0.7.3"