@trpc/server 11.0.0-alpha-tmp-app-router-example.377 → 11.0.0-alpha-tmp-app-router-example.380

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -391,11 +391,11 @@
391
391
  "dependents": [
392
392
  "/src/unstable-core-do-not-import.ts",
393
393
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
394
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
395
394
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
396
395
  "/src/unstable-core-do-not-import/router.ts",
397
396
  "/src/unstable-core-do-not-import/transformer.ts",
398
397
  "/src/unstable-core-do-not-import/middleware.ts",
398
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
399
399
  "/src/unstable-core-do-not-import/http/contentType.ts",
400
400
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
401
401
  "/src/unstable-core-do-not-import/stream/stream.ts"
@@ -643,9 +643,9 @@
643
643
  "reduction": 100
644
644
  },
645
645
  {
646
- "id": "/src/rpc.ts",
646
+ "id": "/src/index.ts",
647
647
  "size": 0,
648
- "origSize": 36,
648
+ "origSize": 32,
649
649
  "renderedExports": [],
650
650
  "removedExports": [],
651
651
  "dependents": [],
@@ -653,9 +653,9 @@
653
653
  "reduction": 100
654
654
  },
655
655
  {
656
- "id": "/src/index.ts",
656
+ "id": "/src/rpc.ts",
657
657
  "size": 0,
658
- "origSize": 32,
658
+ "origSize": 36,
659
659
  "renderedExports": [],
660
660
  "removedExports": [],
661
661
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-app-router-example.377+a807f8059",
3
+ "version": "11.0.0-alpha-tmp-app-router-example.380+bc33899a8",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "a807f8059bfeb2933d1d1291d69c79e14c31123f"
152
+ "gitHead": "bc33899a8b3978d36341ae494e5714ca01d9e5a9"
153
153
  }