@graphql-box/connection-resolver 5.4.9 → 5.4.10
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/production.analysis.txt +34 -34
- package/dist/types/cjs/main/index.d.cts.map +1 -1
- package/dist/types/esm/main/index.d.ts.map +1 -1
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/main/index.ts +12 -8
@@ -1,23 +1,23 @@
|
|
1
1
|
-----------------------------
|
2
2
|
Rollup File Analysis
|
3
3
|
-----------------------------
|
4
|
-
bundle size: 20.
|
5
|
-
original size: 28.
|
6
|
-
code reduction: 28.
|
4
|
+
bundle size: 20.195 KB
|
5
|
+
original size: 28.267 KB
|
6
|
+
code reduction: 28.56 %
|
7
7
|
module count: 33
|
8
8
|
|
9
9
|
███████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
10
10
|
file: /src/main/index.ts
|
11
|
-
bundle space:
|
12
|
-
rendered size:
|
13
|
-
original size: 3.
|
14
|
-
code reduction:
|
11
|
+
bundle space: 15.02 %
|
12
|
+
rendered size: 3.034 KB
|
13
|
+
original size: 3.432 KB
|
14
|
+
code reduction: 11.6 %
|
15
15
|
dependents: 1
|
16
16
|
- /src/index.ts
|
17
17
|
|
18
18
|
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
19
19
|
file: /src/helpers/getStartAndEndIndexes.ts
|
20
|
-
bundle space: 11.
|
20
|
+
bundle space: 11.69 %
|
21
21
|
rendered size: 2.36 KB
|
22
22
|
original size: 2.807 KB
|
23
23
|
code reduction: 15.92 %
|
@@ -26,16 +26,16 @@ dependents: 1
|
|
26
26
|
|
27
27
|
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
28
28
|
file: /src/helpers/validateCursor.ts
|
29
|
-
bundle space: 10.
|
30
|
-
rendered size: 2.
|
29
|
+
bundle space: 10.59 %
|
30
|
+
rendered size: 2.139 KB
|
31
31
|
original size: 2.535 KB
|
32
|
-
code reduction:
|
32
|
+
code reduction: 15.62 %
|
33
33
|
dependents: 1
|
34
34
|
- /src/main/index.ts
|
35
35
|
|
36
36
|
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
37
37
|
file: /src/helpers/retrieveCachedConnection.ts
|
38
|
-
bundle space: 9.
|
38
|
+
bundle space: 9.91 %
|
39
39
|
rendered size: 2.001 KB
|
40
40
|
original size: 2.519 KB
|
41
41
|
code reduction: 20.56 %
|
@@ -44,7 +44,7 @@ dependents: 1
|
|
44
44
|
|
45
45
|
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
46
46
|
file: /src/helpers/resolveConnection.ts
|
47
|
-
bundle space: 8.
|
47
|
+
bundle space: 8.71 %
|
48
48
|
rendered size: 1.758 KB
|
49
49
|
original size: 2.9 KB
|
50
50
|
code reduction: 39.38 %
|
@@ -98,15 +98,6 @@ code reduction: 21.63 %
|
|
98
98
|
dependents: 1
|
99
99
|
- /src/helpers/requestAndCachePages.ts
|
100
100
|
|
101
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
102
|
-
file: /src/helpers/getPageNumbersToRequest.ts
|
103
|
-
bundle space: 2.78 %
|
104
|
-
rendered size: 562 Bytes
|
105
|
-
original size: 993 Bytes
|
106
|
-
code reduction: 43.4 %
|
107
|
-
dependents: 1
|
108
|
-
- /src/helpers/retrieveCachedConnection.ts
|
109
|
-
|
110
101
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
111
102
|
file: /src/helpers/mergeCachedEdges.ts
|
112
103
|
bundle space: 2.77 %
|
@@ -116,12 +107,21 @@ code reduction: 0 %
|
|
116
107
|
dependents: 1
|
117
108
|
- /src/helpers/resolveConnection.ts
|
118
109
|
|
110
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
111
|
+
file: /src/helpers/getPageNumbersToRequest.ts
|
112
|
+
bundle space: 2.74 %
|
113
|
+
rendered size: 553 Bytes
|
114
|
+
original size: 993 Bytes
|
115
|
+
code reduction: 44.31 %
|
116
|
+
dependents: 1
|
117
|
+
- /src/helpers/retrieveCachedConnection.ts
|
118
|
+
|
119
119
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
120
120
|
file: /src/helpers/hasPreviousNextPage.ts
|
121
|
-
bundle space: 2.
|
122
|
-
rendered size:
|
121
|
+
bundle space: 2.4 %
|
122
|
+
rendered size: 485 Bytes
|
123
123
|
original size: 994 Bytes
|
124
|
-
code reduction:
|
124
|
+
code reduction: 51.21 %
|
125
125
|
dependents: 1
|
126
126
|
- /src/helpers/retrieveCachedConnection.ts
|
127
127
|
|
@@ -170,15 +170,6 @@ code reduction: 54.48 %
|
|
170
170
|
dependents: 1
|
171
171
|
- /src/helpers/validateCursor.ts
|
172
172
|
|
173
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
174
|
-
file: /src/helpers/removeConnectionInputOptions.ts
|
175
|
-
bundle space: 1.05 %
|
176
|
-
rendered size: 212 Bytes
|
177
|
-
original size: 258 Bytes
|
178
|
-
code reduction: 17.83 %
|
179
|
-
dependents: 1
|
180
|
-
- /src/index.ts
|
181
|
-
|
182
173
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
183
174
|
file: /src/helpers/getCount.ts
|
184
175
|
bundle space: 1.04 %
|
@@ -188,6 +179,15 @@ code reduction: 31.05 %
|
|
188
179
|
dependents: 1
|
189
180
|
- /src/helpers/getStartAndEndIndexes.ts
|
190
181
|
|
182
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
183
|
+
file: /src/helpers/removeConnectionInputOptions.ts
|
184
|
+
bundle space: 1.01 %
|
185
|
+
rendered size: 203 Bytes
|
186
|
+
original size: 258 Bytes
|
187
|
+
code reduction: 21.32 %
|
188
|
+
dependents: 1
|
189
|
+
- /src/index.ts
|
190
|
+
|
191
191
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
192
192
|
file: /src/helpers/getResultsOnLastPage.ts
|
193
193
|
bundle space: 0.89 %
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/main/index.cts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAKlD,OAAO,EACL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,OAAO,EACZ,KAAK,IAAI,EACV,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,sBAAsB,GAE/B,MAAM,SAAS,WAAW,GAAG,SAAS,EACtC,IAAI,SAAS,WAAW,EACxB,GAAG,SAAS,OAAO,EACnB,QAAQ,SAAS,WAAW,EAC5B,YAAY,SAAS,IAAI,kGAQxB,6BAA6B,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,CAAC,cAEjE,MAAM,QACR,IAAI,GAAG,sBAAsB,WAC1B,GAAG,QACN,kBAAkB,KACvB,OAAO,CAAC,UAAU,
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/main/index.cts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAKlD,OAAO,EACL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,OAAO,EACZ,KAAK,IAAI,EACV,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,sBAAsB,GAE/B,MAAM,SAAS,WAAW,GAAG,SAAS,EACtC,IAAI,SAAS,WAAW,EACxB,GAAG,SAAS,OAAO,EACnB,QAAQ,SAAS,WAAW,EAC5B,YAAY,SAAS,IAAI,kGAQxB,6BAA6B,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,CAAC,cAEjE,MAAM,QACR,IAAI,GAAG,sBAAsB,WAC1B,GAAG,QACN,kBAAkB,KACvB,OAAO,CAAC,UAAU,CAkGpB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/main/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAKlD,OAAO,EACL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,OAAO,EACZ,KAAK,IAAI,EACV,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,sBAAsB,GAE/B,MAAM,SAAS,WAAW,GAAG,SAAS,EACtC,IAAI,SAAS,WAAW,EACxB,GAAG,SAAS,OAAO,EACnB,QAAQ,SAAS,WAAW,EAC5B,YAAY,SAAS,IAAI,kGAQxB,6BAA6B,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,CAAC,cAEjE,MAAM,QACR,IAAI,GAAG,sBAAsB,WAC1B,GAAG,QACN,kBAAkB,KACvB,OAAO,CAAC,UAAU,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/main/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAKlD,OAAO,EACL,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,OAAO,EACZ,KAAK,IAAI,EACV,MAAM,aAAa,CAAC;AAErB,eAAO,MAAM,sBAAsB,GAE/B,MAAM,SAAS,WAAW,GAAG,SAAS,EACtC,IAAI,SAAS,WAAW,EACxB,GAAG,SAAS,OAAO,EACnB,QAAQ,SAAS,WAAW,EAC5B,YAAY,SAAS,IAAI,kGAQxB,6BAA6B,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,YAAY,CAAC,cAEjE,MAAM,QACR,IAAI,GAAG,sBAAsB,WAC1B,GAAG,QACN,kBAAkB,KACvB,OAAO,CAAC,UAAU,CAkGpB,CAAC"}
|