@trpc/server 11.1.5-canary.4 → 11.2.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/adapters/node-http/content-type/form-data/index.d.ts +1 -0
- package/adapters/node-http/content-type/form-data/index.js +1 -0
- package/adapters/node-http/content-type/json/index.d.ts +1 -0
- package/adapters/node-http/content-type/json/index.js +1 -0
- package/package.json +2 -2
- package/src/adapters/node-http/__generated__/cert.csr +16 -0
- package/src/adapters/node-http/__generated__/certificate/cert.csr +16 -0
- package/src/adapters/node-http/__generated__/certificate/certificate.crt +21 -0
- package/src/adapters/node-http/__generated__/certificate/private.key +28 -0
- package/src/adapters/node-http/__generated__/certificate.crt +21 -0
- package/src/adapters/node-http/__generated__/private.key +28 -0
- package/dist/bundle-analysis.json +0 -998
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../../../dist/adapters/node-http/content-type/form-data';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../../../dist/adapters/node-http/content-type/form-data');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../../../dist/adapters/node-http/content-type/json';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../../../dist/adapters/node-http/content-type/json');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "f308110aeadbdf1a8f11ce9d60002729ccbb28c5"
|
|
156
156
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE REQUEST-----
|
|
2
|
+
MIICnDCCAYQCAQAwVzELMAkGA1UEBhMCVVMxDjAMBgNVBAgMBVN0YXRlMQ0wCwYD
|
|
3
|
+
VQQHDARDaXR5MRUwEwYDVQQKDAxPcmdhbml6YXRpb24xEjAQBgNVBAMMCWxvY2Fs
|
|
4
|
+
aG9zdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMzmTl2DaAV9s+HQ
|
|
5
|
+
q7kdhDvYIcd5bQdmX3apvkG9llW1ERbgcVgWYi+e+m8JK6IqSfu3lBbLIe5vdy47
|
|
6
|
+
csdczal5xK+CYCGddsASdQrj1hOy+YYTI3O3XiGAUUJt6AEBFaMvCGM/g0q6UBmA
|
|
7
|
+
g0tz+hh9b6cOG6lRkPG8GidU+HezPILseVSiYASk9DMJpS55J+NsxbGUyKkqwuSH
|
|
8
|
+
AMDEeM1ICJIy2L4+JO7/89s4ac5RfFGqoAKck6V6DWSYrHBeYNA06o1JnfF8ee7E
|
|
9
|
+
fVPmkDBs/kmOSuckep+a+UAk7xNDa/qbSFPCyVLtQuasHzyFdGNeaa7Mw0aHxazH
|
|
10
|
+
flBiq/kCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQC7R/twgb7TKiC7877zUbgN
|
|
11
|
+
L3Y8ojQ1j5hgNimFSdTQoO942a/qwpz3KNJiXYZFFJJfDLyPpXbM5tDD/kaB+htH
|
|
12
|
+
WEw7WFbe/XI8A+YrcGM6hSoEqyidOhnmA8ImYesuUM3ljw6spfMuKN9HyaPW2AxR
|
|
13
|
+
k4hkuOKeD6B7izvF20yqdTwMMNC417ZXX69Gxo2KmMJ1UwbLpy6MmooBFfmZfbEi
|
|
14
|
+
5q4SMz/xlqlB/yuN0Khdtef0TOQAMPE41rZ8Z7U5ilMwirH8Q+xAwuIeBg6i5dx5
|
|
15
|
+
JYTv7n9ivLHAwKgbyxZ7uhCH8SVJQwmePBW7D6fsAAln/vRQ3qSDJfcLxpOKg/D9
|
|
16
|
+
-----END CERTIFICATE REQUEST-----
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE REQUEST-----
|
|
2
|
+
MIICnDCCAYQCAQAwVzELMAkGA1UEBhMCVVMxDjAMBgNVBAgMBVN0YXRlMQ0wCwYD
|
|
3
|
+
VQQHDARDaXR5MRUwEwYDVQQKDAxPcmdhbml6YXRpb24xEjAQBgNVBAMMCWxvY2Fs
|
|
4
|
+
aG9zdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMUlV+48NLYnj6bY
|
|
5
|
+
7IAZHEgXHw4EePv2lUct4jRqot80Kb41cgfCHlCkzwXBuyYrZhkNu9Dz6XoCijG6
|
|
6
|
+
UvactVPxL2nJTA/YwzUAxzRI01JDzk3PXgGiS1S7C4w+VJe/rEVFXasywvM3KD78
|
|
7
|
+
doQjyenK3TGpDuEqrGUMXqSv9ZWEzlkrcdiwKGqrOLvnHjVkEEuwxDlD7YIkwbqr
|
|
8
|
+
WKjy1w9UX0yX77BW0CQxMfTFQR3xfk1/lpK2xL5xricAm/m3P0nayuBG1QnOEcJF
|
|
9
|
+
LIztK60YH/p2JY2b+pgqpmW3RYjyNVODKoW7KPHoCHPDu97aNWulRdUjKK7bVLT8
|
|
10
|
+
D8/NgQcCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQBskN6AEEvXGzbj8rSeyn+a
|
|
11
|
+
+6Xa/NnmgPpxBWtWPDwIUv0bCCfRtwB93pDIKOf0PpNxidbdNFOZ5InbiWJ/HTZy
|
|
12
|
+
Taz4ZcnCbekrc28Grb7yLKk+AKtdRIDGAutBnlCGmhnN2tMqgfqmC1A6liUa8B9K
|
|
13
|
+
STYik2woZiH20fsF4maNNKv0tqWmSm/g4IOvniE+L3IebW0wl0BAKjAjc481uaNc
|
|
14
|
+
sq72Lwgqdrh66AR70VeFzcTUJlXDTtCBfs2ejnJ7oqmldjsP1mIiTMobE6OOiSI1
|
|
15
|
+
P3z52lWYIkQ5eq5bPsGLxOLbo3Oj97O3BRaW/KOOyrWy00sUoqtAnc9J80DpVb8m
|
|
16
|
+
-----END CERTIFICATE REQUEST-----
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIDXTCCAkWgAwIBAgIUHRRMEU8Gk+R8L6NWrn4V+tyR+TYwDQYJKoZIhvcNAQEL
|
|
3
|
+
BQAwVzELMAkGA1UEBhMCVVMxDjAMBgNVBAgMBVN0YXRlMQ0wCwYDVQQHDARDaXR5
|
|
4
|
+
MRUwEwYDVQQKDAxPcmdhbml6YXRpb24xEjAQBgNVBAMMCWxvY2FsaG9zdDAeFw0y
|
|
5
|
+
NTAyMDUwODQwMTdaFw0yNjAyMDUwODQwMTdaMFcxCzAJBgNVBAYTAlVTMQ4wDAYD
|
|
6
|
+
VQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UECgwMT3JnYW5pemF0aW9u
|
|
7
|
+
MRIwEAYDVQQDDAlsb2NhbGhvc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
|
|
8
|
+
AoIBAQDFJVfuPDS2J4+m2OyAGRxIFx8OBHj79pVHLeI0aqLfNCm+NXIHwh5QpM8F
|
|
9
|
+
wbsmK2YZDbvQ8+l6AooxulL2nLVT8S9pyUwP2MM1AMc0SNNSQ85Nz14BoktUuwuM
|
|
10
|
+
PlSXv6xFRV2rMsLzNyg+/HaEI8npyt0xqQ7hKqxlDF6kr/WVhM5ZK3HYsChqqzi7
|
|
11
|
+
5x41ZBBLsMQ5Q+2CJMG6q1io8tcPVF9Ml++wVtAkMTH0xUEd8X5Nf5aStsS+ca4n
|
|
12
|
+
AJv5tz9J2srgRtUJzhHCRSyM7SutGB/6diWNm/qYKqZlt0WI8jVTgyqFuyjx6Ahz
|
|
13
|
+
w7ve2jVrpUXVIyiu21S0/A/PzYEHAgMBAAGjITAfMB0GA1UdDgQWBBQXOmpfTQXk
|
|
14
|
+
+zu/QjreEe21Wi3YcTANBgkqhkiG9w0BAQsFAAOCAQEAWzE8ACF1qf05SDGqLs8Y
|
|
15
|
+
j948IXf0E2ou23/M2n5wMYOGRWe5KrHJjHYcTcssHklb30KEfv35QlKW3jBCy909
|
|
16
|
+
DrTcpMcdNapbyMKvvUB1SlLildl0MoaJMtYKE/UjdBRcl/oTPRpOAvqZNC2bqdww
|
|
17
|
+
YqHLW30RJQKVCjE63KN+CNf3Tl8JkZpbAex46BIP2m9pEeJYahGjr0sw/xH37j5N
|
|
18
|
+
lkKVKMSdtqeGtP4x4tVZwb+c2faDVBncO7HtprHktx7zPyYrrLHRbejxF0nU6gJt
|
|
19
|
+
TPWsxfAPz5Qp08/kd8JMYvp0c8vLqin7MeYbt27jrt38ojBDM63tr39HjBBCWD4X
|
|
20
|
+
uA==
|
|
21
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
-----BEGIN PRIVATE KEY-----
|
|
2
|
+
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDFJVfuPDS2J4+m
|
|
3
|
+
2OyAGRxIFx8OBHj79pVHLeI0aqLfNCm+NXIHwh5QpM8FwbsmK2YZDbvQ8+l6Aoox
|
|
4
|
+
ulL2nLVT8S9pyUwP2MM1AMc0SNNSQ85Nz14BoktUuwuMPlSXv6xFRV2rMsLzNyg+
|
|
5
|
+
/HaEI8npyt0xqQ7hKqxlDF6kr/WVhM5ZK3HYsChqqzi75x41ZBBLsMQ5Q+2CJMG6
|
|
6
|
+
q1io8tcPVF9Ml++wVtAkMTH0xUEd8X5Nf5aStsS+ca4nAJv5tz9J2srgRtUJzhHC
|
|
7
|
+
RSyM7SutGB/6diWNm/qYKqZlt0WI8jVTgyqFuyjx6Ahzw7ve2jVrpUXVIyiu21S0
|
|
8
|
+
/A/PzYEHAgMBAAECggEAKw/UHBKEhQExLIWXaweRGOIMA3jQoGClDK4mCcL9Hnn7
|
|
9
|
+
YDO2W6F4E69cFOrTISw7md9ZFfQhHGhvnRsQwhNKvDIjZBz3A0MaqHoqCO6bUg3D
|
|
10
|
+
g1V3OC4l/DT6+cAnpBnW3C6hniJxWMTEgrWMgaJ7mRiZph5CRMaYb137UkepAeZk
|
|
11
|
+
YITpoT4WM/aC0m6tbRqPju44H1CI6fEO0jXvXMzbx9HC/ecGLXffUlr44coTEzJd
|
|
12
|
+
0jiJZ1IgF3ULSESP1YZ/ZO+QhZn0SAEGnwvPNPp8J+OPpMCyCpd7juaVJ0+L4dXW
|
|
13
|
+
dY1AkU/CalomMmm8jRq7k0+EyewKwUXw4A84aw3q0QKBgQD/vXonqclhYKZROZPY
|
|
14
|
+
lXAIOFAIDRlrnoMat1Rn7c4hLVEWeROSHERU3rkr2BORYTThTZlmv80ymkPughVJ
|
|
15
|
+
6+RxGqO7V9EwFMucdN1R2hWnryN4+sxjJzf4bfCabt+wNnWAkgzQM+v7CeTLZnqU
|
|
16
|
+
cbvlGJ5XwuIUWl07cXk0c1k0CQKBgQDFWJ/1SckC+7MgruGyicvIPcPu2Cf/55D4
|
|
17
|
+
swenPDitACeJkecdrCRsGisDk7DLc5qZTh1PWtD5UVl+9GCv4uXDYAmOqakPocZp
|
|
18
|
+
pCHWJGOBBEYHpwuMlXfWoUqfpZFVhohcWfVt/8EzDgEwoXx2QkPNj4HAPw4U99zA
|
|
19
|
+
ptn1ROnwjwKBgQCNULBNdn629mcw/vX5eiocALIIoORpGYAspR1ZCIkcwCPMnT75
|
|
20
|
+
P/FqTGBaH95AOUy1KuIXaukCi0f6ZZtJ67Wh4iyTeyU2wmb4n4MklbPdouOhGEUU
|
|
21
|
+
jTlaZ7XKQHYOsyke0JWP/wDpCUCKPKiDmo1PPNlSeXff80cNb9if6RVjsQKBgC1S
|
|
22
|
+
ZDIGBwcLXSEVaLoDEWzkWnog5FbODKpBG3HZz75TecELZAOZhCfbfqNsqL6gxxGM
|
|
23
|
+
MgkGd1W6zA3u+8GJH3FWPfuolS4E3jdmvWqbosp/e8HIKEvaC9Kb6jJt6Mm2gtyK
|
|
24
|
+
wGXJxcn+3mEXxSi3oTC1U3wePxKrteP8rbO5ZuybAoGAG1iwMSSn9RgCHTetHy8c
|
|
25
|
+
Drk+fz4LpOXrMODi5TKI6DIuA0fpHElrMPoqeZEECinSfqWsWtN/uAlmI2LKq0E6
|
|
26
|
+
pqkklLaydD5M0netB1ldg++8M1KKnKaeU1A/TDCfgmpAHSNYjd94A6EcpFSfru7Z
|
|
27
|
+
ofQVXV5mpAaM0R//PxI6w9E=
|
|
28
|
+
-----END PRIVATE KEY-----
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIDXTCCAkWgAwIBAgIUeqo3k/yGCOxONYa7gcKwKCNW6rYwDQYJKoZIhvcNAQEL
|
|
3
|
+
BQAwVzELMAkGA1UEBhMCVVMxDjAMBgNVBAgMBVN0YXRlMQ0wCwYDVQQHDARDaXR5
|
|
4
|
+
MRUwEwYDVQQKDAxPcmdhbml6YXRpb24xEjAQBgNVBAMMCWxvY2FsaG9zdDAeFw0y
|
|
5
|
+
NTAyMDUwODQwMTBaFw0yNjAyMDUwODQwMTBaMFcxCzAJBgNVBAYTAlVTMQ4wDAYD
|
|
6
|
+
VQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UECgwMT3JnYW5pemF0aW9u
|
|
7
|
+
MRIwEAYDVQQDDAlsb2NhbGhvc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
|
|
8
|
+
AoIBAQDM5k5dg2gFfbPh0Ku5HYQ72CHHeW0HZl92qb5BvZZVtREW4HFYFmIvnvpv
|
|
9
|
+
CSuiKkn7t5QWyyHub3cuO3LHXM2pecSvgmAhnXbAEnUK49YTsvmGEyNzt14hgFFC
|
|
10
|
+
begBARWjLwhjP4NKulAZgINLc/oYfW+nDhupUZDxvBonVPh3szyC7HlUomAEpPQz
|
|
11
|
+
CaUueSfjbMWxlMipKsLkhwDAxHjNSAiSMti+PiTu//PbOGnOUXxRqqACnJOleg1k
|
|
12
|
+
mKxwXmDQNOqNSZ3xfHnuxH1T5pAwbP5JjkrnJHqfmvlAJO8TQ2v6m0hTwslS7ULm
|
|
13
|
+
rB88hXRjXmmuzMNGh8Wsx35QYqv5AgMBAAGjITAfMB0GA1UdDgQWBBRWKpGNrzjp
|
|
14
|
+
AUOqQi2zGiRcmD+gfTANBgkqhkiG9w0BAQsFAAOCAQEAqGIcV/S8y5j0mCi3apmo
|
|
15
|
+
xQpFswTeATmBbVuHkrj3Q+ghaxQ6QGa6o/V7oSGblhTagvRr8RGj8fWRoutQgUzP
|
|
16
|
+
jh5wuDfjJh7lB2hAdi9L2dE+2K8/Y9r7U+UIFJIw0jIdEpx+X9egbhxBwy+pEo3Y
|
|
17
|
+
D1oqQaOuLXyw3A5i4eow/kP1lOioU1MsNp3eVu4vr4MWTXjSdqs8XiUqRds1PlW7
|
|
18
|
+
AhFrjqxJfb0V3mt/Mnx0JaPpMqtLlBQLmbNGKJUPjk4IVkqtEjg85iDa4FZ4YLhh
|
|
19
|
+
lSgVizhxxrJAULTubDzaR/WRYEO82z5ramszt6pWJ926qXBbca/kI2detTRaaXKE
|
|
20
|
+
kg==
|
|
21
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
-----BEGIN PRIVATE KEY-----
|
|
2
|
+
MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDM5k5dg2gFfbPh
|
|
3
|
+
0Ku5HYQ72CHHeW0HZl92qb5BvZZVtREW4HFYFmIvnvpvCSuiKkn7t5QWyyHub3cu
|
|
4
|
+
O3LHXM2pecSvgmAhnXbAEnUK49YTsvmGEyNzt14hgFFCbegBARWjLwhjP4NKulAZ
|
|
5
|
+
gINLc/oYfW+nDhupUZDxvBonVPh3szyC7HlUomAEpPQzCaUueSfjbMWxlMipKsLk
|
|
6
|
+
hwDAxHjNSAiSMti+PiTu//PbOGnOUXxRqqACnJOleg1kmKxwXmDQNOqNSZ3xfHnu
|
|
7
|
+
xH1T5pAwbP5JjkrnJHqfmvlAJO8TQ2v6m0hTwslS7ULmrB88hXRjXmmuzMNGh8Ws
|
|
8
|
+
x35QYqv5AgMBAAECggEAClkuXN2Jt89HB2Zd1JICT0XFl6NmZ4YwLO16k6uS0mjR
|
|
9
|
+
lbgdBAUmDSrTEfUNXFm/lfmJ/pMLTMAZ7ZPojTDpcoADzZZrgFR0KSlgJROSiLj/
|
|
10
|
+
DlpcmG1K0S0qeCJWDOjvB2hqch1ve4BzPQUnJxIoL9ZJTjoG7nNVZfQUARJdoH6Y
|
|
11
|
+
dbw3wm+BQ3ze+cuuaoiginTP1XionmV8ENOQQcBEezD0v/XyYFs9nbd88MqkMAeM
|
|
12
|
+
L+DWvlW6UzsOK2zJGyHr6V+I3jjJ0dnMslu/IeiAsbO+SlTlvs1y+TtbeTAFwanN
|
|
13
|
+
QvDB3cBZLjZ/QuCgdy7GEE7urU6ei+ZkwngS4uP1FQKBgQD3+zrYS15Xs1CFf7Jn
|
|
14
|
+
mQvHWQpmVfsOHu1GxHx/9GFVtVLsolaEWaMElvuA9MF1hoBccz6JhT/qKmgGu1uB
|
|
15
|
+
LLZS5nJVQxZTSgKmnvaJ+tfmOYEYjQc6surIFx+OrcejIMHicY5qHCfsKbrJ4Bz2
|
|
16
|
+
TQVn5DFz30q6haCNS0Vl3GJCJQKBgQDThnL2RqmP/CN7vUYRHS5I82o+2gnA51c1
|
|
17
|
+
/UcxHesLKLUHPbyUdh179dW4phU4OfD8cDz58WlSMg+kfPad2SwBTyRb1GabD6k4
|
|
18
|
+
aBaW7hFvFX8LLyRwKkjcchdlPpUkk/tDG7/yGagOZERsw3WrB2THdH8A1tobe2VA
|
|
19
|
+
creR/pf4RQKBgQCXtoUu1RV39EV8Fz7vsKuLH4eESnAZGISz+fvtUHbIN/HuwfbK
|
|
20
|
+
bAiXA0QFhjhhjZM0fHEzM2mB+sW/8Jov8kntd/1U+oFLHYl3pONSUTwLJv07JvTY
|
|
21
|
+
TaPkHHl7EgiEXcMgpbaqZmVqT7FuVoWBjmeTQwGaUW7npF8wcm+XvPgEXQKBgQDP
|
|
22
|
+
usUh2SlijuKl/a5W1kqDOBHKIcTcXhUGn3MP6GrQ7axCrT2KqyiveTDngqtqKXTh
|
|
23
|
+
5LPtXkjpgOJdzp8/S2zs6DUzvbb6ZvnvvEEa/je+2OSILkbhpJUjcSRKuJgtcOqb
|
|
24
|
+
8B+j+dBSOeP80EO5r6woON8VCurtfFRmY4Kl7Np/5QKBgQDz02TVdu/umziELuTI
|
|
25
|
+
fDwEN4MSVhNEXAFye8sr+ed288tcf87fMYIrOkaku6CEmkkyqFQjwaZIGugox8gW
|
|
26
|
+
uIXFdP9vU3qkzkfV8z8W/3z1H51N5jU/u9SX/zVt+SBmxOj3M/UB46eHJap/2L24
|
|
27
|
+
jgRr09TIWnnC3NCOKkzpbCRB7g==
|
|
28
|
+
-----END PRIVATE KEY-----
|
|
@@ -1,998 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bundleSize": 204229,
|
|
3
|
-
"bundleOrigSize": 237197,
|
|
4
|
-
"bundleReduction": 13.9,
|
|
5
|
-
"modules": [
|
|
6
|
-
{
|
|
7
|
-
"id": "/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
8
|
-
"size": 21089,
|
|
9
|
-
"origSize": 19447,
|
|
10
|
-
"renderedExports": [
|
|
11
|
-
"resolveResponse"
|
|
12
|
-
],
|
|
13
|
-
"removedExports": [],
|
|
14
|
-
"dependents": [
|
|
15
|
-
"/src/unstable-core-do-not-import.ts"
|
|
16
|
-
],
|
|
17
|
-
"percent": 10.33,
|
|
18
|
-
"reduction": 0
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"id": "/src/adapters/ws.ts",
|
|
22
|
-
"size": 20656,
|
|
23
|
-
"origSize": 16353,
|
|
24
|
-
"renderedExports": [
|
|
25
|
-
"getWSConnectionHandler",
|
|
26
|
-
"handleKeepAlive",
|
|
27
|
-
"applyWSSHandler"
|
|
28
|
-
],
|
|
29
|
-
"removedExports": [],
|
|
30
|
-
"dependents": [
|
|
31
|
-
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
32
|
-
],
|
|
33
|
-
"percent": 10.11,
|
|
34
|
-
"reduction": 0
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"id": "/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
38
|
-
"size": 19944,
|
|
39
|
-
"origSize": 16994,
|
|
40
|
-
"renderedExports": [
|
|
41
|
-
"isPromise",
|
|
42
|
-
"jsonlStreamProducer",
|
|
43
|
-
"jsonlStreamConsumer"
|
|
44
|
-
],
|
|
45
|
-
"removedExports": [],
|
|
46
|
-
"dependents": [
|
|
47
|
-
"/src/unstable-core-do-not-import.ts",
|
|
48
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
49
|
-
],
|
|
50
|
-
"percent": 9.77,
|
|
51
|
-
"reduction": 0
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"id": "/src/unstable-core-do-not-import/stream/sse.ts",
|
|
55
|
-
"size": 12951,
|
|
56
|
-
"origSize": 12706,
|
|
57
|
-
"renderedExports": [
|
|
58
|
-
"sseStreamProducer",
|
|
59
|
-
"sseStreamConsumer",
|
|
60
|
-
"sseHeaders"
|
|
61
|
-
],
|
|
62
|
-
"removedExports": [],
|
|
63
|
-
"dependents": [
|
|
64
|
-
"/src/unstable-core-do-not-import.ts",
|
|
65
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
66
|
-
],
|
|
67
|
-
"percent": 6.34,
|
|
68
|
-
"reduction": 0
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"id": "/src/vendor/unpromise/unpromise.ts",
|
|
72
|
-
"size": 12153,
|
|
73
|
-
"origSize": 13751,
|
|
74
|
-
"renderedExports": [
|
|
75
|
-
"Unpromise",
|
|
76
|
-
"resolveSelfTuple"
|
|
77
|
-
],
|
|
78
|
-
"removedExports": [],
|
|
79
|
-
"dependents": [],
|
|
80
|
-
"percent": 5.95,
|
|
81
|
-
"reduction": 11.62
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"id": "/src/unstable-core-do-not-import/router.ts",
|
|
85
|
-
"size": 10154,
|
|
86
|
-
"origSize": 14410,
|
|
87
|
-
"renderedExports": [
|
|
88
|
-
"lazy",
|
|
89
|
-
"createRouterFactory",
|
|
90
|
-
"getProcedureAtPath",
|
|
91
|
-
"callProcedure",
|
|
92
|
-
"createCallerFactory",
|
|
93
|
-
"mergeRouters"
|
|
94
|
-
],
|
|
95
|
-
"removedExports": [],
|
|
96
|
-
"dependents": [
|
|
97
|
-
"/src/unstable-core-do-not-import.ts",
|
|
98
|
-
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
99
|
-
"/src/unstable-core-do-not-import/http/contentType.ts"
|
|
100
|
-
],
|
|
101
|
-
"percent": 4.97,
|
|
102
|
-
"reduction": 29.54
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.ts",
|
|
106
|
-
"size": 8124,
|
|
107
|
-
"origSize": 5148,
|
|
108
|
-
"renderedExports": [
|
|
109
|
-
"mergeAsyncIterables"
|
|
110
|
-
],
|
|
111
|
-
"removedExports": [],
|
|
112
|
-
"dependents": [
|
|
113
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
114
|
-
],
|
|
115
|
-
"percent": 3.98,
|
|
116
|
-
"reduction": 0
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"id": "/src/unstable-core-do-not-import/http/contentType.ts",
|
|
120
|
-
"size": 7793,
|
|
121
|
-
"origSize": 7883,
|
|
122
|
-
"renderedExports": [
|
|
123
|
-
"getRequestInfo"
|
|
124
|
-
],
|
|
125
|
-
"removedExports": [],
|
|
126
|
-
"dependents": [
|
|
127
|
-
"/src/unstable-core-do-not-import.ts",
|
|
128
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
129
|
-
],
|
|
130
|
-
"percent": 3.82,
|
|
131
|
-
"reduction": 1.14
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"id": "/src/adapters/aws-lambda/getPlanner.ts",
|
|
135
|
-
"size": 5967,
|
|
136
|
-
"origSize": 6838,
|
|
137
|
-
"renderedExports": [
|
|
138
|
-
"getPlanner"
|
|
139
|
-
],
|
|
140
|
-
"removedExports": [],
|
|
141
|
-
"dependents": [
|
|
142
|
-
"/src/adapters/aws-lambda/index.ts"
|
|
143
|
-
],
|
|
144
|
-
"percent": 2.92,
|
|
145
|
-
"reduction": 12.74
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"id": "/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
149
|
-
"size": 5952,
|
|
150
|
-
"origSize": 17685,
|
|
151
|
-
"renderedExports": [
|
|
152
|
-
"createBuilder"
|
|
153
|
-
],
|
|
154
|
-
"removedExports": [],
|
|
155
|
-
"dependents": [
|
|
156
|
-
"/src/unstable-core-do-not-import.ts",
|
|
157
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
158
|
-
],
|
|
159
|
-
"percent": 2.91,
|
|
160
|
-
"reduction": 66.34
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts",
|
|
164
|
-
"size": 5927,
|
|
165
|
-
"origSize": 2915,
|
|
166
|
-
"renderedExports": [
|
|
167
|
-
"iteratorResource",
|
|
168
|
-
"withMaxDuration",
|
|
169
|
-
"takeWithGrace"
|
|
170
|
-
],
|
|
171
|
-
"removedExports": [],
|
|
172
|
-
"dependents": [
|
|
173
|
-
"/src/unstable-core-do-not-import.ts",
|
|
174
|
-
"/src/adapters/ws.ts",
|
|
175
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
176
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
177
|
-
"/src/unstable-core-do-not-import/stream/utils/withPing.ts"
|
|
178
|
-
],
|
|
179
|
-
"percent": 2.9,
|
|
180
|
-
"reduction": 0
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"id": "/src/observable/observable.ts",
|
|
184
|
-
"size": 4836,
|
|
185
|
-
"origSize": 4660,
|
|
186
|
-
"renderedExports": [
|
|
187
|
-
"isObservable",
|
|
188
|
-
"observable",
|
|
189
|
-
"observableToPromise",
|
|
190
|
-
"observableToAsyncIterable"
|
|
191
|
-
],
|
|
192
|
-
"removedExports": [],
|
|
193
|
-
"dependents": [
|
|
194
|
-
"/src/observable/index.ts",
|
|
195
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
196
|
-
"/src/observable/operators.ts",
|
|
197
|
-
"/src/observable/behaviorSubject.ts"
|
|
198
|
-
],
|
|
199
|
-
"percent": 2.37,
|
|
200
|
-
"reduction": 0
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/withPing.ts",
|
|
204
|
-
"size": 4441,
|
|
205
|
-
"origSize": 1252,
|
|
206
|
-
"renderedExports": [
|
|
207
|
-
"PING_SYM",
|
|
208
|
-
"withPing"
|
|
209
|
-
],
|
|
210
|
-
"removedExports": [],
|
|
211
|
-
"dependents": [
|
|
212
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
213
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
214
|
-
],
|
|
215
|
-
"percent": 2.17,
|
|
216
|
-
"reduction": 0
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"id": "/src/adapters/node-http/incomingMessageToRequest.ts",
|
|
220
|
-
"size": 4049,
|
|
221
|
-
"origSize": 4345,
|
|
222
|
-
"renderedExports": [
|
|
223
|
-
"createURL",
|
|
224
|
-
"incomingMessageToRequest"
|
|
225
|
-
],
|
|
226
|
-
"removedExports": [],
|
|
227
|
-
"dependents": [
|
|
228
|
-
"/src/adapters/node-http/index.ts",
|
|
229
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
230
|
-
],
|
|
231
|
-
"percent": 1.98,
|
|
232
|
-
"reduction": 6.81
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"id": "/src/observable/operators.ts",
|
|
236
|
-
"size": 3910,
|
|
237
|
-
"origSize": 3976,
|
|
238
|
-
"renderedExports": [
|
|
239
|
-
"map",
|
|
240
|
-
"share",
|
|
241
|
-
"tap",
|
|
242
|
-
"distinctUntilChanged",
|
|
243
|
-
"distinctUntilDeepChanged"
|
|
244
|
-
],
|
|
245
|
-
"removedExports": [],
|
|
246
|
-
"dependents": [
|
|
247
|
-
"/src/observable/index.ts"
|
|
248
|
-
],
|
|
249
|
-
"percent": 1.91,
|
|
250
|
-
"reduction": 1.66
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"id": "/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
254
|
-
"size": 3244,
|
|
255
|
-
"origSize": 4187,
|
|
256
|
-
"renderedExports": [
|
|
257
|
-
"nextAppDirCaller"
|
|
258
|
-
],
|
|
259
|
-
"removedExports": [],
|
|
260
|
-
"dependents": [
|
|
261
|
-
"/src/adapters/next-app-dir.ts"
|
|
262
|
-
],
|
|
263
|
-
"percent": 1.59,
|
|
264
|
-
"reduction": 22.52
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "/src/vendor/cookie-es/set-cookie/split.ts",
|
|
268
|
-
"size": 2798,
|
|
269
|
-
"origSize": 2750,
|
|
270
|
-
"renderedExports": [
|
|
271
|
-
"splitSetCookieString"
|
|
272
|
-
],
|
|
273
|
-
"removedExports": [],
|
|
274
|
-
"dependents": [
|
|
275
|
-
"/src/adapters/aws-lambda/getPlanner.ts"
|
|
276
|
-
],
|
|
277
|
-
"percent": 1.37,
|
|
278
|
-
"reduction": 0
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
282
|
-
"size": 2742,
|
|
283
|
-
"origSize": 3276,
|
|
284
|
-
"renderedExports": [
|
|
285
|
-
"internal_exceptionHandler",
|
|
286
|
-
"nodeHTTPRequestHandler"
|
|
287
|
-
],
|
|
288
|
-
"removedExports": [],
|
|
289
|
-
"dependents": [
|
|
290
|
-
"/src/adapters/node-http/index.ts"
|
|
291
|
-
],
|
|
292
|
-
"percent": 1.34,
|
|
293
|
-
"reduction": 16.3
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"id": "/src/unstable-core-do-not-import/transformer.ts",
|
|
297
|
-
"size": 2739,
|
|
298
|
-
"origSize": 5070,
|
|
299
|
-
"renderedExports": [
|
|
300
|
-
"getDataTransformer",
|
|
301
|
-
"defaultTransformer",
|
|
302
|
-
"transformTRPCResponse",
|
|
303
|
-
"transformResult"
|
|
304
|
-
],
|
|
305
|
-
"removedExports": [],
|
|
306
|
-
"dependents": [
|
|
307
|
-
"/src/unstable-core-do-not-import.ts",
|
|
308
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
309
|
-
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
310
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
311
|
-
],
|
|
312
|
-
"percent": 1.34,
|
|
313
|
-
"reduction": 45.98
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"id": "/src/unstable-core-do-not-import/initTRPC.ts",
|
|
317
|
-
"size": 2664,
|
|
318
|
-
"origSize": 4501,
|
|
319
|
-
"renderedExports": [
|
|
320
|
-
"initTRPC"
|
|
321
|
-
],
|
|
322
|
-
"removedExports": [],
|
|
323
|
-
"dependents": [
|
|
324
|
-
"/src/unstable-core-do-not-import.ts"
|
|
325
|
-
],
|
|
326
|
-
"percent": 1.3,
|
|
327
|
-
"reduction": 40.81
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"id": "/src/unstable-core-do-not-import/middleware.ts",
|
|
331
|
-
"size": 2616,
|
|
332
|
-
"origSize": 5929,
|
|
333
|
-
"renderedExports": [
|
|
334
|
-
"middlewareMarker",
|
|
335
|
-
"createMiddlewareFactory",
|
|
336
|
-
"experimental_standaloneMiddleware",
|
|
337
|
-
"createInputMiddleware",
|
|
338
|
-
"createOutputMiddleware"
|
|
339
|
-
],
|
|
340
|
-
"removedExports": [],
|
|
341
|
-
"dependents": [
|
|
342
|
-
"/src/unstable-core-do-not-import.ts",
|
|
343
|
-
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
344
|
-
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
345
|
-
],
|
|
346
|
-
"percent": 1.28,
|
|
347
|
-
"reduction": 55.88
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"id": "/src/unstable-core-do-not-import/utils.ts",
|
|
351
|
-
"size": 2460,
|
|
352
|
-
"origSize": 2982,
|
|
353
|
-
"renderedExports": [
|
|
354
|
-
"unsetMarker",
|
|
355
|
-
"mergeWithoutOverrides",
|
|
356
|
-
"isObject",
|
|
357
|
-
"isFunction",
|
|
358
|
-
"omitPrototype",
|
|
359
|
-
"isAsyncIterable",
|
|
360
|
-
"run",
|
|
361
|
-
"noop",
|
|
362
|
-
"identity",
|
|
363
|
-
"assert",
|
|
364
|
-
"sleep",
|
|
365
|
-
"abortSignalsAnyPonyfill"
|
|
366
|
-
],
|
|
367
|
-
"removedExports": [],
|
|
368
|
-
"dependents": [
|
|
369
|
-
"/src/unstable-core-do-not-import.ts",
|
|
370
|
-
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
371
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
372
|
-
"/src/unstable-core-do-not-import/transformer.ts",
|
|
373
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
374
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
375
|
-
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
376
|
-
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
377
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
378
|
-
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
379
|
-
"/src/unstable-core-do-not-import/http/abortError.ts",
|
|
380
|
-
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
381
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
382
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
383
|
-
],
|
|
384
|
-
"percent": 1.2,
|
|
385
|
-
"reduction": 17.51
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"id": "/src/unstable-core-do-not-import/createProxy.ts",
|
|
389
|
-
"size": 2305,
|
|
390
|
-
"origSize": 2225,
|
|
391
|
-
"renderedExports": [
|
|
392
|
-
"createRecursiveProxy",
|
|
393
|
-
"createFlatProxy"
|
|
394
|
-
],
|
|
395
|
-
"removedExports": [],
|
|
396
|
-
"dependents": [
|
|
397
|
-
"/src/unstable-core-do-not-import.ts",
|
|
398
|
-
"/src/unstable-core-do-not-import/router.ts"
|
|
399
|
-
],
|
|
400
|
-
"percent": 1.13,
|
|
401
|
-
"reduction": 0
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"id": "/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
405
|
-
"size": 2269,
|
|
406
|
-
"origSize": 2078,
|
|
407
|
-
"renderedExports": [
|
|
408
|
-
"getCauseFromUnknown",
|
|
409
|
-
"getTRPCErrorFromUnknown",
|
|
410
|
-
"TRPCError"
|
|
411
|
-
],
|
|
412
|
-
"removedExports": [],
|
|
413
|
-
"dependents": [
|
|
414
|
-
"/src/unstable-core-do-not-import.ts",
|
|
415
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
416
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
417
|
-
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
418
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
419
|
-
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
420
|
-
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
421
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
422
|
-
],
|
|
423
|
-
"percent": 1.11,
|
|
424
|
-
"reduction": 0
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
428
|
-
"size": 2243,
|
|
429
|
-
"origSize": 2300,
|
|
430
|
-
"renderedExports": [
|
|
431
|
-
"fetchRequestHandler"
|
|
432
|
-
],
|
|
433
|
-
"removedExports": [],
|
|
434
|
-
"dependents": [
|
|
435
|
-
"/src/adapters/fetch/index.ts"
|
|
436
|
-
],
|
|
437
|
-
"percent": 1.1,
|
|
438
|
-
"reduction": 2.48
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"id": "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
442
|
-
"size": 2143,
|
|
443
|
-
"origSize": 2614,
|
|
444
|
-
"renderedExports": [
|
|
445
|
-
"JSONRPC2_TO_HTTP_CODE",
|
|
446
|
-
"HTTP_CODE_TO_JSONRPC2",
|
|
447
|
-
"getStatusCodeFromKey",
|
|
448
|
-
"getStatusKeyFromCode",
|
|
449
|
-
"getHTTPStatusCode",
|
|
450
|
-
"getHTTPStatusCodeFromError"
|
|
451
|
-
],
|
|
452
|
-
"removedExports": [],
|
|
453
|
-
"dependents": [
|
|
454
|
-
"/src/unstable-core-do-not-import.ts",
|
|
455
|
-
"/src/unstable-core-do-not-import/error/getErrorShape.ts",
|
|
456
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
457
|
-
],
|
|
458
|
-
"percent": 1.05,
|
|
459
|
-
"reduction": 18.02
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
|
|
463
|
-
"size": 2120,
|
|
464
|
-
"origSize": 2241,
|
|
465
|
-
"renderedExports": [
|
|
466
|
-
"rethrowNextErrors"
|
|
467
|
-
],
|
|
468
|
-
"removedExports": [],
|
|
469
|
-
"dependents": [
|
|
470
|
-
"/src/adapters/next-app-dir.ts",
|
|
471
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
472
|
-
],
|
|
473
|
-
"percent": 1.04,
|
|
474
|
-
"reduction": 5.4
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"id": "/src/adapters/node-http/writeResponse.ts",
|
|
478
|
-
"size": 2025,
|
|
479
|
-
"origSize": 2105,
|
|
480
|
-
"renderedExports": [
|
|
481
|
-
"writeResponseBody",
|
|
482
|
-
"writeResponse"
|
|
483
|
-
],
|
|
484
|
-
"removedExports": [],
|
|
485
|
-
"dependents": [
|
|
486
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
487
|
-
],
|
|
488
|
-
"percent": 0.99,
|
|
489
|
-
"reduction": 3.8
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"id": "/src/unstable-core-do-not-import/parser.ts",
|
|
493
|
-
"size": 1815,
|
|
494
|
-
"origSize": 3704,
|
|
495
|
-
"renderedExports": [
|
|
496
|
-
"getParseFn"
|
|
497
|
-
],
|
|
498
|
-
"removedExports": [],
|
|
499
|
-
"dependents": [
|
|
500
|
-
"/src/unstable-core-do-not-import.ts",
|
|
501
|
-
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
502
|
-
],
|
|
503
|
-
"percent": 0.89,
|
|
504
|
-
"reduction": 51
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"id": "/src/adapters/fastify/fastifyTRPCPlugin.ts",
|
|
508
|
-
"size": 1765,
|
|
509
|
-
"origSize": 2534,
|
|
510
|
-
"renderedExports": [
|
|
511
|
-
"fastifyTRPCPlugin"
|
|
512
|
-
],
|
|
513
|
-
"removedExports": [],
|
|
514
|
-
"dependents": [
|
|
515
|
-
"/src/adapters/fastify/index.ts"
|
|
516
|
-
],
|
|
517
|
-
"percent": 0.86,
|
|
518
|
-
"reduction": 30.35
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/disposable.ts",
|
|
522
|
-
"size": 1755,
|
|
523
|
-
"origSize": 1836,
|
|
524
|
-
"renderedExports": [
|
|
525
|
-
"makeResource",
|
|
526
|
-
"makeAsyncResource"
|
|
527
|
-
],
|
|
528
|
-
"removedExports": [],
|
|
529
|
-
"dependents": [
|
|
530
|
-
"/src/unstable-core-do-not-import.ts",
|
|
531
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
532
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
533
|
-
"/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts",
|
|
534
|
-
"/src/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.ts",
|
|
535
|
-
"/src/unstable-core-do-not-import/stream/utils/timerResource.ts"
|
|
536
|
-
],
|
|
537
|
-
"percent": 0.86,
|
|
538
|
-
"reduction": 4.41
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
542
|
-
"size": 1692,
|
|
543
|
-
"origSize": 2105,
|
|
544
|
-
"renderedExports": [
|
|
545
|
-
"parseTRPCMessage"
|
|
546
|
-
],
|
|
547
|
-
"removedExports": [],
|
|
548
|
-
"dependents": [],
|
|
549
|
-
"percent": 0.83,
|
|
550
|
-
"reduction": 19.62
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"id": "/src/adapters/aws-lambda/index.ts",
|
|
554
|
-
"size": 1678,
|
|
555
|
-
"origSize": 3237,
|
|
556
|
-
"renderedExports": [
|
|
557
|
-
"awsLambdaRequestHandler",
|
|
558
|
-
"awsLambdaStreamingRequestHandler"
|
|
559
|
-
],
|
|
560
|
-
"removedExports": [],
|
|
561
|
-
"dependents": [],
|
|
562
|
-
"percent": 0.82,
|
|
563
|
-
"reduction": 48.16
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"id": "/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
567
|
-
"size": 1675,
|
|
568
|
-
"origSize": 2027,
|
|
569
|
-
"renderedExports": [
|
|
570
|
-
"TRPC_ERROR_CODES_BY_KEY",
|
|
571
|
-
"TRPC_ERROR_CODES_BY_NUMBER"
|
|
572
|
-
],
|
|
573
|
-
"removedExports": [],
|
|
574
|
-
"dependents": [],
|
|
575
|
-
"percent": 0.82,
|
|
576
|
-
"reduction": 17.37
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"id": "/src/adapters/next.ts",
|
|
580
|
-
"size": 1326,
|
|
581
|
-
"origSize": 2043,
|
|
582
|
-
"renderedExports": [
|
|
583
|
-
"createNextApiHandler"
|
|
584
|
-
],
|
|
585
|
-
"removedExports": [],
|
|
586
|
-
"dependents": [],
|
|
587
|
-
"percent": 0.65,
|
|
588
|
-
"reduction": 35.1
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"id": "/src/adapters/next-app-dir/redirect.ts",
|
|
592
|
-
"size": 1326,
|
|
593
|
-
"origSize": 1143,
|
|
594
|
-
"renderedExports": [
|
|
595
|
-
"TRPCRedirectError",
|
|
596
|
-
"redirect"
|
|
597
|
-
],
|
|
598
|
-
"removedExports": [],
|
|
599
|
-
"dependents": [
|
|
600
|
-
"/src/adapters/next-app-dir.ts",
|
|
601
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
602
|
-
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
603
|
-
],
|
|
604
|
-
"percent": 0.65,
|
|
605
|
-
"reduction": 0
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"id": "/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
609
|
-
"size": 1146,
|
|
610
|
-
"origSize": 2185,
|
|
611
|
-
"renderedExports": [
|
|
612
|
-
"fastifyRequestHandler"
|
|
613
|
-
],
|
|
614
|
-
"removedExports": [],
|
|
615
|
-
"dependents": [
|
|
616
|
-
"/src/adapters/fastify/index.ts",
|
|
617
|
-
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
618
|
-
],
|
|
619
|
-
"percent": 0.56,
|
|
620
|
-
"reduction": 47.55
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"id": "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
624
|
-
"size": 1104,
|
|
625
|
-
"origSize": 1300,
|
|
626
|
-
"renderedExports": [
|
|
627
|
-
"parseConnectionParamsFromUnknown",
|
|
628
|
-
"parseConnectionParamsFromString"
|
|
629
|
-
],
|
|
630
|
-
"removedExports": [],
|
|
631
|
-
"dependents": [
|
|
632
|
-
"/src/unstable-core-do-not-import.ts",
|
|
633
|
-
"/src/unstable-core-do-not-import/http/contentType.ts"
|
|
634
|
-
],
|
|
635
|
-
"percent": 0.54,
|
|
636
|
-
"reduction": 15.08
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"id": "/src/unstable-core-do-not-import/http/formDataToObject.ts",
|
|
640
|
-
"size": 1060,
|
|
641
|
-
"origSize": 1047,
|
|
642
|
-
"renderedExports": [
|
|
643
|
-
"formDataToObject"
|
|
644
|
-
],
|
|
645
|
-
"removedExports": [],
|
|
646
|
-
"dependents": [
|
|
647
|
-
"/src/unstable-core-do-not-import.ts"
|
|
648
|
-
],
|
|
649
|
-
"percent": 0.52,
|
|
650
|
-
"reduction": 0
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"id": "/src/observable/behaviorSubject.ts",
|
|
654
|
-
"size": 967,
|
|
655
|
-
"origSize": 1441,
|
|
656
|
-
"renderedExports": [
|
|
657
|
-
"behaviorSubject"
|
|
658
|
-
],
|
|
659
|
-
"removedExports": [],
|
|
660
|
-
"dependents": [
|
|
661
|
-
"/src/observable/index.ts"
|
|
662
|
-
],
|
|
663
|
-
"percent": 0.47,
|
|
664
|
-
"reduction": 32.89
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"id": "/src/adapters/standalone.ts",
|
|
668
|
-
"size": 958,
|
|
669
|
-
"origSize": 3103,
|
|
670
|
-
"renderedExports": [
|
|
671
|
-
"createHTTPHandler",
|
|
672
|
-
"createHTTPServer",
|
|
673
|
-
"createHTTP2Handler"
|
|
674
|
-
],
|
|
675
|
-
"removedExports": [],
|
|
676
|
-
"dependents": [],
|
|
677
|
-
"percent": 0.47,
|
|
678
|
-
"reduction": 69.13
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"id": "/src/adapters/express.ts",
|
|
682
|
-
"size": 887,
|
|
683
|
-
"origSize": 1344,
|
|
684
|
-
"renderedExports": [
|
|
685
|
-
"createExpressMiddleware"
|
|
686
|
-
],
|
|
687
|
-
"removedExports": [],
|
|
688
|
-
"dependents": [],
|
|
689
|
-
"percent": 0.43,
|
|
690
|
-
"reduction": 34
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"id": "/src/unstable-core-do-not-import/stream/tracked.ts",
|
|
694
|
-
"size": 780,
|
|
695
|
-
"origSize": 1396,
|
|
696
|
-
"renderedExports": [
|
|
697
|
-
"sse",
|
|
698
|
-
"isTrackedEnvelope",
|
|
699
|
-
"tracked"
|
|
700
|
-
],
|
|
701
|
-
"removedExports": [],
|
|
702
|
-
"dependents": [
|
|
703
|
-
"/src/unstable-core-do-not-import.ts",
|
|
704
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
705
|
-
],
|
|
706
|
-
"percent": 0.38,
|
|
707
|
-
"reduction": 44.13
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"id": "/src/vendor/standard-schema-v1/error.ts",
|
|
711
|
-
"size": 696,
|
|
712
|
-
"origSize": 507,
|
|
713
|
-
"renderedExports": [
|
|
714
|
-
"StandardSchemaV1Error"
|
|
715
|
-
],
|
|
716
|
-
"removedExports": [],
|
|
717
|
-
"dependents": [
|
|
718
|
-
"/src/unstable-core-do-not-import.ts",
|
|
719
|
-
"/src/unstable-core-do-not-import/parser.ts"
|
|
720
|
-
],
|
|
721
|
-
"percent": 0.34,
|
|
722
|
-
"reduction": 0
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/readableStreamFrom.ts",
|
|
726
|
-
"size": 651,
|
|
727
|
-
"origSize": 660,
|
|
728
|
-
"renderedExports": [
|
|
729
|
-
"readableStreamFrom"
|
|
730
|
-
],
|
|
731
|
-
"removedExports": [],
|
|
732
|
-
"dependents": [
|
|
733
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
734
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
735
|
-
],
|
|
736
|
-
"percent": 0.32,
|
|
737
|
-
"reduction": 1.36
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"id": "/src/unstable-core-do-not-import/error/getErrorShape.ts",
|
|
741
|
-
"size": 621,
|
|
742
|
-
"origSize": 1106,
|
|
743
|
-
"renderedExports": [
|
|
744
|
-
"getErrorShape"
|
|
745
|
-
],
|
|
746
|
-
"removedExports": [],
|
|
747
|
-
"dependents": [
|
|
748
|
-
"/src/unstable-core-do-not-import.ts",
|
|
749
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
750
|
-
],
|
|
751
|
-
"percent": 0.3,
|
|
752
|
-
"reduction": 43.85
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/timerResource.ts",
|
|
756
|
-
"size": 527,
|
|
757
|
-
"origSize": 659,
|
|
758
|
-
"renderedExports": [
|
|
759
|
-
"disposablePromiseTimerResult",
|
|
760
|
-
"timerResource"
|
|
761
|
-
],
|
|
762
|
-
"removedExports": [],
|
|
763
|
-
"dependents": [
|
|
764
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
765
|
-
"/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts",
|
|
766
|
-
"/src/unstable-core-do-not-import/stream/utils/withPing.ts"
|
|
767
|
-
],
|
|
768
|
-
"percent": 0.26,
|
|
769
|
-
"reduction": 20.03
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"id": "/src/unstable-core-do-not-import/rootConfig.ts",
|
|
773
|
-
"size": 343,
|
|
774
|
-
"origSize": 3318,
|
|
775
|
-
"renderedExports": [
|
|
776
|
-
"isServerDefault"
|
|
777
|
-
],
|
|
778
|
-
"removedExports": [],
|
|
779
|
-
"dependents": [
|
|
780
|
-
"/src/unstable-core-do-not-import.ts",
|
|
781
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
782
|
-
],
|
|
783
|
-
"percent": 0.17,
|
|
784
|
-
"reduction": 89.66
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/createDeferred.ts",
|
|
788
|
-
"size": 309,
|
|
789
|
-
"origSize": 424,
|
|
790
|
-
"renderedExports": [
|
|
791
|
-
"createDeferred"
|
|
792
|
-
],
|
|
793
|
-
"removedExports": [],
|
|
794
|
-
"dependents": [
|
|
795
|
-
"/src/unstable-core-do-not-import.ts",
|
|
796
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
797
|
-
"/src/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.ts"
|
|
798
|
-
],
|
|
799
|
-
"percent": 0.15,
|
|
800
|
-
"reduction": 27.12
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"id": "/src/unstable-core-do-not-import/http/contentTypeParsers.ts",
|
|
804
|
-
"size": 277,
|
|
805
|
-
"origSize": 878,
|
|
806
|
-
"renderedExports": [
|
|
807
|
-
"octetInputParser"
|
|
808
|
-
],
|
|
809
|
-
"removedExports": [],
|
|
810
|
-
"dependents": [
|
|
811
|
-
"/src/unstable-core-do-not-import.ts"
|
|
812
|
-
],
|
|
813
|
-
"percent": 0.14,
|
|
814
|
-
"reduction": 68.45
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"id": "/src/adapters/next-app-dir/notFound.ts",
|
|
818
|
-
"size": 218,
|
|
819
|
-
"origSize": 342,
|
|
820
|
-
"renderedExports": [
|
|
821
|
-
"notFound"
|
|
822
|
-
],
|
|
823
|
-
"removedExports": [],
|
|
824
|
-
"dependents": [
|
|
825
|
-
"/src/adapters/next-app-dir.ts"
|
|
826
|
-
],
|
|
827
|
-
"percent": 0.11,
|
|
828
|
-
"reduction": 36.26
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"id": "/src/unstable-core-do-not-import/http/abortError.ts",
|
|
832
|
-
"size": 204,
|
|
833
|
-
"origSize": 325,
|
|
834
|
-
"renderedExports": [
|
|
835
|
-
"isAbortError",
|
|
836
|
-
"throwAbortError"
|
|
837
|
-
],
|
|
838
|
-
"removedExports": [],
|
|
839
|
-
"dependents": [
|
|
840
|
-
"/src/unstable-core-do-not-import.ts",
|
|
841
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
842
|
-
"/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts"
|
|
843
|
-
],
|
|
844
|
-
"percent": 0.1,
|
|
845
|
-
"reduction": 37.23
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"id": "/src/unstable-core-do-not-import/procedure.ts",
|
|
849
|
-
"size": 75,
|
|
850
|
-
"origSize": 2512,
|
|
851
|
-
"renderedExports": [
|
|
852
|
-
"procedureTypes"
|
|
853
|
-
],
|
|
854
|
-
"removedExports": [],
|
|
855
|
-
"dependents": [
|
|
856
|
-
"/src/unstable-core-do-not-import.ts",
|
|
857
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts"
|
|
858
|
-
],
|
|
859
|
-
"percent": 0.04,
|
|
860
|
-
"reduction": 97.01
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"id": "/src/unstable-core-do-not-import/error/formatter.ts",
|
|
864
|
-
"size": 60,
|
|
865
|
-
"origSize": 984,
|
|
866
|
-
"renderedExports": [
|
|
867
|
-
"defaultFormatter"
|
|
868
|
-
],
|
|
869
|
-
"removedExports": [],
|
|
870
|
-
"dependents": [
|
|
871
|
-
"/src/unstable-core-do-not-import.ts",
|
|
872
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
873
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
874
|
-
],
|
|
875
|
-
"percent": 0.03,
|
|
876
|
-
"reduction": 93.9
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"id": "/src/index.ts",
|
|
880
|
-
"size": 0,
|
|
881
|
-
"origSize": 32,
|
|
882
|
-
"renderedExports": [],
|
|
883
|
-
"removedExports": [],
|
|
884
|
-
"dependents": [],
|
|
885
|
-
"percent": 0,
|
|
886
|
-
"reduction": 100
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"id": "/src/rpc.ts",
|
|
890
|
-
"size": 0,
|
|
891
|
-
"origSize": 36,
|
|
892
|
-
"renderedExports": [],
|
|
893
|
-
"removedExports": [],
|
|
894
|
-
"dependents": [],
|
|
895
|
-
"percent": 0,
|
|
896
|
-
"reduction": 100
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"id": "/src/http.ts",
|
|
900
|
-
"size": 0,
|
|
901
|
-
"origSize": 37,
|
|
902
|
-
"renderedExports": [],
|
|
903
|
-
"removedExports": [],
|
|
904
|
-
"dependents": [
|
|
905
|
-
"/src/adapters/ws.ts"
|
|
906
|
-
],
|
|
907
|
-
"percent": 0,
|
|
908
|
-
"reduction": 100
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"id": "/src/shared.ts",
|
|
912
|
-
"size": 0,
|
|
913
|
-
"origSize": 653,
|
|
914
|
-
"renderedExports": [],
|
|
915
|
-
"removedExports": [],
|
|
916
|
-
"dependents": [],
|
|
917
|
-
"percent": 0,
|
|
918
|
-
"reduction": 100
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"id": "/src/unstable-core-do-not-import.ts",
|
|
922
|
-
"size": 0,
|
|
923
|
-
"origSize": 2584,
|
|
924
|
-
"renderedExports": [],
|
|
925
|
-
"removedExports": [],
|
|
926
|
-
"dependents": [
|
|
927
|
-
"/src/adapters/express.ts",
|
|
928
|
-
"/src/adapters/next.ts",
|
|
929
|
-
"/src/adapters/ws.ts",
|
|
930
|
-
"/src/adapters/standalone.ts",
|
|
931
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
932
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
933
|
-
"/src/adapters/node-http/writeResponse.ts"
|
|
934
|
-
],
|
|
935
|
-
"percent": 0,
|
|
936
|
-
"reduction": 100
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"id": "/src/adapters/next-app-dir.ts",
|
|
940
|
-
"size": 0,
|
|
941
|
-
"origSize": 347,
|
|
942
|
-
"renderedExports": [],
|
|
943
|
-
"removedExports": [],
|
|
944
|
-
"dependents": [],
|
|
945
|
-
"percent": 0,
|
|
946
|
-
"reduction": 100
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"id": "/src/observable/index.ts",
|
|
950
|
-
"size": 0,
|
|
951
|
-
"origSize": 474,
|
|
952
|
-
"renderedExports": [],
|
|
953
|
-
"removedExports": [],
|
|
954
|
-
"dependents": [
|
|
955
|
-
"/src/adapters/ws.ts"
|
|
956
|
-
],
|
|
957
|
-
"percent": 0,
|
|
958
|
-
"reduction": 100
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"id": "/src/adapters/fastify/index.ts",
|
|
962
|
-
"size": 0,
|
|
963
|
-
"origSize": 78,
|
|
964
|
-
"renderedExports": [],
|
|
965
|
-
"removedExports": [],
|
|
966
|
-
"dependents": [],
|
|
967
|
-
"percent": 0,
|
|
968
|
-
"reduction": 100
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"id": "/src/adapters/node-http/index.ts",
|
|
972
|
-
"size": 0,
|
|
973
|
-
"origSize": 111,
|
|
974
|
-
"renderedExports": [],
|
|
975
|
-
"removedExports": [],
|
|
976
|
-
"dependents": [
|
|
977
|
-
"/src/adapters/express.ts",
|
|
978
|
-
"/src/adapters/next.ts",
|
|
979
|
-
"/src/adapters/ws.ts",
|
|
980
|
-
"/src/adapters/standalone.ts",
|
|
981
|
-
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
982
|
-
],
|
|
983
|
-
"percent": 0,
|
|
984
|
-
"reduction": 100
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
988
|
-
"size": 0,
|
|
989
|
-
"origSize": 64,
|
|
990
|
-
"renderedExports": [],
|
|
991
|
-
"removedExports": [],
|
|
992
|
-
"dependents": [],
|
|
993
|
-
"percent": 0,
|
|
994
|
-
"reduction": 100
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"moduleCount": 64
|
|
998
|
-
}
|