@trpc/next 11.0.0-alpha-tmp-02-08-tmp.277 → 11.0.0-alpha-tmp-app-router-example.281
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 +8 -8
- package/dist/bundle-analysis.json +0 -158
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/next",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-
|
|
3
|
+
"version": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
4
4
|
"description": "The tRPC Next.js library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
],
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@tanstack/react-query": "^5.0.0",
|
|
76
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
77
|
-
"@trpc/react-query": "11.0.0-alpha-tmp-
|
|
78
|
-
"@trpc/server": "11.0.0-alpha-tmp-
|
|
76
|
+
"@trpc/client": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
77
|
+
"@trpc/react-query": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
78
|
+
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
79
79
|
"next": "*",
|
|
80
80
|
"react": ">=16.8.0",
|
|
81
81
|
"react-dom": ">=16.8.0"
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@tanstack/react-query": "^5.0.0",
|
|
93
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
94
|
-
"@trpc/react-query": "11.0.0-alpha-tmp-
|
|
95
|
-
"@trpc/server": "11.0.0-alpha-tmp-
|
|
93
|
+
"@trpc/client": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
94
|
+
"@trpc/react-query": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
95
|
+
"@trpc/server": "11.0.0-alpha-tmp-app-router-example.281+1b2ea2dd7",
|
|
96
96
|
"@types/express": "^4.17.17",
|
|
97
97
|
"@types/node": "^20.10.0",
|
|
98
98
|
"@types/react": "^18.2.33",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"funding": [
|
|
113
113
|
"https://trpc.io/sponsor"
|
|
114
114
|
],
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "1b2ea2dd7010e1964cb3b5d7f338179315b2c1be"
|
|
116
116
|
}
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bundleSize": 23036,
|
|
3
|
-
"bundleOrigSize": 37220,
|
|
4
|
-
"bundleReduction": 38.11,
|
|
5
|
-
"modules": [
|
|
6
|
-
{
|
|
7
|
-
"id": "/src/ssrPrepass.ts",
|
|
8
|
-
"size": 5062,
|
|
9
|
-
"origSize": 5853,
|
|
10
|
-
"renderedExports": [
|
|
11
|
-
"ssrPrepass"
|
|
12
|
-
],
|
|
13
|
-
"removedExports": [],
|
|
14
|
-
"dependents": [],
|
|
15
|
-
"percent": 21.97,
|
|
16
|
-
"reduction": 13.51
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "/src/app-dir/server.ts",
|
|
20
|
-
"size": 3822,
|
|
21
|
-
"origSize": 4925,
|
|
22
|
-
"renderedExports": [
|
|
23
|
-
"experimental_createTRPCNextAppDirServer",
|
|
24
|
-
"experimental_createServerActionHandler",
|
|
25
|
-
"experimental_revalidateEndpoint"
|
|
26
|
-
],
|
|
27
|
-
"removedExports": [],
|
|
28
|
-
"dependents": [],
|
|
29
|
-
"percent": 16.59,
|
|
30
|
-
"reduction": 22.4
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"id": "/src/withTRPC.tsx",
|
|
34
|
-
"size": 3448,
|
|
35
|
-
"origSize": 6138,
|
|
36
|
-
"renderedExports": [
|
|
37
|
-
"withTRPC"
|
|
38
|
-
],
|
|
39
|
-
"removedExports": [],
|
|
40
|
-
"dependents": [
|
|
41
|
-
"/src/index.ts",
|
|
42
|
-
"/src/createTRPCNext.tsx"
|
|
43
|
-
],
|
|
44
|
-
"percent": 14.97,
|
|
45
|
-
"reduction": 43.83
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"id": "/src/app-dir/create-action-hook.tsx",
|
|
49
|
-
"size": 3436,
|
|
50
|
-
"origSize": 6779,
|
|
51
|
-
"renderedExports": [
|
|
52
|
-
"experimental_serverActionLink",
|
|
53
|
-
"experimental_createActionHook"
|
|
54
|
-
],
|
|
55
|
-
"removedExports": [],
|
|
56
|
-
"dependents": [
|
|
57
|
-
"/src/app-dir/client.ts"
|
|
58
|
-
],
|
|
59
|
-
"percent": 14.92,
|
|
60
|
-
"reduction": 49.31
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"id": "/src/app-dir/links/nextCache.ts",
|
|
64
|
-
"size": 2571,
|
|
65
|
-
"origSize": 3044,
|
|
66
|
-
"renderedExports": [
|
|
67
|
-
"experimental_nextCacheLink"
|
|
68
|
-
],
|
|
69
|
-
"removedExports": [],
|
|
70
|
-
"dependents": [],
|
|
71
|
-
"percent": 11.16,
|
|
72
|
-
"reduction": 15.54
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"id": "/src/app-dir/client.ts",
|
|
76
|
-
"size": 1279,
|
|
77
|
-
"origSize": 1894,
|
|
78
|
-
"renderedExports": [
|
|
79
|
-
"experimental_createTRPCNextAppDirClient"
|
|
80
|
-
],
|
|
81
|
-
"removedExports": [],
|
|
82
|
-
"dependents": [],
|
|
83
|
-
"percent": 5.55,
|
|
84
|
-
"reduction": 32.47
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"id": "/src/app-dir/links/nextHttp.ts",
|
|
88
|
-
"size": 1192,
|
|
89
|
-
"origSize": 1973,
|
|
90
|
-
"renderedExports": [
|
|
91
|
-
"experimental_nextHttpLink"
|
|
92
|
-
],
|
|
93
|
-
"removedExports": [],
|
|
94
|
-
"dependents": [],
|
|
95
|
-
"percent": 5.17,
|
|
96
|
-
"reduction": 39.58
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "/src/createTRPCNext.tsx",
|
|
100
|
-
"size": 1073,
|
|
101
|
-
"origSize": 2651,
|
|
102
|
-
"renderedExports": [
|
|
103
|
-
"createTRPCNext"
|
|
104
|
-
],
|
|
105
|
-
"removedExports": [],
|
|
106
|
-
"dependents": [
|
|
107
|
-
"/src/index.ts"
|
|
108
|
-
],
|
|
109
|
-
"percent": 4.66,
|
|
110
|
-
"reduction": 59.52
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"id": "/src/app-dir/formDataToObject.ts",
|
|
114
|
-
"size": 818,
|
|
115
|
-
"origSize": 826,
|
|
116
|
-
"renderedExports": [
|
|
117
|
-
"formDataToObject"
|
|
118
|
-
],
|
|
119
|
-
"removedExports": [],
|
|
120
|
-
"dependents": [
|
|
121
|
-
"/src/app-dir/server.ts"
|
|
122
|
-
],
|
|
123
|
-
"percent": 3.55,
|
|
124
|
-
"reduction": 0.97
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"id": "/src/app-dir/shared.ts",
|
|
128
|
-
"size": 335,
|
|
129
|
-
"origSize": 3075,
|
|
130
|
-
"renderedExports": [
|
|
131
|
-
"generateCacheTag",
|
|
132
|
-
"isFormData"
|
|
133
|
-
],
|
|
134
|
-
"removedExports": [
|
|
135
|
-
"createUseProxy"
|
|
136
|
-
],
|
|
137
|
-
"dependents": [
|
|
138
|
-
"/src/app-dir/server.ts",
|
|
139
|
-
"/src/app-dir/links/nextCache.ts",
|
|
140
|
-
"/src/app-dir/links/nextHttp.ts",
|
|
141
|
-
"/src/app-dir/create-action-hook.tsx"
|
|
142
|
-
],
|
|
143
|
-
"percent": 1.45,
|
|
144
|
-
"reduction": 89.11
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"id": "/src/index.ts",
|
|
148
|
-
"size": 0,
|
|
149
|
-
"origSize": 62,
|
|
150
|
-
"renderedExports": [],
|
|
151
|
-
"removedExports": [],
|
|
152
|
-
"dependents": [],
|
|
153
|
-
"percent": 0,
|
|
154
|
-
"reduction": 100
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"moduleCount": 11
|
|
158
|
-
}
|