@trpc/client 11.0.0-rc.561 → 11.0.0-rc.565

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.
@@ -282,16 +282,6 @@
282
282
  "percent": 0.18,
283
283
  "reduction": 82.58
284
284
  },
285
- {
286
- "id": "/src/index.ts",
287
- "size": 0,
288
- "origSize": 588,
289
- "renderedExports": [],
290
- "removedExports": [],
291
- "dependents": [],
292
- "percent": 0,
293
- "reduction": 100
294
- },
295
285
  {
296
286
  "id": "/src/unstable-internals.ts",
297
287
  "size": 0,
@@ -305,6 +295,16 @@
305
295
  ],
306
296
  "percent": 0,
307
297
  "reduction": 100
298
+ },
299
+ {
300
+ "id": "/src/index.ts",
301
+ "size": 0,
302
+ "origSize": 588,
303
+ "renderedExports": [],
304
+ "removedExports": [],
305
+ "dependents": [],
306
+ "percent": 0,
307
+ "reduction": 100
308
308
  }
309
309
  ],
310
310
  "moduleCount": 21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "11.0.0-rc.561+c50cd4308",
3
+ "version": "11.0.0-rc.565+25f21aad2",
4
4
  "description": "The tRPC client library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -76,10 +76,10 @@
76
76
  "!**/*.test.*"
77
77
  ],
78
78
  "peerDependencies": {
79
- "@trpc/server": "11.0.0-rc.561+c50cd4308"
79
+ "@trpc/server": "11.0.0-rc.565+25f21aad2"
80
80
  },
81
81
  "devDependencies": {
82
- "@trpc/server": "11.0.0-rc.561+c50cd4308",
82
+ "@trpc/server": "11.0.0-rc.565+25f21aad2",
83
83
  "@types/isomorphic-fetch": "^0.0.39",
84
84
  "@types/node": "^20.10.0",
85
85
  "eslint": "^8.57.0",
@@ -96,5 +96,5 @@
96
96
  "funding": [
97
97
  "https://trpc.io/sponsor"
98
98
  ],
99
- "gitHead": "c50cd4308223508184310103938d1fee50046989"
99
+ "gitHead": "25f21aad23b0a49439048604eb7cddb92cdc84d8"
100
100
  }