@trpc/tanstack-react-query 11.1.4-canary.1 → 11.1.4
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 +6 -6
- package/dist/bundle-analysis.json +0 -128
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/tanstack-react-query",
|
|
3
|
-
"version": "11.1.4
|
|
3
|
+
"version": "11.1.4",
|
|
4
4
|
"description": "TanStack React Query Integration for tRPC",
|
|
5
5
|
"author": "juliusmarminge",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@tanstack/react-query": "^5.67.1",
|
|
52
|
-
"@trpc/client": "11.1.4
|
|
53
|
-
"@trpc/server": "11.1.4
|
|
52
|
+
"@trpc/client": "11.1.4",
|
|
53
|
+
"@trpc/server": "11.1.4",
|
|
54
54
|
"react": ">=18.2.0",
|
|
55
55
|
"react-dom": ">=18.2.0",
|
|
56
56
|
"typescript": ">=5.7.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@tanstack/react-query": "^5.74.7",
|
|
60
|
-
"@trpc/client": "11.1.4
|
|
61
|
-
"@trpc/server": "11.1.4
|
|
60
|
+
"@trpc/client": "11.1.4",
|
|
61
|
+
"@trpc/server": "11.1.4",
|
|
62
62
|
"@types/node": "^22.13.5",
|
|
63
63
|
"@types/react": "^19.1.0",
|
|
64
64
|
"eslint": "^9.26.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"funding": [
|
|
80
80
|
"https://trpc.io/sponsor"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "5a542d1df97e4e3b0e02500b1c1295f2fc4ae7cf"
|
|
83
83
|
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bundleSize": 16623,
|
|
3
|
-
"bundleOrigSize": 43837,
|
|
4
|
-
"bundleReduction": 62.08,
|
|
5
|
-
"modules": [
|
|
6
|
-
{
|
|
7
|
-
"id": "/src/internals/subscriptionOptions.ts",
|
|
8
|
-
"size": 4803,
|
|
9
|
-
"origSize": 8185,
|
|
10
|
-
"renderedExports": [
|
|
11
|
-
"trpcSubscriptionOptions",
|
|
12
|
-
"useSubscription"
|
|
13
|
-
],
|
|
14
|
-
"removedExports": [],
|
|
15
|
-
"dependents": [
|
|
16
|
-
"/src/index.ts",
|
|
17
|
-
"/src/internals/createOptionsProxy.ts"
|
|
18
|
-
],
|
|
19
|
-
"percent": 28.89,
|
|
20
|
-
"reduction": 41.32
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "/src/internals/createOptionsProxy.ts",
|
|
24
|
-
"size": 3879,
|
|
25
|
-
"origSize": 12751,
|
|
26
|
-
"renderedExports": [
|
|
27
|
-
"createTRPCOptionsProxy"
|
|
28
|
-
],
|
|
29
|
-
"removedExports": [],
|
|
30
|
-
"dependents": [
|
|
31
|
-
"/src/index.ts",
|
|
32
|
-
"/src/internals/Context.tsx"
|
|
33
|
-
],
|
|
34
|
-
"percent": 23.34,
|
|
35
|
-
"reduction": 69.58
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"id": "/src/internals/utils.ts",
|
|
39
|
-
"size": 3118,
|
|
40
|
-
"origSize": 3526,
|
|
41
|
-
"renderedExports": [
|
|
42
|
-
"createTRPCOptionsResult",
|
|
43
|
-
"getClientArgs",
|
|
44
|
-
"buildQueryFromAsyncIterable",
|
|
45
|
-
"getQueryKeyInternal",
|
|
46
|
-
"getMutationKeyInternal",
|
|
47
|
-
"unwrapLazyArg"
|
|
48
|
-
],
|
|
49
|
-
"removedExports": [],
|
|
50
|
-
"dependents": [
|
|
51
|
-
"/src/internals/createOptionsProxy.ts",
|
|
52
|
-
"/src/internals/subscriptionOptions.ts",
|
|
53
|
-
"/src/internals/infiniteQueryOptions.ts",
|
|
54
|
-
"/src/internals/mutationOptions.ts",
|
|
55
|
-
"/src/internals/queryOptions.ts"
|
|
56
|
-
],
|
|
57
|
-
"percent": 18.76,
|
|
58
|
-
"reduction": 11.57
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": "/src/internals/Context.tsx",
|
|
62
|
-
"size": 1494,
|
|
63
|
-
"origSize": 2159,
|
|
64
|
-
"renderedExports": [
|
|
65
|
-
"createTRPCContext"
|
|
66
|
-
],
|
|
67
|
-
"removedExports": [],
|
|
68
|
-
"dependents": [
|
|
69
|
-
"/src/index.ts"
|
|
70
|
-
],
|
|
71
|
-
"percent": 8.99,
|
|
72
|
-
"reduction": 30.8
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"id": "/src/internals/queryOptions.ts",
|
|
76
|
-
"size": 1147,
|
|
77
|
-
"origSize": 6002,
|
|
78
|
-
"renderedExports": [
|
|
79
|
-
"trpcQueryOptions"
|
|
80
|
-
],
|
|
81
|
-
"removedExports": [],
|
|
82
|
-
"dependents": [
|
|
83
|
-
"/src/internals/createOptionsProxy.ts"
|
|
84
|
-
],
|
|
85
|
-
"percent": 6.9,
|
|
86
|
-
"reduction": 80.89
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"id": "/src/internals/mutationOptions.ts",
|
|
90
|
-
"size": 1137,
|
|
91
|
-
"origSize": 3214,
|
|
92
|
-
"renderedExports": [
|
|
93
|
-
"trpcMutationOptions"
|
|
94
|
-
],
|
|
95
|
-
"removedExports": [],
|
|
96
|
-
"dependents": [
|
|
97
|
-
"/src/internals/createOptionsProxy.ts"
|
|
98
|
-
],
|
|
99
|
-
"percent": 6.84,
|
|
100
|
-
"reduction": 64.62
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"id": "/src/internals/infiniteQueryOptions.ts",
|
|
104
|
-
"size": 1045,
|
|
105
|
-
"origSize": 7040,
|
|
106
|
-
"renderedExports": [
|
|
107
|
-
"trpcInfiniteQueryOptions"
|
|
108
|
-
],
|
|
109
|
-
"removedExports": [],
|
|
110
|
-
"dependents": [
|
|
111
|
-
"/src/internals/createOptionsProxy.ts"
|
|
112
|
-
],
|
|
113
|
-
"percent": 6.29,
|
|
114
|
-
"reduction": 85.16
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"id": "/src/index.ts",
|
|
118
|
-
"size": 0,
|
|
119
|
-
"origSize": 960,
|
|
120
|
-
"renderedExports": [],
|
|
121
|
-
"removedExports": [],
|
|
122
|
-
"dependents": [],
|
|
123
|
-
"percent": 0,
|
|
124
|
-
"reduction": 100
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
|
-
"moduleCount": 8
|
|
128
|
-
}
|