File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 101
101
"schema" : " ./src/prisma/schema.prisma"
102
102
},
103
103
"resolutions" : {
104
- "@thirdweb-dev/auth/**/axios" : " >=1.7.4 " ,
104
+ "@thirdweb-dev/auth/**/axios" : " >=1.7.8 " ,
105
105
"@thirdweb-dev/auth/**/web3-utils" : " >=4.2.1" ,
106
106
"ethers-gcp-kms-signer/**/protobufjs" : " >=7.2.5" ,
107
107
"fastify/**/find-my-way" : " >=8.2.2" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { StatusCodes } from "http-status-codes";
4
4
import { isDatabaseReachable } from "../../../db/client" ;
5
5
import { env } from "../../../utils/env" ;
6
6
import { isRedisReachable } from "../../../utils/redis/redis" ;
7
+ import { thirdwebClientId } from "../../../utils/sdk" ;
7
8
import { createCustomError } from "../../middleware/error" ;
8
9
9
10
type EngineFeature =
@@ -26,6 +27,7 @@ const ReplySchemaOk = Type.Object({
26
27
Type . Literal ( "SMART_BACKEND_WALLETS" ) ,
27
28
] ) ,
28
29
) ,
30
+ clientId : Type . String ( ) ,
29
31
} ) ;
30
32
31
33
const ReplySchemaError = Type . Object ( {
@@ -73,6 +75,7 @@ export async function healthCheck(fastify: FastifyInstance) {
73
75
engineVersion : env . ENGINE_VERSION ,
74
76
engineTier : env . ENGINE_TIER ?? "SELF_HOSTED" ,
75
77
features : getFeatures ( ) ,
78
+ clientId : thirdwebClientId ,
76
79
} ) ;
77
80
} ,
78
81
} ) ;
Original file line number Diff line number Diff line change @@ -6086,10 +6086,10 @@ aws4fetch@1.0.18:
6086
6086
resolved "https://registry.yarnpkg.com/aws4fetch/-/aws4fetch-1.0.18.tgz#417079ed66383cdd5875e04e9a1ff460917f3896"
6087
6087
integrity sha512-3Cf+YaUl07p24MoQ46rFwulAmiyCwH2+1zw1ZyPAX5OtJ34Hh185DwB8y/qRLb6cYYYtSFJ9pthyLc0MD4e8sQ==
6088
6088
6089
- axios@>=1.7.4 , axios@^0.21.0, axios@^0.27.2:
6090
- version "1.7.7 "
6091
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7 .tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f "
6092
- integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q ==
6089
+ axios@>=1.7.8 , axios@^0.21.0, axios@^0.27.2:
6090
+ version "1.7.8 "
6091
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8 .tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e "
6092
+ integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw ==
6093
6093
dependencies:
6094
6094
follow-redirects "^1.15.6"
6095
6095
form-data "^4.0.0"
You can’t perform that action at this time.
0 commit comments