@rex0220/kintone-sql-tools 3.41.0 → 3.43.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/README.md +272 -257
- package/dist-cli/ksql.js +115 -25
- package/dist-engine/index.cjs +10 -10
- package/dist-engine/index.mjs +10 -10
- package/dist-engine/ksql-engine.umd.js +10 -10
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +25 -7
- package/dist-engine/meta/esm.json +25 -7
- package/dist-engine/meta/umd.json +25 -7
- package/dist-mcp/ksql-mcp.js +120 -27
- 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-04T03:29:40.409Z",
|
|
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": 103,
|
|
7
|
+
"minifiedBytes": 558174,
|
|
8
|
+
"gzipBytes": 153028,
|
|
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": 103,
|
|
27
|
+
"minifiedBytes": 557629,
|
|
28
|
+
"gzipBytes": 152729,
|
|
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": 105,
|
|
47
|
+
"minifiedBytes": 558653,
|
|
48
|
+
"gzipBytes": 153102,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -232,8 +232,13 @@
|
|
|
232
232
|
"imports": [],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/functionArity.ts": {
|
|
236
|
+
"bytes": 1916,
|
|
237
|
+
"imports": [],
|
|
238
|
+
"format": "esm"
|
|
239
|
+
},
|
|
235
240
|
"src/core/statementValidation.ts": {
|
|
236
|
-
"bytes":
|
|
241
|
+
"bytes": 1070,
|
|
237
242
|
"imports": [
|
|
238
243
|
{
|
|
239
244
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -244,6 +249,11 @@
|
|
|
244
249
|
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
250
|
"kind": "import-statement",
|
|
246
251
|
"original": "./primaryOrganizationDmlValidation"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"path": "src/core/functionArity.ts",
|
|
255
|
+
"kind": "import-statement",
|
|
256
|
+
"original": "./functionArity"
|
|
247
257
|
}
|
|
248
258
|
],
|
|
249
259
|
"format": "esm"
|
|
@@ -322,7 +332,7 @@
|
|
|
322
332
|
"format": "esm"
|
|
323
333
|
},
|
|
324
334
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
335
|
+
"bytes": 172277,
|
|
326
336
|
"imports": [
|
|
327
337
|
{
|
|
328
338
|
"path": "src/lexer/tokens.ts",
|
|
@@ -379,7 +389,7 @@
|
|
|
379
389
|
"format": "esm"
|
|
380
390
|
},
|
|
381
391
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
392
|
+
"bytes": 28292,
|
|
383
393
|
"imports": [
|
|
384
394
|
{
|
|
385
395
|
"path": "src/types/ast.ts",
|
|
@@ -391,6 +401,11 @@
|
|
|
391
401
|
"kind": "import-statement",
|
|
392
402
|
"original": "../core/scalarCompare"
|
|
393
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"path": "src/core/functionArity.ts",
|
|
406
|
+
"kind": "import-statement",
|
|
407
|
+
"original": "../core/functionArity"
|
|
408
|
+
},
|
|
394
409
|
{
|
|
395
410
|
"path": "src/engine/evalWhere.ts",
|
|
396
411
|
"kind": "import-statement",
|
|
@@ -1960,8 +1975,11 @@
|
|
|
1960
1975
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1961
1976
|
"bytesInOutput": 768
|
|
1962
1977
|
},
|
|
1978
|
+
"src/core/functionArity.ts": {
|
|
1979
|
+
"bytesInOutput": 1035
|
|
1980
|
+
},
|
|
1963
1981
|
"src/core/statementValidation.ts": {
|
|
1964
|
-
"bytesInOutput":
|
|
1982
|
+
"bytesInOutput": 233
|
|
1965
1983
|
},
|
|
1966
1984
|
"src/engine/groupingRowMeta.ts": {
|
|
1967
1985
|
"bytesInOutput": 559
|
|
@@ -1979,7 +1997,7 @@
|
|
|
1979
1997
|
"bytesInOutput": 5893
|
|
1980
1998
|
},
|
|
1981
1999
|
"src/parser/parser.ts": {
|
|
1982
|
-
"bytesInOutput":
|
|
2000
|
+
"bytesInOutput": 95677
|
|
1983
2001
|
},
|
|
1984
2002
|
"src/core/fieldSemantics.ts": {
|
|
1985
2003
|
"bytesInOutput": 1368
|
|
@@ -1988,7 +2006,7 @@
|
|
|
1988
2006
|
"bytesInOutput": 2804
|
|
1989
2007
|
},
|
|
1990
2008
|
"src/engine/evalFunc.ts": {
|
|
1991
|
-
"bytesInOutput":
|
|
2009
|
+
"bytesInOutput": 10962
|
|
1992
2010
|
},
|
|
1993
2011
|
"src/engine/evalWhere.ts": {
|
|
1994
2012
|
"bytesInOutput": 5788
|
|
@@ -2210,7 +2228,7 @@
|
|
|
2210
2228
|
"bytesInOutput": 1271
|
|
2211
2229
|
}
|
|
2212
2230
|
},
|
|
2213
|
-
"bytes":
|
|
2231
|
+
"bytes": 558174
|
|
2214
2232
|
}
|
|
2215
2233
|
}
|
|
2216
2234
|
}
|
|
@@ -232,8 +232,13 @@
|
|
|
232
232
|
"imports": [],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/functionArity.ts": {
|
|
236
|
+
"bytes": 1916,
|
|
237
|
+
"imports": [],
|
|
238
|
+
"format": "esm"
|
|
239
|
+
},
|
|
235
240
|
"src/core/statementValidation.ts": {
|
|
236
|
-
"bytes":
|
|
241
|
+
"bytes": 1070,
|
|
237
242
|
"imports": [
|
|
238
243
|
{
|
|
239
244
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -244,6 +249,11 @@
|
|
|
244
249
|
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
250
|
"kind": "import-statement",
|
|
246
251
|
"original": "./primaryOrganizationDmlValidation"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"path": "src/core/functionArity.ts",
|
|
255
|
+
"kind": "import-statement",
|
|
256
|
+
"original": "./functionArity"
|
|
247
257
|
}
|
|
248
258
|
],
|
|
249
259
|
"format": "esm"
|
|
@@ -322,7 +332,7 @@
|
|
|
322
332
|
"format": "esm"
|
|
323
333
|
},
|
|
324
334
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
335
|
+
"bytes": 172277,
|
|
326
336
|
"imports": [
|
|
327
337
|
{
|
|
328
338
|
"path": "src/lexer/tokens.ts",
|
|
@@ -379,7 +389,7 @@
|
|
|
379
389
|
"format": "esm"
|
|
380
390
|
},
|
|
381
391
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
392
|
+
"bytes": 28292,
|
|
383
393
|
"imports": [
|
|
384
394
|
{
|
|
385
395
|
"path": "src/types/ast.ts",
|
|
@@ -391,6 +401,11 @@
|
|
|
391
401
|
"kind": "import-statement",
|
|
392
402
|
"original": "../core/scalarCompare"
|
|
393
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"path": "src/core/functionArity.ts",
|
|
406
|
+
"kind": "import-statement",
|
|
407
|
+
"original": "../core/functionArity"
|
|
408
|
+
},
|
|
394
409
|
{
|
|
395
410
|
"path": "src/engine/evalWhere.ts",
|
|
396
411
|
"kind": "import-statement",
|
|
@@ -1964,8 +1979,11 @@
|
|
|
1964
1979
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1965
1980
|
"bytesInOutput": 768
|
|
1966
1981
|
},
|
|
1982
|
+
"src/core/functionArity.ts": {
|
|
1983
|
+
"bytesInOutput": 1035
|
|
1984
|
+
},
|
|
1967
1985
|
"src/core/statementValidation.ts": {
|
|
1968
|
-
"bytesInOutput":
|
|
1986
|
+
"bytesInOutput": 233
|
|
1969
1987
|
},
|
|
1970
1988
|
"src/engine/groupingRowMeta.ts": {
|
|
1971
1989
|
"bytesInOutput": 559
|
|
@@ -1983,7 +2001,7 @@
|
|
|
1983
2001
|
"bytesInOutput": 5893
|
|
1984
2002
|
},
|
|
1985
2003
|
"src/parser/parser.ts": {
|
|
1986
|
-
"bytesInOutput":
|
|
2004
|
+
"bytesInOutput": 95677
|
|
1987
2005
|
},
|
|
1988
2006
|
"src/core/fieldSemantics.ts": {
|
|
1989
2007
|
"bytesInOutput": 1368
|
|
@@ -1992,7 +2010,7 @@
|
|
|
1992
2010
|
"bytesInOutput": 2804
|
|
1993
2011
|
},
|
|
1994
2012
|
"src/engine/evalFunc.ts": {
|
|
1995
|
-
"bytesInOutput":
|
|
2013
|
+
"bytesInOutput": 10962
|
|
1996
2014
|
},
|
|
1997
2015
|
"src/engine/evalWhere.ts": {
|
|
1998
2016
|
"bytesInOutput": 5788
|
|
@@ -2217,7 +2235,7 @@
|
|
|
2217
2235
|
"bytesInOutput": 16
|
|
2218
2236
|
}
|
|
2219
2237
|
},
|
|
2220
|
-
"bytes":
|
|
2238
|
+
"bytes": 557629
|
|
2221
2239
|
}
|
|
2222
2240
|
}
|
|
2223
2241
|
}
|
|
@@ -232,8 +232,13 @@
|
|
|
232
232
|
"imports": [],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/functionArity.ts": {
|
|
236
|
+
"bytes": 1916,
|
|
237
|
+
"imports": [],
|
|
238
|
+
"format": "esm"
|
|
239
|
+
},
|
|
235
240
|
"src/core/statementValidation.ts": {
|
|
236
|
-
"bytes":
|
|
241
|
+
"bytes": 1070,
|
|
237
242
|
"imports": [
|
|
238
243
|
{
|
|
239
244
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -244,6 +249,11 @@
|
|
|
244
249
|
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
250
|
"kind": "import-statement",
|
|
246
251
|
"original": "./primaryOrganizationDmlValidation"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"path": "src/core/functionArity.ts",
|
|
255
|
+
"kind": "import-statement",
|
|
256
|
+
"original": "./functionArity"
|
|
247
257
|
}
|
|
248
258
|
],
|
|
249
259
|
"format": "esm"
|
|
@@ -322,7 +332,7 @@
|
|
|
322
332
|
"format": "esm"
|
|
323
333
|
},
|
|
324
334
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
335
|
+
"bytes": 172277,
|
|
326
336
|
"imports": [
|
|
327
337
|
{
|
|
328
338
|
"path": "src/lexer/tokens.ts",
|
|
@@ -379,7 +389,7 @@
|
|
|
379
389
|
"format": "esm"
|
|
380
390
|
},
|
|
381
391
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
392
|
+
"bytes": 28292,
|
|
383
393
|
"imports": [
|
|
384
394
|
{
|
|
385
395
|
"path": "src/types/ast.ts",
|
|
@@ -391,6 +401,11 @@
|
|
|
391
401
|
"kind": "import-statement",
|
|
392
402
|
"original": "../core/scalarCompare"
|
|
393
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"path": "src/core/functionArity.ts",
|
|
406
|
+
"kind": "import-statement",
|
|
407
|
+
"original": "../core/functionArity"
|
|
408
|
+
},
|
|
394
409
|
{
|
|
395
410
|
"path": "src/engine/evalWhere.ts",
|
|
396
411
|
"kind": "import-statement",
|
|
@@ -1978,8 +1993,11 @@
|
|
|
1978
1993
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1979
1994
|
"bytesInOutput": 768
|
|
1980
1995
|
},
|
|
1996
|
+
"src/core/functionArity.ts": {
|
|
1997
|
+
"bytesInOutput": 1035
|
|
1998
|
+
},
|
|
1981
1999
|
"src/core/statementValidation.ts": {
|
|
1982
|
-
"bytesInOutput":
|
|
2000
|
+
"bytesInOutput": 233
|
|
1983
2001
|
},
|
|
1984
2002
|
"src/engine/groupingRowMeta.ts": {
|
|
1985
2003
|
"bytesInOutput": 559
|
|
@@ -1997,7 +2015,7 @@
|
|
|
1997
2015
|
"bytesInOutput": 5893
|
|
1998
2016
|
},
|
|
1999
2017
|
"src/parser/parser.ts": {
|
|
2000
|
-
"bytesInOutput":
|
|
2018
|
+
"bytesInOutput": 95677
|
|
2001
2019
|
},
|
|
2002
2020
|
"src/core/fieldSemantics.ts": {
|
|
2003
2021
|
"bytesInOutput": 1368
|
|
@@ -2006,7 +2024,7 @@
|
|
|
2006
2024
|
"bytesInOutput": 2804
|
|
2007
2025
|
},
|
|
2008
2026
|
"src/engine/evalFunc.ts": {
|
|
2009
|
-
"bytesInOutput":
|
|
2027
|
+
"bytesInOutput": 10962
|
|
2010
2028
|
},
|
|
2011
2029
|
"src/engine/evalWhere.ts": {
|
|
2012
2030
|
"bytesInOutput": 5788
|
|
@@ -2237,7 +2255,7 @@
|
|
|
2237
2255
|
"bytesInOutput": 127
|
|
2238
2256
|
}
|
|
2239
2257
|
},
|
|
2240
|
-
"bytes":
|
|
2258
|
+
"bytes": 558653
|
|
2241
2259
|
}
|
|
2242
2260
|
}
|
|
2243
2261
|
}
|