@trpc/server 11.17.1-canary.1 → 11.17.1-canary.3
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@trpc/server",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "11.17.1-canary.
|
|
5
|
+
"version": "11.17.1-canary.3+3e0e9793e",
|
|
6
6
|
"description": "The tRPC server library",
|
|
7
7
|
"author": "KATT",
|
|
8
8
|
"license": "MIT",
|
|
@@ -238,5 +238,5 @@
|
|
|
238
238
|
"bin": {
|
|
239
239
|
"intent": "./bin/intent.js"
|
|
240
240
|
},
|
|
241
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "3e0e9793eb7f8c4cfbe70a1dccb72f8d355e3c8b"
|
|
242
242
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* This file is here to:
|
|
5
5
|
* - make TypeScript happy and prevent _"The inferred type of 'createContext' cannot be named without a reference to [...]"_.
|
|
6
|
-
* - the
|
|
6
|
+
* - the glue between the official `@trpc/*`-packages
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* If you seem to need to import anything from here, please open an issue at https://github.com/trpc/trpc/issues
|