@trpc/server 11.0.0-next-alpha.151 → 11.0.0-next-alpha.153

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "bundleSize": 98207,
3
- "bundleOrigSize": 150186,
4
- "bundleReduction": 34.61,
3
+ "bundleOrigSize": 150210,
4
+ "bundleReduction": 34.62,
5
5
  "modules": [
6
6
  {
7
7
  "id": "/src/adapters/ws.ts",
@@ -839,7 +839,7 @@
839
839
  {
840
840
  "id": "/src/unstableInternalsExport.ts",
841
841
  "size": 0,
842
- "origSize": 492,
842
+ "origSize": 516,
843
843
  "renderedExports": [],
844
844
  "removedExports": [],
845
845
  "dependents": [],
@@ -1 +1 @@
1
- {"version":3,"file":"unstableInternalsExport.d.ts","sourceRoot":"","sources":["../src/unstableInternalsExport.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,cAAc,mCAAmC,CAAC;AAClD,cAAc,wBAAwB,CAAC;AACvC,YAAY,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,cAAc,kBAAkB,CAAC;AAEjC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"unstableInternalsExport.d.ts","sourceRoot":"","sources":["../src/unstableInternalsExport.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,cAAc,mCAAmC,CAAC;AAClD,cAAc,wBAAwB,CAAC;AACvC,YAAY,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,cAAc,kBAAkB,CAAC;AAEjC,cAAc,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-alpha.151+d16307c36",
3
+ "version": "11.0.0-next-alpha.153+ad79cc8a2",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -179,5 +179,5 @@
179
179
  "funding": [
180
180
  "https://trpc.io/sponsor"
181
181
  ],
182
- "gitHead": "d16307c36e2ac18bed883bd9f43f72cbb787cb72"
182
+ "gitHead": "ad79cc8a233428b1ff9a12d0927cfc53064571eb"
183
183
  }
@@ -1,3 +1,4 @@
1
+ // ts-prune-ignore-next
1
2
  /**
2
3
  * These types have to be exported so users can generate their own types definitions files
3
4
  *