@trpc/server 11.0.0-next-beta.285 → 11.0.0-next-beta.249

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.
@@ -415,11 +415,11 @@
415
415
  "dependents": [
416
416
  "/src/unstable-core-do-not-import/index.ts",
417
417
  "/src/unstable-core-do-not-import/rpc/codes.ts",
418
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
419
418
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
420
419
  "/src/unstable-core-do-not-import/middleware.ts",
421
420
  "/src/unstable-core-do-not-import/router.ts",
422
421
  "/src/unstable-core-do-not-import/transformer.ts",
422
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
423
423
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
424
424
  ],
425
425
  "percent": 1.1,
@@ -610,9 +610,9 @@
610
610
  "reduction": 100
611
611
  },
612
612
  {
613
- "id": "/src/rpc.ts",
613
+ "id": "/src/index.ts",
614
614
  "size": 0,
615
- "origSize": 36,
615
+ "origSize": 32,
616
616
  "renderedExports": [],
617
617
  "removedExports": [],
618
618
  "dependents": [],
@@ -620,9 +620,9 @@
620
620
  "reduction": 100
621
621
  },
622
622
  {
623
- "id": "/src/index.ts",
623
+ "id": "/src/rpc.ts",
624
624
  "size": 0,
625
- "origSize": 32,
625
+ "origSize": 36,
626
626
  "renderedExports": [],
627
627
  "removedExports": [],
628
628
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.285+e18d84950",
3
+ "version": "11.0.0-next-beta.249+53c90b2f6",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -157,5 +157,5 @@
157
157
  "funding": [
158
158
  "https://trpc.io/sponsor"
159
159
  ],
160
- "gitHead": "e18d84950b13f4cfce437473dde62e39a27c4879"
160
+ "gitHead": "53c90b2f66f002e3797a043899f0c9fe34dededb"
161
161
  }