@rex0220/kintone-sql-tools 3.37.0 → 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 +87 -51
- 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 +10 -10
- package/dist-engine/meta/cjs.json +27 -14
- package/dist-engine/meta/esm.json +27 -14
- package/dist-engine/meta/umd.json +27 -14
- package/dist-engine/publicTypes.d.ts +1 -0
- package/dist-mcp/ksql-mcp.js +91 -52
- 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
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 102,
|
|
7
|
+
"minifiedBytes": 551295,
|
|
8
|
+
"gzipBytes": 150779,
|
|
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": 102,
|
|
27
|
+
"minifiedBytes": 550750,
|
|
28
|
+
"gzipBytes": 150496,
|
|
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": 104,
|
|
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",
|
|
@@ -1689,19 +1689,29 @@
|
|
|
1689
1689
|
],
|
|
1690
1690
|
"format": "esm"
|
|
1691
1691
|
},
|
|
1692
|
+
"src/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1694
|
+
"imports": [],
|
|
1695
|
+
"format": "esm"
|
|
1696
|
+
},
|
|
1692
1697
|
"src/engine-library/logicalApps.ts": {
|
|
1693
|
-
"bytes":
|
|
1698
|
+
"bytes": 3215,
|
|
1694
1699
|
"imports": [
|
|
1695
1700
|
{
|
|
1696
1701
|
"path": "src/core/logicalApps.ts",
|
|
1697
1702
|
"kind": "import-statement",
|
|
1698
1703
|
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1699
1709
|
}
|
|
1700
1710
|
],
|
|
1701
1711
|
"format": "esm"
|
|
1702
1712
|
},
|
|
1703
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1704
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1705
1715
|
"imports": [
|
|
1706
1716
|
{
|
|
1707
1717
|
"path": "src/execute.ts",
|
|
@@ -1769,7 +1779,7 @@
|
|
|
1769
1779
|
"format": "esm"
|
|
1770
1780
|
},
|
|
1771
1781
|
"src/engine-library/batch.ts": {
|
|
1772
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1773
1783
|
"imports": [
|
|
1774
1784
|
{
|
|
1775
1785
|
"path": "src/execute.ts",
|
|
@@ -1815,7 +1825,7 @@
|
|
|
1815
1825
|
"format": "esm"
|
|
1816
1826
|
},
|
|
1817
1827
|
"src/engine-library/query.ts": {
|
|
1818
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1819
1829
|
"imports": [
|
|
1820
1830
|
{
|
|
1821
1831
|
"path": "src/execute.ts",
|
|
@@ -1969,7 +1979,7 @@
|
|
|
1969
1979
|
"bytesInOutput": 5893
|
|
1970
1980
|
},
|
|
1971
1981
|
"src/parser/parser.ts": {
|
|
1972
|
-
"bytesInOutput":
|
|
1982
|
+
"bytesInOutput": 94245
|
|
1973
1983
|
},
|
|
1974
1984
|
"src/core/fieldSemantics.ts": {
|
|
1975
1985
|
"bytesInOutput": 1368
|
|
@@ -2140,7 +2150,7 @@
|
|
|
2140
2150
|
"bytesInOutput": 412
|
|
2141
2151
|
},
|
|
2142
2152
|
"src/execute.ts": {
|
|
2143
|
-
"bytesInOutput":
|
|
2153
|
+
"bytesInOutput": 186479
|
|
2144
2154
|
},
|
|
2145
2155
|
"src/engine-library/errors.ts": {
|
|
2146
2156
|
"bytesInOutput": 1440
|
|
@@ -2175,11 +2185,14 @@
|
|
|
2175
2185
|
"src/engine-library/options.ts": {
|
|
2176
2186
|
"bytesInOutput": 2775
|
|
2177
2187
|
},
|
|
2188
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2189
|
+
"bytesInOutput": 856
|
|
2190
|
+
},
|
|
2178
2191
|
"src/engine-library/logicalApps.ts": {
|
|
2179
|
-
"bytesInOutput":
|
|
2192
|
+
"bytesInOutput": 1224
|
|
2180
2193
|
},
|
|
2181
2194
|
"src/engine-library/resultMapping.ts": {
|
|
2182
|
-
"bytesInOutput":
|
|
2195
|
+
"bytesInOutput": 903
|
|
2183
2196
|
},
|
|
2184
2197
|
"src/core/sql.ts": {
|
|
2185
2198
|
"bytesInOutput": 186
|
|
@@ -2191,13 +2204,13 @@
|
|
|
2191
2204
|
"bytesInOutput": 1779
|
|
2192
2205
|
},
|
|
2193
2206
|
"src/engine-library/batch.ts": {
|
|
2194
|
-
"bytesInOutput":
|
|
2207
|
+
"bytesInOutput": 1025
|
|
2195
2208
|
},
|
|
2196
2209
|
"src/engine-library/query.ts": {
|
|
2197
|
-
"bytesInOutput":
|
|
2210
|
+
"bytesInOutput": 1114
|
|
2198
2211
|
}
|
|
2199
2212
|
},
|
|
2200
|
-
"bytes":
|
|
2213
|
+
"bytes": 551295
|
|
2201
2214
|
}
|
|
2202
2215
|
}
|
|
2203
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",
|
|
@@ -1689,19 +1689,29 @@
|
|
|
1689
1689
|
],
|
|
1690
1690
|
"format": "esm"
|
|
1691
1691
|
},
|
|
1692
|
+
"src/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1694
|
+
"imports": [],
|
|
1695
|
+
"format": "esm"
|
|
1696
|
+
},
|
|
1692
1697
|
"src/engine-library/logicalApps.ts": {
|
|
1693
|
-
"bytes":
|
|
1698
|
+
"bytes": 3215,
|
|
1694
1699
|
"imports": [
|
|
1695
1700
|
{
|
|
1696
1701
|
"path": "src/core/logicalApps.ts",
|
|
1697
1702
|
"kind": "import-statement",
|
|
1698
1703
|
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1699
1709
|
}
|
|
1700
1710
|
],
|
|
1701
1711
|
"format": "esm"
|
|
1702
1712
|
},
|
|
1703
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1704
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1705
1715
|
"imports": [
|
|
1706
1716
|
{
|
|
1707
1717
|
"path": "src/execute.ts",
|
|
@@ -1769,7 +1779,7 @@
|
|
|
1769
1779
|
"format": "esm"
|
|
1770
1780
|
},
|
|
1771
1781
|
"src/engine-library/batch.ts": {
|
|
1772
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1773
1783
|
"imports": [
|
|
1774
1784
|
{
|
|
1775
1785
|
"path": "src/execute.ts",
|
|
@@ -1815,7 +1825,7 @@
|
|
|
1815
1825
|
"format": "esm"
|
|
1816
1826
|
},
|
|
1817
1827
|
"src/engine-library/query.ts": {
|
|
1818
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1819
1829
|
"imports": [
|
|
1820
1830
|
{
|
|
1821
1831
|
"path": "src/execute.ts",
|
|
@@ -1973,7 +1983,7 @@
|
|
|
1973
1983
|
"bytesInOutput": 5893
|
|
1974
1984
|
},
|
|
1975
1985
|
"src/parser/parser.ts": {
|
|
1976
|
-
"bytesInOutput":
|
|
1986
|
+
"bytesInOutput": 94245
|
|
1977
1987
|
},
|
|
1978
1988
|
"src/core/fieldSemantics.ts": {
|
|
1979
1989
|
"bytesInOutput": 1368
|
|
@@ -2144,7 +2154,7 @@
|
|
|
2144
2154
|
"bytesInOutput": 412
|
|
2145
2155
|
},
|
|
2146
2156
|
"src/execute.ts": {
|
|
2147
|
-
"bytesInOutput":
|
|
2157
|
+
"bytesInOutput": 186479
|
|
2148
2158
|
},
|
|
2149
2159
|
"src/engine-library/errors.ts": {
|
|
2150
2160
|
"bytesInOutput": 1440
|
|
@@ -2179,11 +2189,14 @@
|
|
|
2179
2189
|
"src/engine-library/options.ts": {
|
|
2180
2190
|
"bytesInOutput": 2775
|
|
2181
2191
|
},
|
|
2192
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2193
|
+
"bytesInOutput": 856
|
|
2194
|
+
},
|
|
2182
2195
|
"src/engine-library/logicalApps.ts": {
|
|
2183
|
-
"bytesInOutput":
|
|
2196
|
+
"bytesInOutput": 1224
|
|
2184
2197
|
},
|
|
2185
2198
|
"src/engine-library/resultMapping.ts": {
|
|
2186
|
-
"bytesInOutput":
|
|
2199
|
+
"bytesInOutput": 903
|
|
2187
2200
|
},
|
|
2188
2201
|
"src/core/sql.ts": {
|
|
2189
2202
|
"bytesInOutput": 186
|
|
@@ -2195,16 +2208,16 @@
|
|
|
2195
2208
|
"bytesInOutput": 1779
|
|
2196
2209
|
},
|
|
2197
2210
|
"src/engine-library/batch.ts": {
|
|
2198
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 1025
|
|
2199
2212
|
},
|
|
2200
2213
|
"src/engine-library/query.ts": {
|
|
2201
|
-
"bytesInOutput":
|
|
2214
|
+
"bytesInOutput": 1114
|
|
2202
2215
|
},
|
|
2203
2216
|
"src/engine-library/index.ts": {
|
|
2204
2217
|
"bytesInOutput": 16
|
|
2205
2218
|
}
|
|
2206
2219
|
},
|
|
2207
|
-
"bytes":
|
|
2220
|
+
"bytes": 550750
|
|
2208
2221
|
}
|
|
2209
2222
|
}
|
|
2210
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",
|
|
@@ -1689,19 +1689,29 @@
|
|
|
1689
1689
|
],
|
|
1690
1690
|
"format": "esm"
|
|
1691
1691
|
},
|
|
1692
|
+
"src/core/sqlDiagnostics.ts": {
|
|
1693
|
+
"bytes": 2568,
|
|
1694
|
+
"imports": [],
|
|
1695
|
+
"format": "esm"
|
|
1696
|
+
},
|
|
1692
1697
|
"src/engine-library/logicalApps.ts": {
|
|
1693
|
-
"bytes":
|
|
1698
|
+
"bytes": 3215,
|
|
1694
1699
|
"imports": [
|
|
1695
1700
|
{
|
|
1696
1701
|
"path": "src/core/logicalApps.ts",
|
|
1697
1702
|
"kind": "import-statement",
|
|
1698
1703
|
"original": "../core/logicalApps"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"path": "src/core/sqlDiagnostics.ts",
|
|
1707
|
+
"kind": "import-statement",
|
|
1708
|
+
"original": "../core/sqlDiagnostics"
|
|
1699
1709
|
}
|
|
1700
1710
|
],
|
|
1701
1711
|
"format": "esm"
|
|
1702
1712
|
},
|
|
1703
1713
|
"src/engine-library/resultMapping.ts": {
|
|
1704
|
-
"bytes":
|
|
1714
|
+
"bytes": 2083,
|
|
1705
1715
|
"imports": [
|
|
1706
1716
|
{
|
|
1707
1717
|
"path": "src/execute.ts",
|
|
@@ -1769,7 +1779,7 @@
|
|
|
1769
1779
|
"format": "esm"
|
|
1770
1780
|
},
|
|
1771
1781
|
"src/engine-library/batch.ts": {
|
|
1772
|
-
"bytes":
|
|
1782
|
+
"bytes": 4351,
|
|
1773
1783
|
"imports": [
|
|
1774
1784
|
{
|
|
1775
1785
|
"path": "src/execute.ts",
|
|
@@ -1815,7 +1825,7 @@
|
|
|
1815
1825
|
"format": "esm"
|
|
1816
1826
|
},
|
|
1817
1827
|
"src/engine-library/query.ts": {
|
|
1818
|
-
"bytes":
|
|
1828
|
+
"bytes": 4329,
|
|
1819
1829
|
"imports": [
|
|
1820
1830
|
{
|
|
1821
1831
|
"path": "src/execute.ts",
|
|
@@ -1987,7 +1997,7 @@
|
|
|
1987
1997
|
"bytesInOutput": 5893
|
|
1988
1998
|
},
|
|
1989
1999
|
"src/parser/parser.ts": {
|
|
1990
|
-
"bytesInOutput":
|
|
2000
|
+
"bytesInOutput": 94245
|
|
1991
2001
|
},
|
|
1992
2002
|
"src/core/fieldSemantics.ts": {
|
|
1993
2003
|
"bytesInOutput": 1368
|
|
@@ -2158,7 +2168,7 @@
|
|
|
2158
2168
|
"bytesInOutput": 412
|
|
2159
2169
|
},
|
|
2160
2170
|
"src/execute.ts": {
|
|
2161
|
-
"bytesInOutput":
|
|
2171
|
+
"bytesInOutput": 186479
|
|
2162
2172
|
},
|
|
2163
2173
|
"src/engine-library/errors.ts": {
|
|
2164
2174
|
"bytesInOutput": 1440
|
|
@@ -2193,11 +2203,14 @@
|
|
|
2193
2203
|
"src/engine-library/options.ts": {
|
|
2194
2204
|
"bytesInOutput": 2775
|
|
2195
2205
|
},
|
|
2206
|
+
"src/core/sqlDiagnostics.ts": {
|
|
2207
|
+
"bytesInOutput": 856
|
|
2208
|
+
},
|
|
2196
2209
|
"src/engine-library/logicalApps.ts": {
|
|
2197
|
-
"bytesInOutput":
|
|
2210
|
+
"bytesInOutput": 1224
|
|
2198
2211
|
},
|
|
2199
2212
|
"src/engine-library/resultMapping.ts": {
|
|
2200
|
-
"bytesInOutput":
|
|
2213
|
+
"bytesInOutput": 903
|
|
2201
2214
|
},
|
|
2202
2215
|
"src/core/sql.ts": {
|
|
2203
2216
|
"bytesInOutput": 186
|
|
@@ -2209,10 +2222,10 @@
|
|
|
2209
2222
|
"bytesInOutput": 1779
|
|
2210
2223
|
},
|
|
2211
2224
|
"src/engine-library/batch.ts": {
|
|
2212
|
-
"bytesInOutput":
|
|
2225
|
+
"bytesInOutput": 1025
|
|
2213
2226
|
},
|
|
2214
2227
|
"src/engine-library/query.ts": {
|
|
2215
|
-
"bytesInOutput":
|
|
2228
|
+
"bytesInOutput": 1114
|
|
2216
2229
|
},
|
|
2217
2230
|
"src/engine-library/index.ts": {
|
|
2218
2231
|
"bytesInOutput": 16
|
|
@@ -2224,7 +2237,7 @@
|
|
|
2224
2237
|
"bytesInOutput": 127
|
|
2225
2238
|
}
|
|
2226
2239
|
},
|
|
2227
|
-
"bytes":
|
|
2240
|
+
"bytes": 551774
|
|
2228
2241
|
}
|
|
2229
2242
|
}
|
|
2230
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;
|