@trpc/client 11.4.4 → 11.4.5-canary.1

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
3
  "type": "module",
4
- "version": "11.4.4",
4
+ "version": "11.4.5-canary.1+a653da019",
5
5
  "description": "The tRPC client library",
6
6
  "author": "KATT",
7
7
  "license": "MIT",
@@ -113,11 +113,11 @@
113
113
  "!**/__tests__"
114
114
  ],
115
115
  "peerDependencies": {
116
- "@trpc/server": "11.4.4",
116
+ "@trpc/server": "11.4.5-canary.1+a653da019",
117
117
  "typescript": ">=5.7.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@trpc/server": "11.4.4",
120
+ "@trpc/server": "11.4.5-canary.1+a653da019",
121
121
  "@types/isomorphic-fetch": "^0.0.39",
122
122
  "@types/node": "^22.13.5",
123
123
  "dataloader": "^2.2.2",
@@ -136,5 +136,5 @@
136
136
  "funding": [
137
137
  "https://trpc.io/sponsor"
138
138
  ],
139
- "gitHead": "1876ecd7a151252548f2e1ddcee945dedfca17a1"
139
+ "gitHead": "a653da019921989c35fc7cd45ac3ba14c7a9e95b"
140
140
  }
@@ -1 +0,0 @@
1
- export * from '../../dist/links/httpBatchLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/links/httpBatchLink');
@@ -1 +0,0 @@
1
- export * from '../../dist/links/httpLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/links/httpLink');
@@ -1 +0,0 @@
1
- export * from '../../dist/links/loggerLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/links/loggerLink');
@@ -1 +0,0 @@
1
- export * from '../../dist/links/splitLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/links/splitLink');
@@ -1 +0,0 @@
1
- export * from '../../dist/links/wsLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/links/wsLink');
@@ -1 +0,0 @@
1
- export * from '../../../dist/links/wsLink/wsLink';
@@ -1 +0,0 @@
1
- module.exports = require('../../../dist/links/wsLink/wsLink');
@@ -1 +0,0 @@
1
- export * from '../dist/unstable-internals';
@@ -1 +0,0 @@
1
- module.exports = require('../dist/unstable-internals');