@rex0220/kintone-sql-tools 3.40.0 → 3.42.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 +16 -6
- package/dist-engine/index.cjs +3 -3
- package/dist-engine/index.mjs +3 -3
- package/dist-engine/ksql-engine.umd.js +3 -3
- package/dist-engine/meta/bundle-baseline.json +7 -7
- package/dist-engine/meta/cjs.json +5 -5
- package/dist-engine/meta/esm.json +5 -5
- package/dist-engine/meta/umd.json +5 -5
- package/dist-engine/publicTypes.d.ts +2 -2
- package/dist-mcp/ksql-mcp.js +18 -8
- 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-04T02:20:23.211Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
6
|
"inputCount": 102,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 556686,
|
|
8
|
+
"gzipBytes": 152592,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 102,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 556141,
|
|
28
|
+
"gzipBytes": 152297,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
46
|
"inputCount": 104,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
47
|
+
"minifiedBytes": 557165,
|
|
48
|
+
"gzipBytes": 152656,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"format": "esm"
|
|
380
380
|
},
|
|
381
381
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
382
|
+
"bytes": 29254,
|
|
383
383
|
"imports": [
|
|
384
384
|
{
|
|
385
385
|
"path": "src/types/ast.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474059,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"bytesInOutput": 2804
|
|
1989
1989
|
},
|
|
1990
1990
|
"src/engine/evalFunc.ts": {
|
|
1991
|
-
"bytesInOutput":
|
|
1991
|
+
"bytesInOutput": 11472
|
|
1992
1992
|
},
|
|
1993
1993
|
"src/engine/evalWhere.ts": {
|
|
1994
1994
|
"bytesInOutput": 5788
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
"bytesInOutput": 412
|
|
2151
2151
|
},
|
|
2152
2152
|
"src/execute.ts": {
|
|
2153
|
-
"bytesInOutput":
|
|
2153
|
+
"bytesInOutput": 189921
|
|
2154
2154
|
},
|
|
2155
2155
|
"src/engine-library/errors.ts": {
|
|
2156
2156
|
"bytesInOutput": 1440
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"bytesInOutput": 1271
|
|
2211
2211
|
}
|
|
2212
2212
|
},
|
|
2213
|
-
"bytes":
|
|
2213
|
+
"bytes": 556686
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"format": "esm"
|
|
380
380
|
},
|
|
381
381
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
382
|
+
"bytes": 29254,
|
|
383
383
|
"imports": [
|
|
384
384
|
{
|
|
385
385
|
"path": "src/types/ast.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474059,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
"bytesInOutput": 2804
|
|
1993
1993
|
},
|
|
1994
1994
|
"src/engine/evalFunc.ts": {
|
|
1995
|
-
"bytesInOutput":
|
|
1995
|
+
"bytesInOutput": 11472
|
|
1996
1996
|
},
|
|
1997
1997
|
"src/engine/evalWhere.ts": {
|
|
1998
1998
|
"bytesInOutput": 5788
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
"bytesInOutput": 412
|
|
2155
2155
|
},
|
|
2156
2156
|
"src/execute.ts": {
|
|
2157
|
-
"bytesInOutput":
|
|
2157
|
+
"bytesInOutput": 189921
|
|
2158
2158
|
},
|
|
2159
2159
|
"src/engine-library/errors.ts": {
|
|
2160
2160
|
"bytesInOutput": 1440
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
"bytesInOutput": 16
|
|
2218
2218
|
}
|
|
2219
2219
|
},
|
|
2220
|
-
"bytes":
|
|
2220
|
+
"bytes": 556141
|
|
2221
2221
|
}
|
|
2222
2222
|
}
|
|
2223
2223
|
}
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"format": "esm"
|
|
380
380
|
},
|
|
381
381
|
"src/engine/evalFunc.ts": {
|
|
382
|
-
"bytes":
|
|
382
|
+
"bytes": 29254,
|
|
383
383
|
"imports": [
|
|
384
384
|
{
|
|
385
385
|
"path": "src/types/ast.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474059,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
"bytesInOutput": 2804
|
|
2007
2007
|
},
|
|
2008
2008
|
"src/engine/evalFunc.ts": {
|
|
2009
|
-
"bytesInOutput":
|
|
2009
|
+
"bytesInOutput": 11472
|
|
2010
2010
|
},
|
|
2011
2011
|
"src/engine/evalWhere.ts": {
|
|
2012
2012
|
"bytesInOutput": 5788
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
"bytesInOutput": 412
|
|
2169
2169
|
},
|
|
2170
2170
|
"src/execute.ts": {
|
|
2171
|
-
"bytesInOutput":
|
|
2171
|
+
"bytesInOutput": 189921
|
|
2172
2172
|
},
|
|
2173
2173
|
"src/engine-library/errors.ts": {
|
|
2174
2174
|
"bytesInOutput": 1440
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
"bytesInOutput": 127
|
|
2238
2238
|
}
|
|
2239
2239
|
},
|
|
2240
|
-
"bytes":
|
|
2240
|
+
"bytes": 557165
|
|
2241
2241
|
}
|
|
2242
2242
|
}
|
|
2243
2243
|
}
|
|
@@ -207,12 +207,12 @@ export interface ExplainResult {
|
|
|
207
207
|
plan?: {
|
|
208
208
|
statements: readonly {
|
|
209
209
|
index: number;
|
|
210
|
-
fetch: "none" | "exact" | "prefiltered" | "all";
|
|
210
|
+
fetch: "none" | "count_only" | "exact" | "prefiltered" | "all";
|
|
211
211
|
sources: readonly {
|
|
212
212
|
app: number;
|
|
213
213
|
alias: string | null;
|
|
214
214
|
role: "main" | "join" | "union" | "cte" | "subquery";
|
|
215
|
-
fetch: "none" | "exact" | "prefiltered" | "all";
|
|
215
|
+
fetch: "none" | "count_only" | "exact" | "prefiltered" | "all";
|
|
216
216
|
pending: boolean;
|
|
217
217
|
kintoneQuery: string | null;
|
|
218
218
|
limit: number | null;
|