@trpc/client
Advanced tools
Comparing version 11.0.0-rc.461 to 11.0.0-rc.465
{ | ||
"bundleSize": 51737, | ||
"bundleOrigSize": 68912, | ||
"bundleSize": 51738, | ||
"bundleOrigSize": 68913, | ||
"bundleReduction": 24.92, | ||
@@ -96,4 +96,4 @@ "modules": [ | ||
"id": "/src/links/httpSubscriptionLink.ts", | ||
"size": 3522, | ||
"origSize": 3752, | ||
"size": 3523, | ||
"origSize": 3753, | ||
"renderedExports": [ | ||
@@ -100,0 +100,0 @@ "unstable_httpSubscriptionLink" |
@@ -62,3 +62,3 @@ 'use strict'; | ||
from: eventSource, | ||
deserialize: transformer$1.input.deserialize | ||
deserialize: transformer$1.output.deserialize | ||
}); | ||
@@ -65,0 +65,0 @@ for await (const chunk of iterable){ |
{ | ||
"name": "@trpc/client", | ||
"version": "11.0.0-rc.461+f178d3fed", | ||
"version": "11.0.0-rc.465+461733492", | ||
"description": "The tRPC client library", | ||
@@ -79,6 +79,6 @@ "author": "KATT", | ||
"peerDependencies": { | ||
"@trpc/server": "11.0.0-rc.461+f178d3fed" | ||
"@trpc/server": "11.0.0-rc.465+461733492" | ||
}, | ||
"devDependencies": { | ||
"@trpc/server": "11.0.0-rc.461+f178d3fed", | ||
"@trpc/server": "11.0.0-rc.465+461733492", | ||
"@types/isomorphic-fetch": "^0.0.39", | ||
@@ -100,3 +100,3 @@ "@types/node": "^20.10.0", | ||
], | ||
"gitHead": "f178d3fed131c9036014603665a0803de0533c9a" | ||
"gitHead": "461733492f066c6eea21149c857bf7f7890e55dd" | ||
} |
@@ -98,3 +98,3 @@ import { observable } from '@trpc/server/observable'; | ||
from: eventSource, | ||
deserialize: transformer.input.deserialize, | ||
deserialize: transformer.output.deserialize, | ||
}); | ||
@@ -101,0 +101,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
254387