@rex0220/kintone-sql-tools 3.59.0 → 3.60.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/dist-cli/ksql.js +104 -33
- package/dist-engine/index.cjs +11 -11
- package/dist-engine/index.mjs +11 -11
- package/dist-engine/ksql-engine.umd.js +12 -12
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +44 -7
- package/dist-engine/meta/esm.json +44 -7
- package/dist-engine/meta/umd.json +44 -7
- package/dist-mcp/ksql-mcp.js +108 -35
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-07T12:45:38.828Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 107,
|
|
7
|
+
"minifiedBytes": 610883,
|
|
8
|
+
"gzipBytes": 166208,
|
|
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":
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
26
|
+
"inputCount": 107,
|
|
27
|
+
"minifiedBytes": 610338,
|
|
28
|
+
"gzipBytes": 165913,
|
|
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":
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
46
|
+
"inputCount": 109,
|
|
47
|
+
"minifiedBytes": 611362,
|
|
48
|
+
"gzipBytes": 166260,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"format": "esm"
|
|
406
406
|
},
|
|
407
407
|
"src/parser/parser.ts": {
|
|
408
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
409
409
|
"imports": [
|
|
410
410
|
{
|
|
411
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"format": "esm"
|
|
890
890
|
},
|
|
891
891
|
"src/core/optimization/whereCapability.ts": {
|
|
892
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
893
893
|
"imports": [
|
|
894
894
|
{
|
|
895
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -899,8 +899,29 @@
|
|
|
899
899
|
],
|
|
900
900
|
"format": "esm"
|
|
901
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
902
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
903
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
904
925
|
"imports": [
|
|
905
926
|
{
|
|
906
927
|
"path": "src/types/ast.ts",
|
|
@@ -936,6 +957,16 @@
|
|
|
936
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
937
958
|
"kind": "import-statement",
|
|
938
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
939
970
|
}
|
|
940
971
|
],
|
|
941
972
|
"format": "esm"
|
|
@@ -2081,7 +2112,7 @@
|
|
|
2081
2112
|
"bytesInOutput": 5893
|
|
2082
2113
|
},
|
|
2083
2114
|
"src/parser/parser.ts": {
|
|
2084
|
-
"bytesInOutput":
|
|
2115
|
+
"bytesInOutput": 107151
|
|
2085
2116
|
},
|
|
2086
2117
|
"src/core/fieldSemantics.ts": {
|
|
2087
2118
|
"bytesInOutput": 1368
|
|
@@ -2159,10 +2190,16 @@
|
|
|
2159
2190
|
"bytesInOutput": 339
|
|
2160
2191
|
},
|
|
2161
2192
|
"src/core/optimization/whereCapability.ts": {
|
|
2162
|
-
"bytesInOutput":
|
|
2193
|
+
"bytesInOutput": 9909
|
|
2194
|
+
},
|
|
2195
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2196
|
+
"bytesInOutput": 540
|
|
2197
|
+
},
|
|
2198
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2199
|
+
"bytesInOutput": 227
|
|
2163
2200
|
},
|
|
2164
2201
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2165
|
-
"bytesInOutput":
|
|
2202
|
+
"bytesInOutput": 14433
|
|
2166
2203
|
},
|
|
2167
2204
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2168
2205
|
"bytesInOutput": 246
|
|
@@ -2306,7 +2343,7 @@
|
|
|
2306
2343
|
"bytesInOutput": 1271
|
|
2307
2344
|
}
|
|
2308
2345
|
},
|
|
2309
|
-
"bytes":
|
|
2346
|
+
"bytes": 610883
|
|
2310
2347
|
}
|
|
2311
2348
|
}
|
|
2312
2349
|
}
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"format": "esm"
|
|
406
406
|
},
|
|
407
407
|
"src/parser/parser.ts": {
|
|
408
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
409
409
|
"imports": [
|
|
410
410
|
{
|
|
411
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"format": "esm"
|
|
890
890
|
},
|
|
891
891
|
"src/core/optimization/whereCapability.ts": {
|
|
892
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
893
893
|
"imports": [
|
|
894
894
|
{
|
|
895
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -899,8 +899,29 @@
|
|
|
899
899
|
],
|
|
900
900
|
"format": "esm"
|
|
901
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
902
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
903
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
904
925
|
"imports": [
|
|
905
926
|
{
|
|
906
927
|
"path": "src/types/ast.ts",
|
|
@@ -936,6 +957,16 @@
|
|
|
936
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
937
958
|
"kind": "import-statement",
|
|
938
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
939
970
|
}
|
|
940
971
|
],
|
|
941
972
|
"format": "esm"
|
|
@@ -2085,7 +2116,7 @@
|
|
|
2085
2116
|
"bytesInOutput": 5893
|
|
2086
2117
|
},
|
|
2087
2118
|
"src/parser/parser.ts": {
|
|
2088
|
-
"bytesInOutput":
|
|
2119
|
+
"bytesInOutput": 107151
|
|
2089
2120
|
},
|
|
2090
2121
|
"src/core/fieldSemantics.ts": {
|
|
2091
2122
|
"bytesInOutput": 1368
|
|
@@ -2163,10 +2194,16 @@
|
|
|
2163
2194
|
"bytesInOutput": 339
|
|
2164
2195
|
},
|
|
2165
2196
|
"src/core/optimization/whereCapability.ts": {
|
|
2166
|
-
"bytesInOutput":
|
|
2197
|
+
"bytesInOutput": 9909
|
|
2198
|
+
},
|
|
2199
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2200
|
+
"bytesInOutput": 540
|
|
2201
|
+
},
|
|
2202
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2203
|
+
"bytesInOutput": 227
|
|
2167
2204
|
},
|
|
2168
2205
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2169
|
-
"bytesInOutput":
|
|
2206
|
+
"bytesInOutput": 14433
|
|
2170
2207
|
},
|
|
2171
2208
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2172
2209
|
"bytesInOutput": 246
|
|
@@ -2313,7 +2350,7 @@
|
|
|
2313
2350
|
"bytesInOutput": 16
|
|
2314
2351
|
}
|
|
2315
2352
|
},
|
|
2316
|
-
"bytes":
|
|
2353
|
+
"bytes": 610338
|
|
2317
2354
|
}
|
|
2318
2355
|
}
|
|
2319
2356
|
}
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"format": "esm"
|
|
406
406
|
},
|
|
407
407
|
"src/parser/parser.ts": {
|
|
408
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
409
409
|
"imports": [
|
|
410
410
|
{
|
|
411
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"format": "esm"
|
|
890
890
|
},
|
|
891
891
|
"src/core/optimization/whereCapability.ts": {
|
|
892
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
893
893
|
"imports": [
|
|
894
894
|
{
|
|
895
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -899,8 +899,29 @@
|
|
|
899
899
|
],
|
|
900
900
|
"format": "esm"
|
|
901
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
902
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
903
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
904
925
|
"imports": [
|
|
905
926
|
{
|
|
906
927
|
"path": "src/types/ast.ts",
|
|
@@ -936,6 +957,16 @@
|
|
|
936
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
937
958
|
"kind": "import-statement",
|
|
938
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
939
970
|
}
|
|
940
971
|
],
|
|
941
972
|
"format": "esm"
|
|
@@ -2099,7 +2130,7 @@
|
|
|
2099
2130
|
"bytesInOutput": 5893
|
|
2100
2131
|
},
|
|
2101
2132
|
"src/parser/parser.ts": {
|
|
2102
|
-
"bytesInOutput":
|
|
2133
|
+
"bytesInOutput": 107151
|
|
2103
2134
|
},
|
|
2104
2135
|
"src/core/fieldSemantics.ts": {
|
|
2105
2136
|
"bytesInOutput": 1368
|
|
@@ -2177,10 +2208,16 @@
|
|
|
2177
2208
|
"bytesInOutput": 339
|
|
2178
2209
|
},
|
|
2179
2210
|
"src/core/optimization/whereCapability.ts": {
|
|
2180
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 9909
|
|
2212
|
+
},
|
|
2213
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2214
|
+
"bytesInOutput": 540
|
|
2215
|
+
},
|
|
2216
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2217
|
+
"bytesInOutput": 227
|
|
2181
2218
|
},
|
|
2182
2219
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2183
|
-
"bytesInOutput":
|
|
2220
|
+
"bytesInOutput": 14433
|
|
2184
2221
|
},
|
|
2185
2222
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2186
2223
|
"bytesInOutput": 246
|
|
@@ -2333,7 +2370,7 @@
|
|
|
2333
2370
|
"bytesInOutput": 127
|
|
2334
2371
|
}
|
|
2335
2372
|
},
|
|
2336
|
-
"bytes":
|
|
2373
|
+
"bytes": 611362
|
|
2337
2374
|
}
|
|
2338
2375
|
}
|
|
2339
2376
|
}
|