@trpc/server 10.0.0-proxy-alpha.57 → 10.0.0-proxy-alpha.58

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.
package/README.md CHANGED
@@ -7,8 +7,7 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <!-- TODO: replace with new version GIF -->
11
- <img src="https://storage.googleapis.com/trpc/trpcgif.gif" alt="Demo" />
10
+ <img src="https://assets.trpc.io/www/v10/preview-dark.gif" alt="Demo" />
12
11
  </p>
13
12
 
14
13
  # `@trpc/server`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "10.0.0-proxy-alpha.57",
3
+ "version": "10.0.0-proxy-alpha.58",
4
4
  "description": "tRPC Server",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -136,5 +136,5 @@
136
136
  "yup": "^0.32.8",
137
137
  "zod": "^3.0.0"
138
138
  },
139
- "gitHead": "e664229c3ffcfb1d6bccb890cbddebf3630fdd45"
139
+ "gitHead": "2024f3e073f2ec3002f34d47d7f19df89ca2f478"
140
140
  }
@@ -60,7 +60,7 @@ export interface RouterDef<
60
60
  transformer: CombinedDataTransformer;
61
61
  // FIXME this is slow:
62
62
  // - I think this has to go & be replaced by something by only using `TRecord` without `& SimpleFlatten...`
63
- // - Potentially, we have a `legacyProcedures` record where we only register the old things that are availble by string path
63
+ // - Potentially, we have a `legacyProcedures` record where we only register the old things that are available by string path
64
64
  procedures: TRecord;
65
65
  /**
66
66
  * V9 procedures