@trpc/server
Advanced tools
Comparing version 11.0.0-rc.718 to 11.0.0-rc.719
@@ -289,5 +289,5 @@ { | ||
"/src/unstable-core-do-not-import.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/initTRPC.ts", | ||
"/src/unstable-core-do-not-import/router.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts" | ||
"/src/unstable-core-do-not-import/router.ts" | ||
], | ||
@@ -352,2 +352,5 @@ "percent": 1.42, | ||
"/src/unstable-core-do-not-import.ts", | ||
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts", | ||
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/error/TRPCError.ts", | ||
@@ -357,5 +360,2 @@ "/src/unstable-core-do-not-import/transformer.ts", | ||
"/src/unstable-core-do-not-import/router.ts", | ||
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts", | ||
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts", | ||
@@ -383,6 +383,6 @@ "/src/unstable-core-do-not-import/http/contentType.ts", | ||
"/src/unstable-core-do-not-import.ts", | ||
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/middleware.ts", | ||
"/src/unstable-core-do-not-import/router.ts", | ||
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/http/contentType.ts", | ||
@@ -454,4 +454,4 @@ "/src/unstable-core-do-not-import/procedureBuilder.ts", | ||
"/src/unstable-core-do-not-import.ts", | ||
"/src/unstable-core-do-not-import/error/getErrorShape.ts", | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts" | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/error/getErrorShape.ts" | ||
], | ||
@@ -845,2 +845,14 @@ "percent": 1.08, | ||
{ | ||
"id": "/src/http.ts", | ||
"size": 0, | ||
"origSize": 37, | ||
"renderedExports": [], | ||
"removedExports": [], | ||
"dependents": [ | ||
"/src/adapters/ws.ts" | ||
], | ||
"percent": 0, | ||
"reduction": 100 | ||
}, | ||
{ | ||
"id": "/src/index.ts", | ||
@@ -856,10 +868,8 @@ "size": 0, | ||
{ | ||
"id": "/src/http.ts", | ||
"id": "/src/rpc.ts", | ||
"size": 0, | ||
"origSize": 37, | ||
"origSize": 36, | ||
"renderedExports": [], | ||
"removedExports": [], | ||
"dependents": [ | ||
"/src/adapters/ws.ts" | ||
], | ||
"dependents": [], | ||
"percent": 0, | ||
@@ -869,5 +879,5 @@ "reduction": 100 | ||
{ | ||
"id": "/src/rpc.ts", | ||
"id": "/src/shared.ts", | ||
"size": 0, | ||
"origSize": 36, | ||
"origSize": 653, | ||
"renderedExports": [], | ||
@@ -886,6 +896,6 @@ "removedExports": [], | ||
"dependents": [ | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/express.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/next-app-dir/nextAppDirCaller.ts", | ||
@@ -899,12 +909,2 @@ "/src/adapters/node-http/nodeHTTPRequestHandler.ts", | ||
{ | ||
"id": "/src/shared.ts", | ||
"size": 0, | ||
"origSize": 653, | ||
"renderedExports": [], | ||
"removedExports": [], | ||
"dependents": [], | ||
"percent": 0, | ||
"reduction": 100 | ||
}, | ||
{ | ||
"id": "/src/adapters/next-app-dir.ts", | ||
@@ -958,6 +958,6 @@ "size": 0, | ||
"dependents": [ | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/express.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/fastify/fastifyRequestHandler.ts" | ||
@@ -964,0 +964,0 @@ ], |
{ | ||
"name": "@trpc/server", | ||
"version": "11.0.0-rc.718+2018e3914", | ||
"version": "11.0.0-rc.719+277532e77", | ||
"description": "The tRPC server library", | ||
@@ -155,3 +155,3 @@ "author": "KATT", | ||
}, | ||
"gitHead": "2018e3914554d5e8e649fb489cfbf7a4e3fae925" | ||
"gitHead": "277532e77d934d47d63500c74d0db71f7bd605ae" | ||
} |
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
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
34