@rex0220/kintone-sql-tools 3.46.0 → 3.47.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 +213 -33
- 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 +6 -6
- package/dist-engine/meta/esm.json +6 -6
- package/dist-engine/meta/umd.json +6 -6
- package/dist-mcp/ksql-mcp.js +223 -38
- 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-05T11:06:47.516Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
6
|
"inputCount": 103,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 577635,
|
|
8
|
+
"gzipBytes": 157653,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 103,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 577090,
|
|
28
|
+
"gzipBytes": 157371,
|
|
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": 105,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
47
|
+
"minifiedBytes": 578114,
|
|
48
|
+
"gzipBytes": 157692,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"format": "esm"
|
|
822
822
|
},
|
|
823
823
|
"src/core/optimization/whereCapability.ts": {
|
|
824
|
-
"bytes":
|
|
824
|
+
"bytes": 23750,
|
|
825
825
|
"imports": [
|
|
826
826
|
{
|
|
827
827
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"format": "esm"
|
|
1233
1233
|
},
|
|
1234
1234
|
"src/execute.ts": {
|
|
1235
|
-
"bytes":
|
|
1235
|
+
"bytes": 485272,
|
|
1236
1236
|
"imports": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
"bytesInOutput": 1251
|
|
2036
2036
|
},
|
|
2037
2037
|
"src/converter/dmlToKintone.ts": {
|
|
2038
|
-
"bytesInOutput":
|
|
2038
|
+
"bytesInOutput": 10791
|
|
2039
2039
|
},
|
|
2040
2040
|
"src/core/applyMultiValuePlan.ts": {
|
|
2041
2041
|
"bytesInOutput": 1485
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"bytesInOutput": 339
|
|
2096
2096
|
},
|
|
2097
2097
|
"src/core/optimization/whereCapability.ts": {
|
|
2098
|
-
"bytesInOutput":
|
|
2098
|
+
"bytesInOutput": 9861
|
|
2099
2099
|
},
|
|
2100
2100
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2101
2101
|
"bytesInOutput": 13814
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
"bytesInOutput": 412
|
|
2189
2189
|
},
|
|
2190
2190
|
"src/execute.ts": {
|
|
2191
|
-
"bytesInOutput":
|
|
2191
|
+
"bytesInOutput": 194954
|
|
2192
2192
|
},
|
|
2193
2193
|
"src/engine-library/errors.ts": {
|
|
2194
2194
|
"bytesInOutput": 1440
|
|
@@ -2248,7 +2248,7 @@
|
|
|
2248
2248
|
"bytesInOutput": 1271
|
|
2249
2249
|
}
|
|
2250
2250
|
},
|
|
2251
|
-
"bytes":
|
|
2251
|
+
"bytes": 577635
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
2254
|
}
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"format": "esm"
|
|
822
822
|
},
|
|
823
823
|
"src/core/optimization/whereCapability.ts": {
|
|
824
|
-
"bytes":
|
|
824
|
+
"bytes": 23750,
|
|
825
825
|
"imports": [
|
|
826
826
|
{
|
|
827
827
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"format": "esm"
|
|
1233
1233
|
},
|
|
1234
1234
|
"src/execute.ts": {
|
|
1235
|
-
"bytes":
|
|
1235
|
+
"bytes": 485272,
|
|
1236
1236
|
"imports": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
"bytesInOutput": 1251
|
|
2040
2040
|
},
|
|
2041
2041
|
"src/converter/dmlToKintone.ts": {
|
|
2042
|
-
"bytesInOutput":
|
|
2042
|
+
"bytesInOutput": 10791
|
|
2043
2043
|
},
|
|
2044
2044
|
"src/core/applyMultiValuePlan.ts": {
|
|
2045
2045
|
"bytesInOutput": 1485
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
"bytesInOutput": 339
|
|
2100
2100
|
},
|
|
2101
2101
|
"src/core/optimization/whereCapability.ts": {
|
|
2102
|
-
"bytesInOutput":
|
|
2102
|
+
"bytesInOutput": 9861
|
|
2103
2103
|
},
|
|
2104
2104
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2105
2105
|
"bytesInOutput": 13814
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"bytesInOutput": 412
|
|
2193
2193
|
},
|
|
2194
2194
|
"src/execute.ts": {
|
|
2195
|
-
"bytesInOutput":
|
|
2195
|
+
"bytesInOutput": 194954
|
|
2196
2196
|
},
|
|
2197
2197
|
"src/engine-library/errors.ts": {
|
|
2198
2198
|
"bytesInOutput": 1440
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"bytesInOutput": 16
|
|
2256
2256
|
}
|
|
2257
2257
|
},
|
|
2258
|
-
"bytes":
|
|
2258
|
+
"bytes": 577090
|
|
2259
2259
|
}
|
|
2260
2260
|
}
|
|
2261
2261
|
}
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"format": "esm"
|
|
822
822
|
},
|
|
823
823
|
"src/core/optimization/whereCapability.ts": {
|
|
824
|
-
"bytes":
|
|
824
|
+
"bytes": 23750,
|
|
825
825
|
"imports": [
|
|
826
826
|
{
|
|
827
827
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"format": "esm"
|
|
1233
1233
|
},
|
|
1234
1234
|
"src/execute.ts": {
|
|
1235
|
-
"bytes":
|
|
1235
|
+
"bytes": 485272,
|
|
1236
1236
|
"imports": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
"bytesInOutput": 1251
|
|
2054
2054
|
},
|
|
2055
2055
|
"src/converter/dmlToKintone.ts": {
|
|
2056
|
-
"bytesInOutput":
|
|
2056
|
+
"bytesInOutput": 10791
|
|
2057
2057
|
},
|
|
2058
2058
|
"src/core/applyMultiValuePlan.ts": {
|
|
2059
2059
|
"bytesInOutput": 1485
|
|
@@ -2113,7 +2113,7 @@
|
|
|
2113
2113
|
"bytesInOutput": 339
|
|
2114
2114
|
},
|
|
2115
2115
|
"src/core/optimization/whereCapability.ts": {
|
|
2116
|
-
"bytesInOutput":
|
|
2116
|
+
"bytesInOutput": 9861
|
|
2117
2117
|
},
|
|
2118
2118
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2119
2119
|
"bytesInOutput": 13814
|
|
@@ -2206,7 +2206,7 @@
|
|
|
2206
2206
|
"bytesInOutput": 412
|
|
2207
2207
|
},
|
|
2208
2208
|
"src/execute.ts": {
|
|
2209
|
-
"bytesInOutput":
|
|
2209
|
+
"bytesInOutput": 194954
|
|
2210
2210
|
},
|
|
2211
2211
|
"src/engine-library/errors.ts": {
|
|
2212
2212
|
"bytesInOutput": 1440
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
"bytesInOutput": 127
|
|
2276
2276
|
}
|
|
2277
2277
|
},
|
|
2278
|
-
"bytes":
|
|
2278
|
+
"bytes": 578114
|
|
2279
2279
|
}
|
|
2280
2280
|
}
|
|
2281
2281
|
}
|