@rex0220/kintone-sql-tools 3.56.3 → 3.57.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.
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-08-06T11:53:04.097Z",
2
+ "generatedAt": "2026-08-06T16:07:35.363Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
- "inputCount": 103,
7
- "minifiedBytes": 586135,
8
- "gzipBytes": 159852,
6
+ "inputCount": 104,
7
+ "minifiedBytes": 595947,
8
+ "gzipBytes": 162599,
9
9
  "forbidden": {
10
10
  "mcp-instructions": [],
11
11
  "src-mcp": [],
@@ -23,9 +23,9 @@
23
23
  }
24
24
  },
25
25
  "index.mjs": {
26
- "inputCount": 103,
27
- "minifiedBytes": 585590,
28
- "gzipBytes": 159576,
26
+ "inputCount": 104,
27
+ "minifiedBytes": 595402,
28
+ "gzipBytes": 162306,
29
29
  "forbidden": {
30
30
  "mcp-instructions": [],
31
31
  "src-mcp": [],
@@ -43,9 +43,9 @@
43
43
  }
44
44
  },
45
45
  "ksql-engine.umd.js": {
46
- "inputCount": 105,
47
- "minifiedBytes": 586614,
48
- "gzipBytes": 159900,
46
+ "inputCount": 106,
47
+ "minifiedBytes": 596426,
48
+ "gzipBytes": 162645,
49
49
  "forbidden": {
50
50
  "mcp-instructions": [],
51
51
  "src-mcp": [],
@@ -22,7 +22,7 @@
22
22
  "format": "esm"
23
23
  },
24
24
  "src/core/grouping.ts": {
25
- "bytes": 4712,
25
+ "bytes": 4707,
26
26
  "imports": [],
27
27
  "format": "esm"
28
28
  },
@@ -111,8 +111,50 @@
111
111
  "imports": [],
112
112
  "format": "esm"
113
113
  },
114
+ "src/core/systemFields.ts": {
115
+ "bytes": 654,
116
+ "imports": [],
117
+ "format": "esm"
118
+ },
119
+ "src/core/optimization/plainGroupByPlan.ts": {
120
+ "bytes": 10236,
121
+ "imports": [
122
+ {
123
+ "path": "src/core/aggregateExpression.ts",
124
+ "kind": "import-statement",
125
+ "original": "../aggregateExpression"
126
+ },
127
+ {
128
+ "path": "src/core/groupingValidation.ts",
129
+ "kind": "import-statement",
130
+ "original": "../groupingValidation"
131
+ },
132
+ {
133
+ "path": "src/core/systemFields.ts",
134
+ "kind": "import-statement",
135
+ "original": "../systemFields"
136
+ }
137
+ ],
138
+ "format": "esm"
139
+ },
140
+ "src/core/aggregateDependencyValidation.ts": {
141
+ "bytes": 17726,
142
+ "imports": [
143
+ {
144
+ "path": "src/core/grouping.ts",
145
+ "kind": "import-statement",
146
+ "original": "./grouping"
147
+ },
148
+ {
149
+ "path": "src/core/optimization/plainGroupByPlan.ts",
150
+ "kind": "import-statement",
151
+ "original": "./optimization/plainGroupByPlan"
152
+ }
153
+ ],
154
+ "format": "esm"
155
+ },
114
156
  "src/core/groupingValidation.ts": {
115
- "bytes": 12097,
157
+ "bytes": 11523,
116
158
  "imports": [
117
159
  {
118
160
  "path": "src/core/grouping.ts",
@@ -123,6 +165,11 @@
123
165
  "path": "src/engine/groupingRowMeta.ts",
124
166
  "kind": "import-statement",
125
167
  "original": "../engine/groupingRowMeta"
168
+ },
169
+ {
170
+ "path": "src/core/aggregateDependencyValidation.ts",
171
+ "kind": "import-statement",
172
+ "original": "./aggregateDependencyValidation"
126
173
  }
127
174
  ],
128
175
  "format": "esm"
@@ -920,32 +967,6 @@
920
967
  ],
921
968
  "format": "esm"
922
969
  },
923
- "src/core/systemFields.ts": {
924
- "bytes": 654,
925
- "imports": [],
926
- "format": "esm"
927
- },
928
- "src/core/optimization/plainGroupByPlan.ts": {
929
- "bytes": 8710,
930
- "imports": [
931
- {
932
- "path": "src/core/aggregateExpression.ts",
933
- "kind": "import-statement",
934
- "original": "../aggregateExpression"
935
- },
936
- {
937
- "path": "src/core/groupingValidation.ts",
938
- "kind": "import-statement",
939
- "original": "../groupingValidation"
940
- },
941
- {
942
- "path": "src/core/systemFields.ts",
943
- "kind": "import-statement",
944
- "original": "../systemFields"
945
- }
946
- ],
947
- "format": "esm"
948
- },
949
970
  "src/core/emptyWildcardSchema.ts": {
950
971
  "bytes": 3248,
951
972
  "imports": [],
@@ -1232,7 +1253,7 @@
1232
1253
  "format": "esm"
1233
1254
  },
1234
1255
  "src/execute.ts": {
1235
- "bytes": 500341,
1256
+ "bytes": 507216,
1236
1257
  "imports": [
1237
1258
  {
1238
1259
  "path": "src/lexer/lexer.ts",
@@ -1434,6 +1455,11 @@
1434
1455
  "kind": "import-statement",
1435
1456
  "original": "./core/optimization/plainGroupByPlan"
1436
1457
  },
1458
+ {
1459
+ "path": "src/core/aggregateDependencyValidation.ts",
1460
+ "kind": "import-statement",
1461
+ "original": "./core/aggregateDependencyValidation"
1462
+ },
1437
1463
  {
1438
1464
  "path": "src/core/systemFields.ts",
1439
1465
  "kind": "import-statement",
@@ -1951,10 +1977,10 @@
1951
1977
  "bytesInOutput": 303
1952
1978
  },
1953
1979
  "src/core/grouping.ts": {
1954
- "bytesInOutput": 1284
1980
+ "bytesInOutput": 1277
1955
1981
  },
1956
1982
  "src/core/dmlGuard.ts": {
1957
- "bytesInOutput": 3355
1983
+ "bytesInOutput": 3354
1958
1984
  },
1959
1985
  "src/core/relativeDateFunction.ts": {
1960
1986
  "bytesInOutput": 450
@@ -1977,11 +2003,20 @@
1977
2003
  "src/engine/groupingRowMeta.ts": {
1978
2004
  "bytesInOutput": 559
1979
2005
  },
2006
+ "src/core/systemFields.ts": {
2007
+ "bytesInOutput": 275
2008
+ },
2009
+ "src/core/optimization/plainGroupByPlan.ts": {
2010
+ "bytesInOutput": 3124
2011
+ },
2012
+ "src/core/aggregateDependencyValidation.ts": {
2013
+ "bytesInOutput": 8225
2014
+ },
1980
2015
  "src/core/groupingValidation.ts": {
1981
- "bytesInOutput": 5237
2016
+ "bytesInOutput": 3809
1982
2017
  },
1983
2018
  "src/converter/selectToKintone.ts": {
1984
- "bytesInOutput": 10128
2019
+ "bytesInOutput": 10126
1985
2020
  },
1986
2021
  "src/core/cteInlining.ts": {
1987
2022
  "bytesInOutput": 1224
@@ -2020,7 +2055,7 @@
2020
2055
  "bytesInOutput": 105365
2021
2056
  },
2022
2057
  "src/core/fieldSemantics.ts": {
2023
- "bytesInOutput": 1368
2058
+ "bytesInOutput": 1369
2024
2059
  },
2025
2060
  "src/core/scalarCompare.ts": {
2026
2061
  "bytesInOutput": 2804
@@ -2029,7 +2064,7 @@
2029
2064
  "bytesInOutput": 11516
2030
2065
  },
2031
2066
  "src/engine/evalWhere.ts": {
2032
- "bytesInOutput": 6038
2067
+ "bytesInOutput": 6039
2033
2068
  },
2034
2069
  "src/core/dmlCustomCheck.ts": {
2035
2070
  "bytesInOutput": 1251
@@ -2089,7 +2124,7 @@
2089
2124
  "bytesInOutput": 604
2090
2125
  },
2091
2126
  "src/core/explainMetadata.ts": {
2092
- "bytesInOutput": 627
2127
+ "bytesInOutput": 626
2093
2128
  },
2094
2129
  "src/core/optimization/sharedPlanner.ts": {
2095
2130
  "bytesInOutput": 339
@@ -2098,7 +2133,7 @@
2098
2133
  "bytesInOutput": 9861
2099
2134
  },
2100
2135
  "src/core/optimization/joinPredicatePushdown.ts": {
2101
- "bytesInOutput": 13814
2136
+ "bytesInOutput": 13816
2102
2137
  },
2103
2138
  "src/core/optimization/applyParentSelectionPlan.ts": {
2104
2139
  "bytesInOutput": 246
@@ -2118,17 +2153,11 @@
2118
2153
  "src/converter/korderCursorQuery.ts": {
2119
2154
  "bytesInOutput": 295
2120
2155
  },
2121
- "src/core/systemFields.ts": {
2122
- "bytesInOutput": 275
2123
- },
2124
- "src/core/optimization/plainGroupByPlan.ts": {
2125
- "bytesInOutput": 2656
2126
- },
2127
2156
  "src/core/emptyWildcardSchema.ts": {
2128
2157
  "bytesInOutput": 1223
2129
2158
  },
2130
2159
  "src/engine/process.ts": {
2131
- "bytesInOutput": 24313
2160
+ "bytesInOutput": 24312
2132
2161
  },
2133
2162
  "src/converter/subtableAdapter.ts": {
2134
2163
  "bytesInOutput": 643
@@ -2188,7 +2217,7 @@
2188
2217
  "bytesInOutput": 412
2189
2218
  },
2190
2219
  "src/execute.ts": {
2191
- "bytesInOutput": 200477
2220
+ "bytesInOutput": 203031
2192
2221
  },
2193
2222
  "src/engine-library/errors.ts": {
2194
2223
  "bytesInOutput": 1440
@@ -2200,7 +2229,7 @@
2200
2229
  "bytesInOutput": 971
2201
2230
  },
2202
2231
  "src/core/formFieldInfo.ts": {
2203
- "bytesInOutput": 1428
2232
+ "bytesInOutput": 1429
2204
2233
  },
2205
2234
  "src/core/processStatus.ts": {
2206
2235
  "bytesInOutput": 229
@@ -2248,7 +2277,7 @@
2248
2277
  "bytesInOutput": 1271
2249
2278
  }
2250
2279
  },
2251
- "bytes": 586135
2280
+ "bytes": 595947
2252
2281
  }
2253
2282
  }
2254
2283
  }
@@ -22,7 +22,7 @@
22
22
  "format": "esm"
23
23
  },
24
24
  "src/core/grouping.ts": {
25
- "bytes": 4712,
25
+ "bytes": 4707,
26
26
  "imports": [],
27
27
  "format": "esm"
28
28
  },
@@ -111,8 +111,50 @@
111
111
  "imports": [],
112
112
  "format": "esm"
113
113
  },
114
+ "src/core/systemFields.ts": {
115
+ "bytes": 654,
116
+ "imports": [],
117
+ "format": "esm"
118
+ },
119
+ "src/core/optimization/plainGroupByPlan.ts": {
120
+ "bytes": 10236,
121
+ "imports": [
122
+ {
123
+ "path": "src/core/aggregateExpression.ts",
124
+ "kind": "import-statement",
125
+ "original": "../aggregateExpression"
126
+ },
127
+ {
128
+ "path": "src/core/groupingValidation.ts",
129
+ "kind": "import-statement",
130
+ "original": "../groupingValidation"
131
+ },
132
+ {
133
+ "path": "src/core/systemFields.ts",
134
+ "kind": "import-statement",
135
+ "original": "../systemFields"
136
+ }
137
+ ],
138
+ "format": "esm"
139
+ },
140
+ "src/core/aggregateDependencyValidation.ts": {
141
+ "bytes": 17726,
142
+ "imports": [
143
+ {
144
+ "path": "src/core/grouping.ts",
145
+ "kind": "import-statement",
146
+ "original": "./grouping"
147
+ },
148
+ {
149
+ "path": "src/core/optimization/plainGroupByPlan.ts",
150
+ "kind": "import-statement",
151
+ "original": "./optimization/plainGroupByPlan"
152
+ }
153
+ ],
154
+ "format": "esm"
155
+ },
114
156
  "src/core/groupingValidation.ts": {
115
- "bytes": 12097,
157
+ "bytes": 11523,
116
158
  "imports": [
117
159
  {
118
160
  "path": "src/core/grouping.ts",
@@ -123,6 +165,11 @@
123
165
  "path": "src/engine/groupingRowMeta.ts",
124
166
  "kind": "import-statement",
125
167
  "original": "../engine/groupingRowMeta"
168
+ },
169
+ {
170
+ "path": "src/core/aggregateDependencyValidation.ts",
171
+ "kind": "import-statement",
172
+ "original": "./aggregateDependencyValidation"
126
173
  }
127
174
  ],
128
175
  "format": "esm"
@@ -920,32 +967,6 @@
920
967
  ],
921
968
  "format": "esm"
922
969
  },
923
- "src/core/systemFields.ts": {
924
- "bytes": 654,
925
- "imports": [],
926
- "format": "esm"
927
- },
928
- "src/core/optimization/plainGroupByPlan.ts": {
929
- "bytes": 8710,
930
- "imports": [
931
- {
932
- "path": "src/core/aggregateExpression.ts",
933
- "kind": "import-statement",
934
- "original": "../aggregateExpression"
935
- },
936
- {
937
- "path": "src/core/groupingValidation.ts",
938
- "kind": "import-statement",
939
- "original": "../groupingValidation"
940
- },
941
- {
942
- "path": "src/core/systemFields.ts",
943
- "kind": "import-statement",
944
- "original": "../systemFields"
945
- }
946
- ],
947
- "format": "esm"
948
- },
949
970
  "src/core/emptyWildcardSchema.ts": {
950
971
  "bytes": 3248,
951
972
  "imports": [],
@@ -1232,7 +1253,7 @@
1232
1253
  "format": "esm"
1233
1254
  },
1234
1255
  "src/execute.ts": {
1235
- "bytes": 500341,
1256
+ "bytes": 507216,
1236
1257
  "imports": [
1237
1258
  {
1238
1259
  "path": "src/lexer/lexer.ts",
@@ -1434,6 +1455,11 @@
1434
1455
  "kind": "import-statement",
1435
1456
  "original": "./core/optimization/plainGroupByPlan"
1436
1457
  },
1458
+ {
1459
+ "path": "src/core/aggregateDependencyValidation.ts",
1460
+ "kind": "import-statement",
1461
+ "original": "./core/aggregateDependencyValidation"
1462
+ },
1437
1463
  {
1438
1464
  "path": "src/core/systemFields.ts",
1439
1465
  "kind": "import-statement",
@@ -1955,10 +1981,10 @@
1955
1981
  "bytesInOutput": 303
1956
1982
  },
1957
1983
  "src/core/grouping.ts": {
1958
- "bytesInOutput": 1284
1984
+ "bytesInOutput": 1277
1959
1985
  },
1960
1986
  "src/core/dmlGuard.ts": {
1961
- "bytesInOutput": 3355
1987
+ "bytesInOutput": 3354
1962
1988
  },
1963
1989
  "src/core/relativeDateFunction.ts": {
1964
1990
  "bytesInOutput": 450
@@ -1981,11 +2007,20 @@
1981
2007
  "src/engine/groupingRowMeta.ts": {
1982
2008
  "bytesInOutput": 559
1983
2009
  },
2010
+ "src/core/systemFields.ts": {
2011
+ "bytesInOutput": 275
2012
+ },
2013
+ "src/core/optimization/plainGroupByPlan.ts": {
2014
+ "bytesInOutput": 3124
2015
+ },
2016
+ "src/core/aggregateDependencyValidation.ts": {
2017
+ "bytesInOutput": 8225
2018
+ },
1984
2019
  "src/core/groupingValidation.ts": {
1985
- "bytesInOutput": 5237
2020
+ "bytesInOutput": 3809
1986
2021
  },
1987
2022
  "src/converter/selectToKintone.ts": {
1988
- "bytesInOutput": 10128
2023
+ "bytesInOutput": 10126
1989
2024
  },
1990
2025
  "src/core/cteInlining.ts": {
1991
2026
  "bytesInOutput": 1224
@@ -2024,7 +2059,7 @@
2024
2059
  "bytesInOutput": 105365
2025
2060
  },
2026
2061
  "src/core/fieldSemantics.ts": {
2027
- "bytesInOutput": 1368
2062
+ "bytesInOutput": 1369
2028
2063
  },
2029
2064
  "src/core/scalarCompare.ts": {
2030
2065
  "bytesInOutput": 2804
@@ -2033,7 +2068,7 @@
2033
2068
  "bytesInOutput": 11516
2034
2069
  },
2035
2070
  "src/engine/evalWhere.ts": {
2036
- "bytesInOutput": 6038
2071
+ "bytesInOutput": 6039
2037
2072
  },
2038
2073
  "src/core/dmlCustomCheck.ts": {
2039
2074
  "bytesInOutput": 1251
@@ -2093,7 +2128,7 @@
2093
2128
  "bytesInOutput": 604
2094
2129
  },
2095
2130
  "src/core/explainMetadata.ts": {
2096
- "bytesInOutput": 627
2131
+ "bytesInOutput": 626
2097
2132
  },
2098
2133
  "src/core/optimization/sharedPlanner.ts": {
2099
2134
  "bytesInOutput": 339
@@ -2102,7 +2137,7 @@
2102
2137
  "bytesInOutput": 9861
2103
2138
  },
2104
2139
  "src/core/optimization/joinPredicatePushdown.ts": {
2105
- "bytesInOutput": 13814
2140
+ "bytesInOutput": 13816
2106
2141
  },
2107
2142
  "src/core/optimization/applyParentSelectionPlan.ts": {
2108
2143
  "bytesInOutput": 246
@@ -2122,17 +2157,11 @@
2122
2157
  "src/converter/korderCursorQuery.ts": {
2123
2158
  "bytesInOutput": 295
2124
2159
  },
2125
- "src/core/systemFields.ts": {
2126
- "bytesInOutput": 275
2127
- },
2128
- "src/core/optimization/plainGroupByPlan.ts": {
2129
- "bytesInOutput": 2656
2130
- },
2131
2160
  "src/core/emptyWildcardSchema.ts": {
2132
2161
  "bytesInOutput": 1223
2133
2162
  },
2134
2163
  "src/engine/process.ts": {
2135
- "bytesInOutput": 24313
2164
+ "bytesInOutput": 24312
2136
2165
  },
2137
2166
  "src/converter/subtableAdapter.ts": {
2138
2167
  "bytesInOutput": 643
@@ -2192,7 +2221,7 @@
2192
2221
  "bytesInOutput": 412
2193
2222
  },
2194
2223
  "src/execute.ts": {
2195
- "bytesInOutput": 200477
2224
+ "bytesInOutput": 203031
2196
2225
  },
2197
2226
  "src/engine-library/errors.ts": {
2198
2227
  "bytesInOutput": 1440
@@ -2204,7 +2233,7 @@
2204
2233
  "bytesInOutput": 971
2205
2234
  },
2206
2235
  "src/core/formFieldInfo.ts": {
2207
- "bytesInOutput": 1428
2236
+ "bytesInOutput": 1429
2208
2237
  },
2209
2238
  "src/core/processStatus.ts": {
2210
2239
  "bytesInOutput": 229
@@ -2255,7 +2284,7 @@
2255
2284
  "bytesInOutput": 16
2256
2285
  }
2257
2286
  },
2258
- "bytes": 585590
2287
+ "bytes": 595402
2259
2288
  }
2260
2289
  }
2261
2290
  }