@trpc/client 11.5.0 → 11.5.1-canary.3
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 +5 -6
- package/links/httpBatchLink/index.d.ts +0 -1
- package/links/httpBatchLink/index.js +0 -1
- package/links/httpLink/index.d.ts +0 -1
- package/links/httpLink/index.js +0 -1
- package/links/loggerLink/index.d.ts +0 -1
- package/links/loggerLink/index.js +0 -1
- package/links/splitLink/index.d.ts +0 -1
- package/links/splitLink/index.js +0 -1
- package/links/wsLink/index.d.ts +0 -1
- package/links/wsLink/index.js +0 -1
- package/links/wsLink/wsLink/index.d.ts +0 -1
- package/links/wsLink/wsLink/index.js +0 -1
- package/unstable-internals/index.d.ts +0 -1
- package/unstable-internals/index.js +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "11.5.
|
|
4
|
+
"version": "11.5.1-canary.3+77fc9919d",
|
|
5
5
|
"description": "The tRPC client library",
|
|
6
6
|
"author": "KATT",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"build": "tsdown",
|
|
27
27
|
"dev": "tsdown --watch",
|
|
28
28
|
"lint": "eslint --cache src",
|
|
29
|
-
"
|
|
30
|
-
"typecheck": "tsc --noEmit"
|
|
29
|
+
"tsc": "tsc"
|
|
31
30
|
},
|
|
32
31
|
"exports": {
|
|
33
32
|
"./package.json": "./package.json",
|
|
@@ -113,11 +112,11 @@
|
|
|
113
112
|
"!**/__tests__"
|
|
114
113
|
],
|
|
115
114
|
"peerDependencies": {
|
|
116
|
-
"@trpc/server": "11.5.
|
|
115
|
+
"@trpc/server": "11.5.1-canary.3+77fc9919d",
|
|
117
116
|
"typescript": ">=5.7.2"
|
|
118
117
|
},
|
|
119
118
|
"devDependencies": {
|
|
120
|
-
"@trpc/server": "11.5.
|
|
119
|
+
"@trpc/server": "11.5.1-canary.3+77fc9919d",
|
|
121
120
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
122
121
|
"@types/node": "^22.13.5",
|
|
123
122
|
"dataloader": "^2.2.2",
|
|
@@ -136,5 +135,5 @@
|
|
|
136
135
|
"funding": [
|
|
137
136
|
"https://trpc.io/sponsor"
|
|
138
137
|
],
|
|
139
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "77fc9919dee817af470090ee50e692b256419d36"
|
|
140
139
|
}
|
|
@@ -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';
|
package/links/httpLink/index.js
DELETED
|
@@ -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';
|
package/links/splitLink/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../../dist/links/splitLink');
|
package/links/wsLink/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../dist/links/wsLink';
|
package/links/wsLink/index.js
DELETED
|
@@ -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');
|