@rex0220/kintone-sql-tools 3.63.0 → 3.65.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 +375 -74
- package/dist-engine/index.cjs +14 -14
- package/dist-engine/index.mjs +14 -14
- package/dist-engine/ksql-engine.umd.js +14 -14
- package/dist-engine/meta/bundle-baseline.json +7 -7
- package/dist-engine/meta/cjs.json +7 -7
- package/dist-engine/meta/esm.json +7 -7
- package/dist-engine/meta/umd.json +7 -7
- package/dist-mcp/ksql-mcp.js +370 -75
- 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-08T11:23:52.741Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
6
|
"inputCount": 110,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 631480,
|
|
8
|
+
"gzipBytes": 172210,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 110,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 630935,
|
|
28
|
+
"gzipBytes": 171927,
|
|
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": 112,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
47
|
+
"minifiedBytes": 631959,
|
|
48
|
+
"gzipBytes": 172272,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 20290,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"format": "esm"
|
|
1079
1079
|
},
|
|
1080
1080
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1081
|
+
"bytes": 85046,
|
|
1082
1082
|
"imports": [
|
|
1083
1083
|
{
|
|
1084
1084
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 544070,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
"bytesInOutput": 11516
|
|
2205
2205
|
},
|
|
2206
2206
|
"src/engine/evalWhere.ts": {
|
|
2207
|
-
"bytesInOutput":
|
|
2207
|
+
"bytesInOutput": 6121
|
|
2208
2208
|
},
|
|
2209
2209
|
"src/core/dmlCustomCheck.ts": {
|
|
2210
2210
|
"bytesInOutput": 1251
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"bytesInOutput": 1223
|
|
2301
2301
|
},
|
|
2302
2302
|
"src/engine/process.ts": {
|
|
2303
|
-
"bytesInOutput":
|
|
2303
|
+
"bytesInOutput": 26917
|
|
2304
2304
|
},
|
|
2305
2305
|
"src/converter/subtableAdapter.ts": {
|
|
2306
2306
|
"bytesInOutput": 643
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
"bytesInOutput": 412
|
|
2361
2361
|
},
|
|
2362
2362
|
"src/execute.ts": {
|
|
2363
|
-
"bytesInOutput":
|
|
2363
|
+
"bytesInOutput": 217957
|
|
2364
2364
|
},
|
|
2365
2365
|
"src/engine-library/errors.ts": {
|
|
2366
2366
|
"bytesInOutput": 1441
|
|
@@ -2420,7 +2420,7 @@
|
|
|
2420
2420
|
"bytesInOutput": 1271
|
|
2421
2421
|
}
|
|
2422
2422
|
},
|
|
2423
|
-
"bytes":
|
|
2423
|
+
"bytes": 631480
|
|
2424
2424
|
}
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 20290,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"format": "esm"
|
|
1079
1079
|
},
|
|
1080
1080
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1081
|
+
"bytes": 85046,
|
|
1082
1082
|
"imports": [
|
|
1083
1083
|
{
|
|
1084
1084
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 544070,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
"bytesInOutput": 11516
|
|
2209
2209
|
},
|
|
2210
2210
|
"src/engine/evalWhere.ts": {
|
|
2211
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 6121
|
|
2212
2212
|
},
|
|
2213
2213
|
"src/core/dmlCustomCheck.ts": {
|
|
2214
2214
|
"bytesInOutput": 1251
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"bytesInOutput": 1223
|
|
2305
2305
|
},
|
|
2306
2306
|
"src/engine/process.ts": {
|
|
2307
|
-
"bytesInOutput":
|
|
2307
|
+
"bytesInOutput": 26917
|
|
2308
2308
|
},
|
|
2309
2309
|
"src/converter/subtableAdapter.ts": {
|
|
2310
2310
|
"bytesInOutput": 643
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"bytesInOutput": 412
|
|
2365
2365
|
},
|
|
2366
2366
|
"src/execute.ts": {
|
|
2367
|
-
"bytesInOutput":
|
|
2367
|
+
"bytesInOutput": 217957
|
|
2368
2368
|
},
|
|
2369
2369
|
"src/engine-library/errors.ts": {
|
|
2370
2370
|
"bytesInOutput": 1441
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
"bytesInOutput": 16
|
|
2428
2428
|
}
|
|
2429
2429
|
},
|
|
2430
|
-
"bytes":
|
|
2430
|
+
"bytes": 630935
|
|
2431
2431
|
}
|
|
2432
2432
|
}
|
|
2433
2433
|
}
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 20290,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"format": "esm"
|
|
1079
1079
|
},
|
|
1080
1080
|
"src/engine/process.ts": {
|
|
1081
|
-
"bytes":
|
|
1081
|
+
"bytes": 85046,
|
|
1082
1082
|
"imports": [
|
|
1083
1083
|
{
|
|
1084
1084
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 544070,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2222,7 +2222,7 @@
|
|
|
2222
2222
|
"bytesInOutput": 11516
|
|
2223
2223
|
},
|
|
2224
2224
|
"src/engine/evalWhere.ts": {
|
|
2225
|
-
"bytesInOutput":
|
|
2225
|
+
"bytesInOutput": 6121
|
|
2226
2226
|
},
|
|
2227
2227
|
"src/core/dmlCustomCheck.ts": {
|
|
2228
2228
|
"bytesInOutput": 1251
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
"bytesInOutput": 1223
|
|
2319
2319
|
},
|
|
2320
2320
|
"src/engine/process.ts": {
|
|
2321
|
-
"bytesInOutput":
|
|
2321
|
+
"bytesInOutput": 26917
|
|
2322
2322
|
},
|
|
2323
2323
|
"src/converter/subtableAdapter.ts": {
|
|
2324
2324
|
"bytesInOutput": 643
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
"bytesInOutput": 412
|
|
2379
2379
|
},
|
|
2380
2380
|
"src/execute.ts": {
|
|
2381
|
-
"bytesInOutput":
|
|
2381
|
+
"bytesInOutput": 217957
|
|
2382
2382
|
},
|
|
2383
2383
|
"src/engine-library/errors.ts": {
|
|
2384
2384
|
"bytesInOutput": 1441
|
|
@@ -2447,7 +2447,7 @@
|
|
|
2447
2447
|
"bytesInOutput": 127
|
|
2448
2448
|
}
|
|
2449
2449
|
},
|
|
2450
|
-
"bytes":
|
|
2450
|
+
"bytes": 631959
|
|
2451
2451
|
}
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|