@trpc/client 11.0.0-rc.754 → 11.0.0-rc.761

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.
@@ -309,16 +309,6 @@
309
309
  "percent": 0.15,
310
310
  "reduction": 82.58
311
311
  },
312
- {
313
- "id": "/src/index.ts",
314
- "size": 0,
315
- "origSize": 652,
316
- "renderedExports": [],
317
- "removedExports": [],
318
- "dependents": [],
319
- "percent": 0,
320
- "reduction": 100
321
- },
322
312
  {
323
313
  "id": "/src/unstable-internals.ts",
324
314
  "size": 0,
@@ -332,6 +322,16 @@
332
322
  ],
333
323
  "percent": 0,
334
324
  "reduction": 100
325
+ },
326
+ {
327
+ "id": "/src/index.ts",
328
+ "size": 0,
329
+ "origSize": 652,
330
+ "renderedExports": [],
331
+ "removedExports": [],
332
+ "dependents": [],
333
+ "percent": 0,
334
+ "reduction": 100
335
335
  }
336
336
  ],
337
337
  "moduleCount": 23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "11.0.0-rc.754+9e15916e9",
3
+ "version": "11.0.0-rc.761+b7174a4f2",
4
4
  "description": "The tRPC client library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -77,11 +77,11 @@
77
77
  "!**/__tests__"
78
78
  ],
79
79
  "peerDependencies": {
80
- "@trpc/server": "11.0.0-rc.754+9e15916e9",
80
+ "@trpc/server": "11.0.0-rc.761+b7174a4f2",
81
81
  "typescript": ">=5.7.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@trpc/server": "11.0.0-rc.754+9e15916e9",
84
+ "@trpc/server": "11.0.0-rc.761+b7174a4f2",
85
85
  "@types/isomorphic-fetch": "^0.0.39",
86
86
  "@types/node": "^22.9.0",
87
87
  "eslint": "^9.13.0",
@@ -99,5 +99,5 @@
99
99
  "funding": [
100
100
  "https://trpc.io/sponsor"
101
101
  ],
102
- "gitHead": "9e15916e9fc26a08c9936c4c706e996321d42958"
102
+ "gitHead": "b7174a4f24e93ca1fc733ae56e534d45960b41ca"
103
103
  }