@trpc/client 11.0.0-alpha-tmp-issues-6374.698 → 11.0.0-alpha-tmp-issues-6374.699

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.
@@ -310,16 +310,6 @@
310
310
  "percent": 0.15,
311
311
  "reduction": 82.58
312
312
  },
313
- {
314
- "id": "/src/index.ts",
315
- "size": 0,
316
- "origSize": 588,
317
- "renderedExports": [],
318
- "removedExports": [],
319
- "dependents": [],
320
- "percent": 0,
321
- "reduction": 100
322
- },
323
313
  {
324
314
  "id": "/src/unstable-internals.ts",
325
315
  "size": 0,
@@ -333,6 +323,16 @@
333
323
  ],
334
324
  "percent": 0,
335
325
  "reduction": 100
326
+ },
327
+ {
328
+ "id": "/src/index.ts",
329
+ "size": 0,
330
+ "origSize": 588,
331
+ "renderedExports": [],
332
+ "removedExports": [],
333
+ "dependents": [],
334
+ "percent": 0,
335
+ "reduction": 100
336
336
  }
337
337
  ],
338
338
  "moduleCount": 23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "11.0.0-alpha-tmp-issues-6374.698+f5be6c9a3",
3
+ "version": "11.0.0-alpha-tmp-issues-6374.699+a6cc2faf0",
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-alpha-tmp-issues-6374.698+f5be6c9a3",
80
+ "@trpc/server": "11.0.0-alpha-tmp-issues-6374.699+a6cc2faf0",
81
81
  "typescript": ">=5.7.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@trpc/server": "11.0.0-alpha-tmp-issues-6374.698+f5be6c9a3",
84
+ "@trpc/server": "11.0.0-alpha-tmp-issues-6374.699+a6cc2faf0",
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": "f5be6c9a3f4f829bc82c9bf4ac7875b7ade2b9ef"
102
+ "gitHead": "a6cc2faf0b0a4c8c8dac9319896dd18ad1e5013a"
103
103
  }