@trpc/client
Advanced tools
Comparing version 11.0.0-rc.522 to 11.0.0-rc.524
@@ -40,3 +40,3 @@ /** | ||
*/ | ||
signal?: AbortSignal | null; | ||
signal?: AbortSignal | undefined; | ||
} | ||
@@ -43,0 +43,0 @@ /** |
{ | ||
"name": "@trpc/client", | ||
"version": "11.0.0-rc.522+b99c8b036", | ||
"version": "11.0.0-rc.524+df45b1a7c", | ||
"description": "The tRPC client library", | ||
@@ -79,6 +79,6 @@ "author": "KATT", | ||
"peerDependencies": { | ||
"@trpc/server": "11.0.0-rc.522+b99c8b036" | ||
"@trpc/server": "11.0.0-rc.524+df45b1a7c" | ||
}, | ||
"devDependencies": { | ||
"@trpc/server": "11.0.0-rc.522+b99c8b036", | ||
"@trpc/server": "11.0.0-rc.524+df45b1a7c", | ||
"@types/isomorphic-fetch": "^0.0.39", | ||
@@ -100,3 +100,3 @@ "@types/node": "^20.10.0", | ||
], | ||
"gitHead": "b99c8b0367db909f38427700c58c186bb235c0d6" | ||
"gitHead": "df45b1a7c13a3f5c47373a0d2b38c68f5c6c1028" | ||
} |
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
signal?: AbortSignal | null; | ||
signal?: AbortSignal | undefined; | ||
} | ||
@@ -55,0 +55,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
257927