@trpc/client
Advanced tools
Comparing version 11.0.0-rc.648 to 11.0.0-rc.657
@@ -1,4 +0,4 @@ | ||
export declare function isOctetType(input: unknown): input is Uint8Array | Blob; | ||
export declare function isOctetType(input: unknown): input is Uint8Array<ArrayBufferLike> | Blob; | ||
export declare function isFormData(input: unknown): input is FormData; | ||
export declare function isNonJsonSerializable(input: unknown): input is FormData | Uint8Array | Blob; | ||
export declare function isNonJsonSerializable(input: unknown): input is FormData | Uint8Array<ArrayBufferLike> | Blob; | ||
//# sourceMappingURL=contentTypes.d.ts.map |
{ | ||
"name": "@trpc/client", | ||
"version": "11.0.0-rc.648+77b4d8920", | ||
"version": "11.0.0-rc.657+7a369faa3", | ||
"description": "The tRPC client library", | ||
@@ -80,7 +80,7 @@ "author": "KATT", | ||
"peerDependencies": { | ||
"@trpc/server": "11.0.0-rc.648+77b4d8920", | ||
"@trpc/server": "11.0.0-rc.657+7a369faa3", | ||
"typescript": ">=5.6.2" | ||
}, | ||
"devDependencies": { | ||
"@trpc/server": "11.0.0-rc.648+77b4d8920", | ||
"@trpc/server": "11.0.0-rc.657+7a369faa3", | ||
"@types/isomorphic-fetch": "^0.0.39", | ||
@@ -94,4 +94,4 @@ "@types/node": "^22.9.0", | ||
"tsx": "^4.0.0", | ||
"typescript": "^5.6.2", | ||
"undici": "^6.0.1" | ||
"typescript": "^5.7.0", | ||
"undici": "^7.0.0" | ||
}, | ||
@@ -104,3 +104,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "77b4d89207f682e23dc8831a4c769214d2649a0f" | ||
"gitHead": "7a369faa3db8c59f694397c15f589b72ee0919b5" | ||
} |
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
306409