@trpc/server 11.0.0-alpha-tmp-export-from-main.217 → 11.0.0-alpha-tmp-export-from-main.218

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-export-from-main.217+ef6ef3e1c",
3
+ "version": "11.0.0-alpha-tmp-export-from-main.218+73e2565a7",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -190,7 +190,7 @@
190
190
  "access": "public"
191
191
  },
192
192
  "dependencies": {
193
- "@trpc/core": "11.0.0-alpha-tmp-export-from-main.217+ef6ef3e1c"
193
+ "@trpc/core": "11.0.0-alpha-tmp-export-from-main.218+73e2565a7"
194
194
  },
195
195
  "devDependencies": {
196
196
  "@fastify/websocket": "^7.1.2",
@@ -229,5 +229,5 @@
229
229
  "funding": [
230
230
  "https://trpc.io/sponsor"
231
231
  ],
232
- "gitHead": "ef6ef3e1c3a4966d30335864d6edf9c94f096717"
232
+ "gitHead": "73e2565a7eb6208c231dd86b343914a889c65cce"
233
233
  }