@trpc/next 10.45.0 → 10.45.1-canary.0
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/dist/bundle-analysis.json +146 -0
- package/package.json +8 -8
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundleSize": 22027,
|
|
3
|
+
"bundleOrigSize": 31761,
|
|
4
|
+
"bundleReduction": 30.65,
|
|
5
|
+
"modules": [
|
|
6
|
+
{
|
|
7
|
+
"id": "/src/withTRPC.tsx",
|
|
8
|
+
"size": 8009,
|
|
9
|
+
"origSize": 9205,
|
|
10
|
+
"renderedExports": [
|
|
11
|
+
"withTRPC"
|
|
12
|
+
],
|
|
13
|
+
"removedExports": [],
|
|
14
|
+
"dependents": [
|
|
15
|
+
"/src/createTRPCNext.tsx",
|
|
16
|
+
"/src/index.ts"
|
|
17
|
+
],
|
|
18
|
+
"percent": 36.36,
|
|
19
|
+
"reduction": 12.99
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "/src/app-dir/server.ts",
|
|
23
|
+
"size": 3678,
|
|
24
|
+
"origSize": 4725,
|
|
25
|
+
"renderedExports": [
|
|
26
|
+
"experimental_createTRPCNextAppDirServer",
|
|
27
|
+
"experimental_createServerActionHandler",
|
|
28
|
+
"experimental_revalidateEndpoint"
|
|
29
|
+
],
|
|
30
|
+
"removedExports": [],
|
|
31
|
+
"dependents": [],
|
|
32
|
+
"percent": 16.7,
|
|
33
|
+
"reduction": 22.16
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "/src/app-dir/create-action-hook.tsx",
|
|
37
|
+
"size": 3310,
|
|
38
|
+
"origSize": 5945,
|
|
39
|
+
"renderedExports": [
|
|
40
|
+
"experimental_serverActionLink",
|
|
41
|
+
"experimental_createActionHook"
|
|
42
|
+
],
|
|
43
|
+
"removedExports": [],
|
|
44
|
+
"dependents": [
|
|
45
|
+
"/src/app-dir/client.ts"
|
|
46
|
+
],
|
|
47
|
+
"percent": 15.03,
|
|
48
|
+
"reduction": 44.32
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "/src/app-dir/links/nextCache.ts",
|
|
52
|
+
"size": 2466,
|
|
53
|
+
"origSize": 2667,
|
|
54
|
+
"renderedExports": [
|
|
55
|
+
"experimental_nextCacheLink"
|
|
56
|
+
],
|
|
57
|
+
"removedExports": [],
|
|
58
|
+
"dependents": [],
|
|
59
|
+
"percent": 11.2,
|
|
60
|
+
"reduction": 7.54
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "/src/app-dir/client.ts",
|
|
64
|
+
"size": 1264,
|
|
65
|
+
"origSize": 1868,
|
|
66
|
+
"renderedExports": [
|
|
67
|
+
"experimental_createTRPCNextAppDirClient"
|
|
68
|
+
],
|
|
69
|
+
"removedExports": [],
|
|
70
|
+
"dependents": [],
|
|
71
|
+
"percent": 5.74,
|
|
72
|
+
"reduction": 32.33
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "/src/app-dir/links/nextHttp.ts",
|
|
76
|
+
"size": 1183,
|
|
77
|
+
"origSize": 1698,
|
|
78
|
+
"renderedExports": [
|
|
79
|
+
"experimental_nextHttpLink"
|
|
80
|
+
],
|
|
81
|
+
"removedExports": [],
|
|
82
|
+
"dependents": [],
|
|
83
|
+
"percent": 5.37,
|
|
84
|
+
"reduction": 30.33
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "/src/createTRPCNext.tsx",
|
|
88
|
+
"size": 964,
|
|
89
|
+
"origSize": 2371,
|
|
90
|
+
"renderedExports": [
|
|
91
|
+
"createTRPCNext"
|
|
92
|
+
],
|
|
93
|
+
"removedExports": [],
|
|
94
|
+
"dependents": [
|
|
95
|
+
"/src/index.ts"
|
|
96
|
+
],
|
|
97
|
+
"percent": 4.38,
|
|
98
|
+
"reduction": 59.34
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "/src/app-dir/formDataToObject.ts",
|
|
102
|
+
"size": 818,
|
|
103
|
+
"origSize": 826,
|
|
104
|
+
"renderedExports": [
|
|
105
|
+
"formDataToObject"
|
|
106
|
+
],
|
|
107
|
+
"removedExports": [],
|
|
108
|
+
"dependents": [
|
|
109
|
+
"/src/app-dir/server.ts"
|
|
110
|
+
],
|
|
111
|
+
"percent": 3.71,
|
|
112
|
+
"reduction": 0.97
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "/src/app-dir/shared.ts",
|
|
116
|
+
"size": 335,
|
|
117
|
+
"origSize": 2394,
|
|
118
|
+
"renderedExports": [
|
|
119
|
+
"generateCacheTag",
|
|
120
|
+
"isFormData"
|
|
121
|
+
],
|
|
122
|
+
"removedExports": [
|
|
123
|
+
"createUseProxy"
|
|
124
|
+
],
|
|
125
|
+
"dependents": [
|
|
126
|
+
"/src/app-dir/server.ts",
|
|
127
|
+
"/src/app-dir/create-action-hook.tsx",
|
|
128
|
+
"/src/app-dir/links/nextCache.ts",
|
|
129
|
+
"/src/app-dir/links/nextHttp.ts"
|
|
130
|
+
],
|
|
131
|
+
"percent": 1.52,
|
|
132
|
+
"reduction": 86.01
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "/src/index.ts",
|
|
136
|
+
"size": 0,
|
|
137
|
+
"origSize": 62,
|
|
138
|
+
"renderedExports": [],
|
|
139
|
+
"removedExports": [],
|
|
140
|
+
"dependents": [],
|
|
141
|
+
"percent": 0,
|
|
142
|
+
"reduction": 100
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"moduleCount": 10
|
|
146
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/next",
|
|
3
|
-
"version": "10.45.0",
|
|
3
|
+
"version": "10.45.1-canary.0+9390b309f",
|
|
4
4
|
"description": "The tRPC Next.js library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
],
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@tanstack/react-query": "^4.18.0",
|
|
69
|
-
"@trpc/client": "10.45.0",
|
|
70
|
-
"@trpc/react-query": "10.45.0",
|
|
71
|
-
"@trpc/server": "10.45.0",
|
|
69
|
+
"@trpc/client": "10.45.1-canary.0+9390b309f",
|
|
70
|
+
"@trpc/react-query": "10.45.1-canary.0+9390b309f",
|
|
71
|
+
"@trpc/server": "10.45.1-canary.0+9390b309f",
|
|
72
72
|
"next": "*",
|
|
73
73
|
"react": ">=16.8.0",
|
|
74
74
|
"react-dom": ">=16.8.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@tanstack/react-query": "^4.18.0",
|
|
78
|
-
"@trpc/client": "10.45.0",
|
|
79
|
-
"@trpc/react-query": "10.45.0",
|
|
80
|
-
"@trpc/server": "10.45.0",
|
|
78
|
+
"@trpc/client": "10.45.1-canary.0+9390b309f",
|
|
79
|
+
"@trpc/react-query": "10.45.1-canary.0+9390b309f",
|
|
80
|
+
"@trpc/server": "10.45.1-canary.0+9390b309f",
|
|
81
81
|
"@types/express": "^4.17.17",
|
|
82
82
|
"@types/node": "^20.10.0",
|
|
83
83
|
"@types/react": "^18.2.33",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"funding": [
|
|
98
98
|
"https://trpc.io/sponsor"
|
|
99
99
|
],
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "9390b309f111a99763629a2992914877b25b0bcb"
|
|
101
101
|
}
|