@trpc/client 11.0.0-alpha-tmp-app-router-example.372 → 11.0.0-alpha-tmp-app-router-example.379
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.
|
@@ -252,25 +252,25 @@
|
|
|
252
252
|
"reduction": 82.58
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"id": "/src/
|
|
255
|
+
"id": "/src/index.ts",
|
|
256
256
|
"size": 0,
|
|
257
|
-
"origSize":
|
|
257
|
+
"origSize": 588,
|
|
258
258
|
"renderedExports": [],
|
|
259
259
|
"removedExports": [],
|
|
260
|
-
"dependents": [
|
|
261
|
-
"/src/links/wsLink.ts",
|
|
262
|
-
"/src/links/internals/httpUtils.ts"
|
|
263
|
-
],
|
|
260
|
+
"dependents": [],
|
|
264
261
|
"percent": 0,
|
|
265
262
|
"reduction": 100
|
|
266
263
|
},
|
|
267
264
|
{
|
|
268
|
-
"id": "/src/
|
|
265
|
+
"id": "/src/unstable-internals.ts",
|
|
269
266
|
"size": 0,
|
|
270
|
-
"origSize":
|
|
267
|
+
"origSize": 41,
|
|
271
268
|
"renderedExports": [],
|
|
272
269
|
"removedExports": [],
|
|
273
|
-
"dependents": [
|
|
270
|
+
"dependents": [
|
|
271
|
+
"/src/links/wsLink.ts",
|
|
272
|
+
"/src/links/internals/httpUtils.ts"
|
|
273
|
+
],
|
|
274
274
|
"percent": 0,
|
|
275
275
|
"reduction": 100
|
|
276
276
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-app-router-example.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-app-router-example.379+76c56f47b",
|
|
4
4
|
"description": "The tRPC client library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"!**/*.test.*"
|
|
77
77
|
],
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.
|
|
79
|
+
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.379+76c56f47b"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.
|
|
82
|
+
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.379+76c56f47b",
|
|
83
83
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
84
84
|
"@types/node": "^20.10.0",
|
|
85
85
|
"eslint": "^8.56.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"funding": [
|
|
97
97
|
"https://trpc.io/sponsor"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "76c56f47b58ba5e5493a8ee44cf672836d21a6c2"
|
|
100
100
|
}
|