@rex0220/kintone-sql-tools 3.37.1 → 3.38.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 +75 -45
- package/dist-engine/index.cjs +9 -9
- package/dist-engine/index.mjs +9 -9
- package/dist-engine/ksql-engine.umd.js +9 -9
- package/dist-engine/meta/bundle-baseline.json +7 -7
- package/dist-engine/meta/cjs.json +8 -8
- package/dist-engine/meta/esm.json +8 -8
- package/dist-engine/meta/umd.json +8 -8
- package/dist-engine/publicTypes.d.ts +1 -0
- package/dist-mcp/ksql-mcp.js +77 -47
- 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-02T00:16:52.970Z",
|
|
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": 551295,
|
|
8
|
+
"gzipBytes": 150779,
|
|
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": 550750,
|
|
28
|
+
"gzipBytes": 150496,
|
|
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": 551774,
|
|
48
|
+
"gzipBytes": 150838,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 35120,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"format": "esm"
|
|
323
323
|
},
|
|
324
324
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
325
|
+
"bytes": 170067,
|
|
326
326
|
"imports": [
|
|
327
327
|
{
|
|
328
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474462,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"format": "esm"
|
|
1712
1712
|
},
|
|
1713
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1714
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1715
1715
|
"imports": [
|
|
1716
1716
|
{
|
|
1717
1717
|
"path": "src/execute.ts",
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
"bytesInOutput": 5893
|
|
1980
1980
|
},
|
|
1981
1981
|
"src/parser/parser.ts": {
|
|
1982
|
-
"bytesInOutput":
|
|
1982
|
+
"bytesInOutput": 94245
|
|
1983
1983
|
},
|
|
1984
1984
|
"src/core/fieldSemantics.ts": {
|
|
1985
1985
|
"bytesInOutput": 1368
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
"bytesInOutput": 412
|
|
2151
2151
|
},
|
|
2152
2152
|
"src/execute.ts": {
|
|
2153
|
-
"bytesInOutput":
|
|
2153
|
+
"bytesInOutput": 186479
|
|
2154
2154
|
},
|
|
2155
2155
|
"src/engine-library/errors.ts": {
|
|
2156
2156
|
"bytesInOutput": 1440
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"bytesInOutput": 1224
|
|
2193
2193
|
},
|
|
2194
2194
|
"src/engine-library/resultMapping.ts": {
|
|
2195
|
-
"bytesInOutput":
|
|
2195
|
+
"bytesInOutput": 903
|
|
2196
2196
|
},
|
|
2197
2197
|
"src/core/sql.ts": {
|
|
2198
2198
|
"bytesInOutput": 186
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"bytesInOutput": 1114
|
|
2211
2211
|
}
|
|
2212
2212
|
},
|
|
2213
|
-
"bytes":
|
|
2213
|
+
"bytes": 551295
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 35120,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"format": "esm"
|
|
323
323
|
},
|
|
324
324
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
325
|
+
"bytes": 170067,
|
|
326
326
|
"imports": [
|
|
327
327
|
{
|
|
328
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474462,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"format": "esm"
|
|
1712
1712
|
},
|
|
1713
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1714
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1715
1715
|
"imports": [
|
|
1716
1716
|
{
|
|
1717
1717
|
"path": "src/execute.ts",
|
|
@@ -1983,7 +1983,7 @@
|
|
|
1983
1983
|
"bytesInOutput": 5893
|
|
1984
1984
|
},
|
|
1985
1985
|
"src/parser/parser.ts": {
|
|
1986
|
-
"bytesInOutput":
|
|
1986
|
+
"bytesInOutput": 94245
|
|
1987
1987
|
},
|
|
1988
1988
|
"src/core/fieldSemantics.ts": {
|
|
1989
1989
|
"bytesInOutput": 1368
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
"bytesInOutput": 412
|
|
2155
2155
|
},
|
|
2156
2156
|
"src/execute.ts": {
|
|
2157
|
-
"bytesInOutput":
|
|
2157
|
+
"bytesInOutput": 186479
|
|
2158
2158
|
},
|
|
2159
2159
|
"src/engine-library/errors.ts": {
|
|
2160
2160
|
"bytesInOutput": 1440
|
|
@@ -2196,7 +2196,7 @@
|
|
|
2196
2196
|
"bytesInOutput": 1224
|
|
2197
2197
|
},
|
|
2198
2198
|
"src/engine-library/resultMapping.ts": {
|
|
2199
|
-
"bytesInOutput":
|
|
2199
|
+
"bytesInOutput": 903
|
|
2200
2200
|
},
|
|
2201
2201
|
"src/core/sql.ts": {
|
|
2202
2202
|
"bytesInOutput": 186
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
"bytesInOutput": 16
|
|
2218
2218
|
}
|
|
2219
2219
|
},
|
|
2220
|
-
"bytes":
|
|
2220
|
+
"bytes": 550750
|
|
2221
2221
|
}
|
|
2222
2222
|
}
|
|
2223
2223
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 35120,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"format": "esm"
|
|
323
323
|
},
|
|
324
324
|
"src/parser/parser.ts": {
|
|
325
|
-
"bytes":
|
|
325
|
+
"bytes": 170067,
|
|
326
326
|
"imports": [
|
|
327
327
|
{
|
|
328
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"format": "esm"
|
|
1198
1198
|
},
|
|
1199
1199
|
"src/execute.ts": {
|
|
1200
|
-
"bytes":
|
|
1200
|
+
"bytes": 474462,
|
|
1201
1201
|
"imports": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"format": "esm"
|
|
1712
1712
|
},
|
|
1713
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1714
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1715
1715
|
"imports": [
|
|
1716
1716
|
{
|
|
1717
1717
|
"path": "src/execute.ts",
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"bytesInOutput": 5893
|
|
1998
1998
|
},
|
|
1999
1999
|
"src/parser/parser.ts": {
|
|
2000
|
-
"bytesInOutput":
|
|
2000
|
+
"bytesInOutput": 94245
|
|
2001
2001
|
},
|
|
2002
2002
|
"src/core/fieldSemantics.ts": {
|
|
2003
2003
|
"bytesInOutput": 1368
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
"bytesInOutput": 412
|
|
2169
2169
|
},
|
|
2170
2170
|
"src/execute.ts": {
|
|
2171
|
-
"bytesInOutput":
|
|
2171
|
+
"bytesInOutput": 186479
|
|
2172
2172
|
},
|
|
2173
2173
|
"src/engine-library/errors.ts": {
|
|
2174
2174
|
"bytesInOutput": 1440
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"bytesInOutput": 1224
|
|
2211
2211
|
},
|
|
2212
2212
|
"src/engine-library/resultMapping.ts": {
|
|
2213
|
-
"bytesInOutput":
|
|
2213
|
+
"bytesInOutput": 903
|
|
2214
2214
|
},
|
|
2215
2215
|
"src/core/sql.ts": {
|
|
2216
2216
|
"bytesInOutput": 186
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
"bytesInOutput": 127
|
|
2238
2238
|
}
|
|
2239
2239
|
},
|
|
2240
|
-
"bytes":
|
|
2240
|
+
"bytes": 551774
|
|
2241
2241
|
}
|
|
2242
2242
|
}
|
|
2243
2243
|
}
|
|
@@ -119,6 +119,7 @@ export interface RunBatchOptions {
|
|
|
119
119
|
}
|
|
120
120
|
export interface QueryColumn {
|
|
121
121
|
name: string;
|
|
122
|
+
displayName?: string;
|
|
122
123
|
valueType: "string";
|
|
123
124
|
/** 元 kintone フィールド型または導出型(例: NUMBER / DROP_DOWN / KSQL_NUMBER / KSQL_UNKNOWN)。 */
|
|
124
125
|
fieldType?: string;
|