@trpc/client 11.1.4-alpha-tmp-issues-6744.2 → 11.1.4-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.
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
],
|
|
127
127
|
"removedExports": [],
|
|
128
128
|
"dependents": [
|
|
129
|
-
"/src/links/httpBatchLink.ts",
|
|
130
129
|
"/src/links/httpLink.ts",
|
|
130
|
+
"/src/links/httpBatchLink.ts",
|
|
131
131
|
"/src/links/httpBatchStreamLink.ts",
|
|
132
132
|
"/src/links/httpSubscriptionLink.ts"
|
|
133
133
|
],
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"removedExports": [],
|
|
172
172
|
"dependents": [
|
|
173
173
|
"/src/index.ts",
|
|
174
|
-
"/src/links/httpBatchLink.ts",
|
|
175
174
|
"/src/links/httpLink.ts",
|
|
175
|
+
"/src/links/httpBatchLink.ts",
|
|
176
176
|
"/src/links/httpBatchStreamLink.ts",
|
|
177
177
|
"/src/links/httpSubscriptionLink.ts",
|
|
178
178
|
"/src/internals/TRPCUntypedClient.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.1.4-
|
|
3
|
+
"version": "11.1.4-canary.1+2afe29aa8",
|
|
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.1.4-
|
|
80
|
+
"@trpc/server": "11.1.4-canary.1+2afe29aa8",
|
|
81
81
|
"typescript": ">=5.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@trpc/server": "11.1.4-
|
|
84
|
+
"@trpc/server": "11.1.4-canary.1+2afe29aa8",
|
|
85
85
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
86
86
|
"@types/node": "^22.13.5",
|
|
87
87
|
"dataloader": "^2.2.2",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"funding": [
|
|
102
102
|
"https://trpc.io/sponsor"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "2afe29aa816e58e3a63dfd2a7a78ef0f25d41f45"
|
|
105
105
|
}
|