@rex0220/kintone-sql-tools 3.60.0 → 3.62.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.
@@ -226,19 +226,87 @@
226
226
  ],
227
227
  "format": "esm"
228
228
  },
229
+ "src/core/fieldSemantics.ts": {
230
+ "bytes": 3603,
231
+ "imports": [],
232
+ "format": "esm"
233
+ },
234
+ "src/core/optimization/whereCapability.ts": {
235
+ "bytes": 23800,
236
+ "imports": [
237
+ {
238
+ "path": "src/core/relativeDateFunction.ts",
239
+ "kind": "import-statement",
240
+ "original": "../relativeDateFunction"
241
+ }
242
+ ],
243
+ "format": "esm"
244
+ },
245
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
246
+ "bytes": 1256,
247
+ "imports": [],
248
+ "format": "esm"
249
+ },
250
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
251
+ "bytes": 982,
252
+ "imports": [
253
+ {
254
+ "path": "src/types/ast.ts",
255
+ "kind": "import-statement",
256
+ "original": "../../types/ast"
257
+ },
258
+ {
259
+ "path": "src/core/exactDecimal.ts",
260
+ "kind": "import-statement",
261
+ "original": "../exactDecimal"
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/core/optimization/supportedLeafPolicy.ts": {
267
+ "bytes": 6430,
268
+ "imports": [
269
+ {
270
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
271
+ "kind": "import-statement",
272
+ "original": "./joinDateTimeLiteralPolicy"
273
+ },
274
+ {
275
+ "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
276
+ "kind": "import-statement",
277
+ "original": "./joinNumberLiteralPolicy"
278
+ }
279
+ ],
280
+ "format": "esm"
281
+ },
229
282
  "src/core/optimization/wherePredicatePushdown.ts": {
230
- "bytes": 7253,
283
+ "bytes": 8154,
231
284
  "imports": [
232
285
  {
233
286
  "path": "src/types/ast.ts",
234
287
  "kind": "import-statement",
235
288
  "original": "../../types/ast"
289
+ },
290
+ {
291
+ "path": "src/core/fieldSemantics.ts",
292
+ "kind": "import-statement",
293
+ "original": "../fieldSemantics"
294
+ },
295
+ {
296
+ "path": "src/core/optimization/whereCapability.ts",
297
+ "kind": "import-statement",
298
+ "original": "./whereCapability"
299
+ },
300
+ {
301
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
302
+ "kind": "import-statement",
303
+ "original": "./supportedLeafPolicy"
236
304
  }
237
305
  ],
238
306
  "format": "esm"
239
307
  },
240
308
  "src/core/optimization/klikePushdownPlan.ts": {
241
- "bytes": 4727,
309
+ "bytes": 5271,
242
310
  "imports": [
243
311
  {
244
312
  "path": "src/core/like.ts",
@@ -440,11 +508,6 @@
440
508
  ],
441
509
  "format": "esm"
442
510
  },
443
- "src/core/fieldSemantics.ts": {
444
- "bytes": 3603,
445
- "imports": [],
446
- "format": "esm"
447
- },
448
511
  "src/core/scalarCompare.ts": {
449
512
  "bytes": 7234,
450
513
  "imports": [
@@ -866,68 +929,52 @@
866
929
  "imports": [],
867
930
  "format": "esm"
868
931
  },
869
- "src/core/explainMetadata.ts": {
870
- "bytes": 3913,
932
+ "src/core/optimization/joinKeyPrefilter.ts": {
933
+ "bytes": 5318,
871
934
  "imports": [
872
935
  {
873
- "path": "src/core/grouping.ts",
936
+ "path": "src/core/scalarCompare.ts",
874
937
  "kind": "import-statement",
875
- "original": "./grouping"
876
- }
877
- ],
878
- "format": "esm"
879
- },
880
- "src/core/optimization/sharedPlanner.ts": {
881
- "bytes": 1473,
882
- "imports": [
938
+ "original": "../scalarCompare"
939
+ },
883
940
  {
884
- "path": "src/api/fetchAll.ts",
941
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
885
942
  "kind": "import-statement",
886
- "original": "../../api/fetchAll"
943
+ "original": "./joinDateTimeLiteralPolicy"
944
+ },
945
+ {
946
+ "path": "src/core/optimization/whereCapability.ts",
947
+ "kind": "import-statement",
948
+ "original": "./whereCapability"
887
949
  }
888
950
  ],
889
951
  "format": "esm"
890
952
  },
891
- "src/core/optimization/whereCapability.ts": {
892
- "bytes": 23800,
953
+ "src/core/explainMetadata.ts": {
954
+ "bytes": 4385,
893
955
  "imports": [
894
956
  {
895
- "path": "src/core/relativeDateFunction.ts",
957
+ "path": "src/core/grouping.ts",
896
958
  "kind": "import-statement",
897
- "original": "../relativeDateFunction"
959
+ "original": "./grouping"
898
960
  }
899
961
  ],
900
962
  "format": "esm"
901
963
  },
902
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
903
- "bytes": 1256,
904
- "imports": [],
905
- "format": "esm"
906
- },
907
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
908
- "bytes": 982,
964
+ "src/core/optimization/sharedPlanner.ts": {
965
+ "bytes": 1473,
909
966
  "imports": [
910
967
  {
911
- "path": "src/types/ast.ts",
912
- "kind": "import-statement",
913
- "original": "../../types/ast"
914
- },
915
- {
916
- "path": "src/core/exactDecimal.ts",
968
+ "path": "src/api/fetchAll.ts",
917
969
  "kind": "import-statement",
918
- "original": "../exactDecimal"
970
+ "original": "../../api/fetchAll"
919
971
  }
920
972
  ],
921
973
  "format": "esm"
922
974
  },
923
975
  "src/core/optimization/joinPredicatePushdown.ts": {
924
- "bytes": 41295,
976
+ "bytes": 35744,
925
977
  "imports": [
926
- {
927
- "path": "src/types/ast.ts",
928
- "kind": "import-statement",
929
- "original": "../../types/ast"
930
- },
931
978
  {
932
979
  "path": "src/converter/whereToKintone.ts",
933
980
  "kind": "import-statement",
@@ -959,14 +1006,9 @@
959
1006
  "original": "./whereCapability"
960
1007
  },
961
1008
  {
962
- "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
963
- "kind": "import-statement",
964
- "original": "./joinDateTimeLiteralPolicy"
965
- },
966
- {
967
- "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
1009
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
968
1010
  "kind": "import-statement",
969
- "original": "./joinNumberLiteralPolicy"
1011
+ "original": "./supportedLeafPolicy"
970
1012
  }
971
1013
  ],
972
1014
  "format": "esm"
@@ -1086,7 +1128,7 @@
1086
1128
  "format": "esm"
1087
1129
  },
1088
1130
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1089
- "bytes": 22959,
1131
+ "bytes": 22810,
1090
1132
  "imports": [
1091
1133
  {
1092
1134
  "path": "src/converter/selectToKintone.ts",
@@ -1305,7 +1347,7 @@
1305
1347
  "format": "esm"
1306
1348
  },
1307
1349
  "src/execute.ts": {
1308
- "bytes": 511287,
1350
+ "bytes": 523085,
1309
1351
  "imports": [
1310
1352
  {
1311
1353
  "path": "src/lexer/lexer.ts",
@@ -1422,6 +1464,11 @@
1422
1464
  "kind": "import-statement",
1423
1465
  "original": "./core/generateSeries"
1424
1466
  },
1467
+ {
1468
+ "path": "src/core/optimization/joinKeyPrefilter.ts",
1469
+ "kind": "import-statement",
1470
+ "original": "./core/optimization/joinKeyPrefilter"
1471
+ },
1425
1472
  {
1426
1473
  "path": "src/core/cteInlining.ts",
1427
1474
  "kind": "import-statement",
@@ -2082,11 +2129,26 @@
2082
2129
  "src/core/cteInlining.ts": {
2083
2130
  "bytesInOutput": 1224
2084
2131
  },
2132
+ "src/core/fieldSemantics.ts": {
2133
+ "bytesInOutput": 1368
2134
+ },
2135
+ "src/core/optimization/whereCapability.ts": {
2136
+ "bytesInOutput": 9909
2137
+ },
2138
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2139
+ "bytesInOutput": 540
2140
+ },
2141
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
2142
+ "bytesInOutput": 227
2143
+ },
2144
+ "src/core/optimization/supportedLeafPolicy.ts": {
2145
+ "bytesInOutput": 2706
2146
+ },
2085
2147
  "src/core/optimization/wherePredicatePushdown.ts": {
2086
- "bytesInOutput": 1925
2148
+ "bytesInOutput": 2001
2087
2149
  },
2088
2150
  "src/core/optimization/klikePushdownPlan.ts": {
2089
- "bytesInOutput": 1363
2151
+ "bytesInOutput": 1575
2090
2152
  },
2091
2153
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2092
2154
  "bytesInOutput": 2474
@@ -2101,7 +2163,7 @@
2101
2163
  "bytesInOutput": 1035
2102
2164
  },
2103
2165
  "src/core/generateSeries.ts": {
2104
- "bytesInOutput": 8619
2166
+ "bytesInOutput": 8646
2105
2167
  },
2106
2168
  "src/core/statementValidation.ts": {
2107
2169
  "bytesInOutput": 239
@@ -2118,9 +2180,6 @@
2118
2180
  "src/parser/parser.ts": {
2119
2181
  "bytesInOutput": 107151
2120
2182
  },
2121
- "src/core/fieldSemantics.ts": {
2122
- "bytesInOutput": 1368
2123
- },
2124
2183
  "src/core/scalarCompare.ts": {
2125
2184
  "bytesInOutput": 2804
2126
2185
  },
@@ -2187,23 +2246,17 @@
2187
2246
  "src/core/outerJoinSearchAbortGuard.ts": {
2188
2247
  "bytesInOutput": 604
2189
2248
  },
2249
+ "src/core/optimization/joinKeyPrefilter.ts": {
2250
+ "bytesInOutput": 1940
2251
+ },
2190
2252
  "src/core/explainMetadata.ts": {
2191
2253
  "bytesInOutput": 626
2192
2254
  },
2193
2255
  "src/core/optimization/sharedPlanner.ts": {
2194
2256
  "bytesInOutput": 339
2195
2257
  },
2196
- "src/core/optimization/whereCapability.ts": {
2197
- "bytesInOutput": 9909
2198
- },
2199
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2200
- "bytesInOutput": 540
2201
- },
2202
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
2203
- "bytesInOutput": 227
2204
- },
2205
2258
  "src/core/optimization/joinPredicatePushdown.ts": {
2206
- "bytesInOutput": 14433
2259
+ "bytesInOutput": 11962
2207
2260
  },
2208
2261
  "src/core/optimization/applyParentSelectionPlan.ts": {
2209
2262
  "bytesInOutput": 246
@@ -2287,7 +2340,7 @@
2287
2340
  "bytesInOutput": 412
2288
2341
  },
2289
2342
  "src/execute.ts": {
2290
- "bytesInOutput": 204552
2343
+ "bytesInOutput": 209406
2291
2344
  },
2292
2345
  "src/engine-library/errors.ts": {
2293
2346
  "bytesInOutput": 1441
@@ -2350,7 +2403,7 @@
2350
2403
  "bytesInOutput": 16
2351
2404
  }
2352
2405
  },
2353
- "bytes": 610338
2406
+ "bytes": 617682
2354
2407
  }
2355
2408
  }
2356
2409
  }
@@ -226,19 +226,87 @@
226
226
  ],
227
227
  "format": "esm"
228
228
  },
229
+ "src/core/fieldSemantics.ts": {
230
+ "bytes": 3603,
231
+ "imports": [],
232
+ "format": "esm"
233
+ },
234
+ "src/core/optimization/whereCapability.ts": {
235
+ "bytes": 23800,
236
+ "imports": [
237
+ {
238
+ "path": "src/core/relativeDateFunction.ts",
239
+ "kind": "import-statement",
240
+ "original": "../relativeDateFunction"
241
+ }
242
+ ],
243
+ "format": "esm"
244
+ },
245
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
246
+ "bytes": 1256,
247
+ "imports": [],
248
+ "format": "esm"
249
+ },
250
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
251
+ "bytes": 982,
252
+ "imports": [
253
+ {
254
+ "path": "src/types/ast.ts",
255
+ "kind": "import-statement",
256
+ "original": "../../types/ast"
257
+ },
258
+ {
259
+ "path": "src/core/exactDecimal.ts",
260
+ "kind": "import-statement",
261
+ "original": "../exactDecimal"
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/core/optimization/supportedLeafPolicy.ts": {
267
+ "bytes": 6430,
268
+ "imports": [
269
+ {
270
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
271
+ "kind": "import-statement",
272
+ "original": "./joinDateTimeLiteralPolicy"
273
+ },
274
+ {
275
+ "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
276
+ "kind": "import-statement",
277
+ "original": "./joinNumberLiteralPolicy"
278
+ }
279
+ ],
280
+ "format": "esm"
281
+ },
229
282
  "src/core/optimization/wherePredicatePushdown.ts": {
230
- "bytes": 7253,
283
+ "bytes": 8154,
231
284
  "imports": [
232
285
  {
233
286
  "path": "src/types/ast.ts",
234
287
  "kind": "import-statement",
235
288
  "original": "../../types/ast"
289
+ },
290
+ {
291
+ "path": "src/core/fieldSemantics.ts",
292
+ "kind": "import-statement",
293
+ "original": "../fieldSemantics"
294
+ },
295
+ {
296
+ "path": "src/core/optimization/whereCapability.ts",
297
+ "kind": "import-statement",
298
+ "original": "./whereCapability"
299
+ },
300
+ {
301
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
302
+ "kind": "import-statement",
303
+ "original": "./supportedLeafPolicy"
236
304
  }
237
305
  ],
238
306
  "format": "esm"
239
307
  },
240
308
  "src/core/optimization/klikePushdownPlan.ts": {
241
- "bytes": 4727,
309
+ "bytes": 5271,
242
310
  "imports": [
243
311
  {
244
312
  "path": "src/core/like.ts",
@@ -440,11 +508,6 @@
440
508
  ],
441
509
  "format": "esm"
442
510
  },
443
- "src/core/fieldSemantics.ts": {
444
- "bytes": 3603,
445
- "imports": [],
446
- "format": "esm"
447
- },
448
511
  "src/core/scalarCompare.ts": {
449
512
  "bytes": 7234,
450
513
  "imports": [
@@ -866,68 +929,52 @@
866
929
  "imports": [],
867
930
  "format": "esm"
868
931
  },
869
- "src/core/explainMetadata.ts": {
870
- "bytes": 3913,
932
+ "src/core/optimization/joinKeyPrefilter.ts": {
933
+ "bytes": 5318,
871
934
  "imports": [
872
935
  {
873
- "path": "src/core/grouping.ts",
936
+ "path": "src/core/scalarCompare.ts",
874
937
  "kind": "import-statement",
875
- "original": "./grouping"
876
- }
877
- ],
878
- "format": "esm"
879
- },
880
- "src/core/optimization/sharedPlanner.ts": {
881
- "bytes": 1473,
882
- "imports": [
938
+ "original": "../scalarCompare"
939
+ },
883
940
  {
884
- "path": "src/api/fetchAll.ts",
941
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
885
942
  "kind": "import-statement",
886
- "original": "../../api/fetchAll"
943
+ "original": "./joinDateTimeLiteralPolicy"
944
+ },
945
+ {
946
+ "path": "src/core/optimization/whereCapability.ts",
947
+ "kind": "import-statement",
948
+ "original": "./whereCapability"
887
949
  }
888
950
  ],
889
951
  "format": "esm"
890
952
  },
891
- "src/core/optimization/whereCapability.ts": {
892
- "bytes": 23800,
953
+ "src/core/explainMetadata.ts": {
954
+ "bytes": 4385,
893
955
  "imports": [
894
956
  {
895
- "path": "src/core/relativeDateFunction.ts",
957
+ "path": "src/core/grouping.ts",
896
958
  "kind": "import-statement",
897
- "original": "../relativeDateFunction"
959
+ "original": "./grouping"
898
960
  }
899
961
  ],
900
962
  "format": "esm"
901
963
  },
902
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
903
- "bytes": 1256,
904
- "imports": [],
905
- "format": "esm"
906
- },
907
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
908
- "bytes": 982,
964
+ "src/core/optimization/sharedPlanner.ts": {
965
+ "bytes": 1473,
909
966
  "imports": [
910
967
  {
911
- "path": "src/types/ast.ts",
912
- "kind": "import-statement",
913
- "original": "../../types/ast"
914
- },
915
- {
916
- "path": "src/core/exactDecimal.ts",
968
+ "path": "src/api/fetchAll.ts",
917
969
  "kind": "import-statement",
918
- "original": "../exactDecimal"
970
+ "original": "../../api/fetchAll"
919
971
  }
920
972
  ],
921
973
  "format": "esm"
922
974
  },
923
975
  "src/core/optimization/joinPredicatePushdown.ts": {
924
- "bytes": 41295,
976
+ "bytes": 35744,
925
977
  "imports": [
926
- {
927
- "path": "src/types/ast.ts",
928
- "kind": "import-statement",
929
- "original": "../../types/ast"
930
- },
931
978
  {
932
979
  "path": "src/converter/whereToKintone.ts",
933
980
  "kind": "import-statement",
@@ -959,14 +1006,9 @@
959
1006
  "original": "./whereCapability"
960
1007
  },
961
1008
  {
962
- "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
963
- "kind": "import-statement",
964
- "original": "./joinDateTimeLiteralPolicy"
965
- },
966
- {
967
- "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
1009
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
968
1010
  "kind": "import-statement",
969
- "original": "./joinNumberLiteralPolicy"
1011
+ "original": "./supportedLeafPolicy"
970
1012
  }
971
1013
  ],
972
1014
  "format": "esm"
@@ -1086,7 +1128,7 @@
1086
1128
  "format": "esm"
1087
1129
  },
1088
1130
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1089
- "bytes": 22959,
1131
+ "bytes": 22810,
1090
1132
  "imports": [
1091
1133
  {
1092
1134
  "path": "src/converter/selectToKintone.ts",
@@ -1305,7 +1347,7 @@
1305
1347
  "format": "esm"
1306
1348
  },
1307
1349
  "src/execute.ts": {
1308
- "bytes": 511287,
1350
+ "bytes": 523085,
1309
1351
  "imports": [
1310
1352
  {
1311
1353
  "path": "src/lexer/lexer.ts",
@@ -1422,6 +1464,11 @@
1422
1464
  "kind": "import-statement",
1423
1465
  "original": "./core/generateSeries"
1424
1466
  },
1467
+ {
1468
+ "path": "src/core/optimization/joinKeyPrefilter.ts",
1469
+ "kind": "import-statement",
1470
+ "original": "./core/optimization/joinKeyPrefilter"
1471
+ },
1425
1472
  {
1426
1473
  "path": "src/core/cteInlining.ts",
1427
1474
  "kind": "import-statement",
@@ -2096,11 +2143,26 @@
2096
2143
  "src/core/cteInlining.ts": {
2097
2144
  "bytesInOutput": 1224
2098
2145
  },
2146
+ "src/core/fieldSemantics.ts": {
2147
+ "bytesInOutput": 1368
2148
+ },
2149
+ "src/core/optimization/whereCapability.ts": {
2150
+ "bytesInOutput": 9909
2151
+ },
2152
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2153
+ "bytesInOutput": 540
2154
+ },
2155
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
2156
+ "bytesInOutput": 227
2157
+ },
2158
+ "src/core/optimization/supportedLeafPolicy.ts": {
2159
+ "bytesInOutput": 2706
2160
+ },
2099
2161
  "src/core/optimization/wherePredicatePushdown.ts": {
2100
- "bytesInOutput": 1925
2162
+ "bytesInOutput": 2001
2101
2163
  },
2102
2164
  "src/core/optimization/klikePushdownPlan.ts": {
2103
- "bytesInOutput": 1363
2165
+ "bytesInOutput": 1575
2104
2166
  },
2105
2167
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2106
2168
  "bytesInOutput": 2474
@@ -2115,7 +2177,7 @@
2115
2177
  "bytesInOutput": 1035
2116
2178
  },
2117
2179
  "src/core/generateSeries.ts": {
2118
- "bytesInOutput": 8619
2180
+ "bytesInOutput": 8646
2119
2181
  },
2120
2182
  "src/core/statementValidation.ts": {
2121
2183
  "bytesInOutput": 239
@@ -2132,9 +2194,6 @@
2132
2194
  "src/parser/parser.ts": {
2133
2195
  "bytesInOutput": 107151
2134
2196
  },
2135
- "src/core/fieldSemantics.ts": {
2136
- "bytesInOutput": 1368
2137
- },
2138
2197
  "src/core/scalarCompare.ts": {
2139
2198
  "bytesInOutput": 2804
2140
2199
  },
@@ -2201,23 +2260,17 @@
2201
2260
  "src/core/outerJoinSearchAbortGuard.ts": {
2202
2261
  "bytesInOutput": 604
2203
2262
  },
2263
+ "src/core/optimization/joinKeyPrefilter.ts": {
2264
+ "bytesInOutput": 1940
2265
+ },
2204
2266
  "src/core/explainMetadata.ts": {
2205
2267
  "bytesInOutput": 626
2206
2268
  },
2207
2269
  "src/core/optimization/sharedPlanner.ts": {
2208
2270
  "bytesInOutput": 339
2209
2271
  },
2210
- "src/core/optimization/whereCapability.ts": {
2211
- "bytesInOutput": 9909
2212
- },
2213
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2214
- "bytesInOutput": 540
2215
- },
2216
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
2217
- "bytesInOutput": 227
2218
- },
2219
2272
  "src/core/optimization/joinPredicatePushdown.ts": {
2220
- "bytesInOutput": 14433
2273
+ "bytesInOutput": 11962
2221
2274
  },
2222
2275
  "src/core/optimization/applyParentSelectionPlan.ts": {
2223
2276
  "bytesInOutput": 246
@@ -2301,7 +2354,7 @@
2301
2354
  "bytesInOutput": 412
2302
2355
  },
2303
2356
  "src/execute.ts": {
2304
- "bytesInOutput": 204552
2357
+ "bytesInOutput": 209406
2305
2358
  },
2306
2359
  "src/engine-library/errors.ts": {
2307
2360
  "bytesInOutput": 1441
@@ -2370,7 +2423,7 @@
2370
2423
  "bytesInOutput": 127
2371
2424
  }
2372
2425
  },
2373
- "bytes": 611362
2426
+ "bytes": 618706
2374
2427
  }
2375
2428
  }
2376
2429
  }