@trpc/server 11.0.0-rc.332 → 11.0.0-rc.334

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": 98388,
3
- "bundleOrigSize": 157552,
4
- "bundleReduction": 37.55,
3
+ "bundleOrigSize": 157498,
4
+ "bundleReduction": 37.53,
5
5
  "modules": [
6
6
  {
7
7
  "id": "/src/adapters/ws.ts",
@@ -731,9 +731,9 @@
731
731
  "reduction": 100
732
732
  },
733
733
  {
734
- "id": "/src/shared.ts",
734
+ "id": "/src/unstable-core-do-not-import.ts",
735
735
  "size": 0,
736
- "origSize": 653,
736
+ "origSize": 1498,
737
737
  "renderedExports": [],
738
738
  "removedExports": [],
739
739
  "dependents": [],
@@ -741,9 +741,9 @@
741
741
  "reduction": 100
742
742
  },
743
743
  {
744
- "id": "/src/unstable-core-do-not-import.ts",
744
+ "id": "/src/shared.ts",
745
745
  "size": 0,
746
- "origSize": 1552,
746
+ "origSize": 653,
747
747
  "renderedExports": [],
748
748
  "removedExports": [],
749
749
  "dependents": [],
@@ -23,7 +23,6 @@ export * from './unstable-core-do-not-import/procedure';
23
23
  export * from './unstable-core-do-not-import/procedureBuilder';
24
24
  export * from './unstable-core-do-not-import/rootConfig';
25
25
  export * from './unstable-core-do-not-import/router';
26
- export * from './unstable-core-do-not-import/router';
27
26
  export * from './unstable-core-do-not-import/rpc';
28
27
  export * from './unstable-core-do-not-import/transformer';
29
28
  export * from './unstable-core-do-not-import/types';
@@ -1 +1 @@
1
- {"version":3,"file":"unstable-core-do-not-import.d.ts","sourceRoot":"","sources":["../src/unstable-core-do-not-import.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"unstable-core-do-not-import.d.ts","sourceRoot":"","sources":["../src/unstable-core-do-not-import.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.332+67c093749",
3
+ "version": "11.0.0-rc.334+fdf26e552",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -161,5 +161,5 @@
161
161
  "funding": [
162
162
  "https://trpc.io/sponsor"
163
163
  ],
164
- "gitHead": "67c093749590628118cbb68e8de52c15e4a7b126"
164
+ "gitHead": "fdf26e5525b0f316b8b480141f65f4200acaa707"
165
165
  }
@@ -23,7 +23,6 @@ export * from './unstable-core-do-not-import/procedure';
23
23
  export * from './unstable-core-do-not-import/procedureBuilder';
24
24
  export * from './unstable-core-do-not-import/rootConfig';
25
25
  export * from './unstable-core-do-not-import/router';
26
- export * from './unstable-core-do-not-import/router';
27
26
  export * from './unstable-core-do-not-import/rpc';
28
27
  export * from './unstable-core-do-not-import/transformer';
29
28
  export * from './unstable-core-do-not-import/types';