@rex0220/kintone-sql-tools 3.66.0 → 3.67.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 +557 -217
- 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 +13 -13
- package/dist-engine/meta/esm.json +13 -13
- package/dist-engine/meta/umd.json +13 -13
- package/dist-mcp/ksql-mcp.js +558 -218
- 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-21T09:09:26.829Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
6
|
"inputCount": 111,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 655213,
|
|
8
|
+
"gzipBytes": 178940,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 111,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 654668,
|
|
28
|
+
"gzipBytes": 178668,
|
|
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": 113,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
47
|
+
"minifiedBytes": 655692,
|
|
48
|
+
"gzipBytes": 178984,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"format": "esm"
|
|
526
526
|
},
|
|
527
527
|
"src/engine/evalFunc.ts": {
|
|
528
|
-
"bytes":
|
|
528
|
+
"bytes": 29368,
|
|
529
529
|
"imports": [
|
|
530
530
|
{
|
|
531
531
|
"path": "src/types/ast.ts",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 21083,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"format": "esm"
|
|
629
629
|
},
|
|
630
630
|
"src/converter/dmlToKintone.ts": {
|
|
631
|
-
"bytes":
|
|
631
|
+
"bytes": 27744,
|
|
632
632
|
"imports": [
|
|
633
633
|
{
|
|
634
634
|
"path": "src/core/dmlCustomCheck.ts",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"format": "esm"
|
|
670
670
|
},
|
|
671
671
|
"src/core/applyPatchPlanner.ts": {
|
|
672
|
-
"bytes":
|
|
672
|
+
"bytes": 29035,
|
|
673
673
|
"imports": [
|
|
674
674
|
{
|
|
675
675
|
"path": "src/converter/dmlToKintone.ts",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"format": "esm"
|
|
1084
1084
|
},
|
|
1085
1085
|
"src/engine/process.ts": {
|
|
1086
|
-
"bytes":
|
|
1086
|
+
"bytes": 89720,
|
|
1087
1087
|
"imports": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"format": "esm"
|
|
1369
1369
|
},
|
|
1370
1370
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1371
|
+
"bytes": 572324,
|
|
1372
1372
|
"imports": [
|
|
1373
1373
|
{
|
|
1374
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2211,22 +2211,22 @@
|
|
|
2211
2211
|
"bytesInOutput": 2804
|
|
2212
2212
|
},
|
|
2213
2213
|
"src/engine/evalFunc.ts": {
|
|
2214
|
-
"bytesInOutput":
|
|
2214
|
+
"bytesInOutput": 11626
|
|
2215
2215
|
},
|
|
2216
2216
|
"src/engine/evalWhere.ts": {
|
|
2217
|
-
"bytesInOutput":
|
|
2217
|
+
"bytesInOutput": 6296
|
|
2218
2218
|
},
|
|
2219
2219
|
"src/core/dmlCustomCheck.ts": {
|
|
2220
2220
|
"bytesInOutput": 1251
|
|
2221
2221
|
},
|
|
2222
2222
|
"src/converter/dmlToKintone.ts": {
|
|
2223
|
-
"bytesInOutput":
|
|
2223
|
+
"bytesInOutput": 10957
|
|
2224
2224
|
},
|
|
2225
2225
|
"src/core/applyMultiValuePlan.ts": {
|
|
2226
2226
|
"bytesInOutput": 1485
|
|
2227
2227
|
},
|
|
2228
2228
|
"src/core/applyPatchPlanner.ts": {
|
|
2229
|
-
"bytesInOutput":
|
|
2229
|
+
"bytesInOutput": 10035
|
|
2230
2230
|
},
|
|
2231
2231
|
"src/converter/applyPatchToKintone.ts": {
|
|
2232
2232
|
"bytesInOutput": 4501
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
"bytesInOutput": 1223
|
|
2314
2314
|
},
|
|
2315
2315
|
"src/engine/process.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 27971
|
|
2317
2317
|
},
|
|
2318
2318
|
"src/converter/subtableAdapter.ts": {
|
|
2319
2319
|
"bytesInOutput": 643
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
"bytesInOutput": 412
|
|
2374
2374
|
},
|
|
2375
2375
|
"src/execute.ts": {
|
|
2376
|
-
"bytesInOutput":
|
|
2376
|
+
"bytesInOutput": 230585
|
|
2377
2377
|
},
|
|
2378
2378
|
"src/engine-library/errors.ts": {
|
|
2379
2379
|
"bytesInOutput": 1441
|
|
@@ -2433,7 +2433,7 @@
|
|
|
2433
2433
|
"bytesInOutput": 1406
|
|
2434
2434
|
}
|
|
2435
2435
|
},
|
|
2436
|
-
"bytes":
|
|
2436
|
+
"bytes": 655213
|
|
2437
2437
|
}
|
|
2438
2438
|
}
|
|
2439
2439
|
}
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"format": "esm"
|
|
526
526
|
},
|
|
527
527
|
"src/engine/evalFunc.ts": {
|
|
528
|
-
"bytes":
|
|
528
|
+
"bytes": 29368,
|
|
529
529
|
"imports": [
|
|
530
530
|
{
|
|
531
531
|
"path": "src/types/ast.ts",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 21083,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"format": "esm"
|
|
629
629
|
},
|
|
630
630
|
"src/converter/dmlToKintone.ts": {
|
|
631
|
-
"bytes":
|
|
631
|
+
"bytes": 27744,
|
|
632
632
|
"imports": [
|
|
633
633
|
{
|
|
634
634
|
"path": "src/core/dmlCustomCheck.ts",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"format": "esm"
|
|
670
670
|
},
|
|
671
671
|
"src/core/applyPatchPlanner.ts": {
|
|
672
|
-
"bytes":
|
|
672
|
+
"bytes": 29035,
|
|
673
673
|
"imports": [
|
|
674
674
|
{
|
|
675
675
|
"path": "src/converter/dmlToKintone.ts",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"format": "esm"
|
|
1084
1084
|
},
|
|
1085
1085
|
"src/engine/process.ts": {
|
|
1086
|
-
"bytes":
|
|
1086
|
+
"bytes": 89720,
|
|
1087
1087
|
"imports": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"format": "esm"
|
|
1369
1369
|
},
|
|
1370
1370
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1371
|
+
"bytes": 572324,
|
|
1372
1372
|
"imports": [
|
|
1373
1373
|
{
|
|
1374
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2215,22 +2215,22 @@
|
|
|
2215
2215
|
"bytesInOutput": 2804
|
|
2216
2216
|
},
|
|
2217
2217
|
"src/engine/evalFunc.ts": {
|
|
2218
|
-
"bytesInOutput":
|
|
2218
|
+
"bytesInOutput": 11626
|
|
2219
2219
|
},
|
|
2220
2220
|
"src/engine/evalWhere.ts": {
|
|
2221
|
-
"bytesInOutput":
|
|
2221
|
+
"bytesInOutput": 6296
|
|
2222
2222
|
},
|
|
2223
2223
|
"src/core/dmlCustomCheck.ts": {
|
|
2224
2224
|
"bytesInOutput": 1251
|
|
2225
2225
|
},
|
|
2226
2226
|
"src/converter/dmlToKintone.ts": {
|
|
2227
|
-
"bytesInOutput":
|
|
2227
|
+
"bytesInOutput": 10957
|
|
2228
2228
|
},
|
|
2229
2229
|
"src/core/applyMultiValuePlan.ts": {
|
|
2230
2230
|
"bytesInOutput": 1485
|
|
2231
2231
|
},
|
|
2232
2232
|
"src/core/applyPatchPlanner.ts": {
|
|
2233
|
-
"bytesInOutput":
|
|
2233
|
+
"bytesInOutput": 10035
|
|
2234
2234
|
},
|
|
2235
2235
|
"src/converter/applyPatchToKintone.ts": {
|
|
2236
2236
|
"bytesInOutput": 4501
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
"bytesInOutput": 1223
|
|
2318
2318
|
},
|
|
2319
2319
|
"src/engine/process.ts": {
|
|
2320
|
-
"bytesInOutput":
|
|
2320
|
+
"bytesInOutput": 27971
|
|
2321
2321
|
},
|
|
2322
2322
|
"src/converter/subtableAdapter.ts": {
|
|
2323
2323
|
"bytesInOutput": 643
|
|
@@ -2377,7 +2377,7 @@
|
|
|
2377
2377
|
"bytesInOutput": 412
|
|
2378
2378
|
},
|
|
2379
2379
|
"src/execute.ts": {
|
|
2380
|
-
"bytesInOutput":
|
|
2380
|
+
"bytesInOutput": 230585
|
|
2381
2381
|
},
|
|
2382
2382
|
"src/engine-library/errors.ts": {
|
|
2383
2383
|
"bytesInOutput": 1441
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
"bytesInOutput": 16
|
|
2441
2441
|
}
|
|
2442
2442
|
},
|
|
2443
|
-
"bytes":
|
|
2443
|
+
"bytes": 654668
|
|
2444
2444
|
}
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"format": "esm"
|
|
526
526
|
},
|
|
527
527
|
"src/engine/evalFunc.ts": {
|
|
528
|
-
"bytes":
|
|
528
|
+
"bytes": 29368,
|
|
529
529
|
"imports": [
|
|
530
530
|
{
|
|
531
531
|
"path": "src/types/ast.ts",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"format": "esm"
|
|
557
557
|
},
|
|
558
558
|
"src/engine/evalWhere.ts": {
|
|
559
|
-
"bytes":
|
|
559
|
+
"bytes": 21083,
|
|
560
560
|
"imports": [
|
|
561
561
|
{
|
|
562
562
|
"path": "src/types/ast.ts",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"format": "esm"
|
|
629
629
|
},
|
|
630
630
|
"src/converter/dmlToKintone.ts": {
|
|
631
|
-
"bytes":
|
|
631
|
+
"bytes": 27744,
|
|
632
632
|
"imports": [
|
|
633
633
|
{
|
|
634
634
|
"path": "src/core/dmlCustomCheck.ts",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"format": "esm"
|
|
670
670
|
},
|
|
671
671
|
"src/core/applyPatchPlanner.ts": {
|
|
672
|
-
"bytes":
|
|
672
|
+
"bytes": 29035,
|
|
673
673
|
"imports": [
|
|
674
674
|
{
|
|
675
675
|
"path": "src/converter/dmlToKintone.ts",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"format": "esm"
|
|
1084
1084
|
},
|
|
1085
1085
|
"src/engine/process.ts": {
|
|
1086
|
-
"bytes":
|
|
1086
|
+
"bytes": 89720,
|
|
1087
1087
|
"imports": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"format": "esm"
|
|
1369
1369
|
},
|
|
1370
1370
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1371
|
+
"bytes": 572324,
|
|
1372
1372
|
"imports": [
|
|
1373
1373
|
{
|
|
1374
1374
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2229,22 +2229,22 @@
|
|
|
2229
2229
|
"bytesInOutput": 2804
|
|
2230
2230
|
},
|
|
2231
2231
|
"src/engine/evalFunc.ts": {
|
|
2232
|
-
"bytesInOutput":
|
|
2232
|
+
"bytesInOutput": 11626
|
|
2233
2233
|
},
|
|
2234
2234
|
"src/engine/evalWhere.ts": {
|
|
2235
|
-
"bytesInOutput":
|
|
2235
|
+
"bytesInOutput": 6296
|
|
2236
2236
|
},
|
|
2237
2237
|
"src/core/dmlCustomCheck.ts": {
|
|
2238
2238
|
"bytesInOutput": 1251
|
|
2239
2239
|
},
|
|
2240
2240
|
"src/converter/dmlToKintone.ts": {
|
|
2241
|
-
"bytesInOutput":
|
|
2241
|
+
"bytesInOutput": 10957
|
|
2242
2242
|
},
|
|
2243
2243
|
"src/core/applyMultiValuePlan.ts": {
|
|
2244
2244
|
"bytesInOutput": 1485
|
|
2245
2245
|
},
|
|
2246
2246
|
"src/core/applyPatchPlanner.ts": {
|
|
2247
|
-
"bytesInOutput":
|
|
2247
|
+
"bytesInOutput": 10035
|
|
2248
2248
|
},
|
|
2249
2249
|
"src/converter/applyPatchToKintone.ts": {
|
|
2250
2250
|
"bytesInOutput": 4501
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
"bytesInOutput": 1223
|
|
2332
2332
|
},
|
|
2333
2333
|
"src/engine/process.ts": {
|
|
2334
|
-
"bytesInOutput":
|
|
2334
|
+
"bytesInOutput": 27971
|
|
2335
2335
|
},
|
|
2336
2336
|
"src/converter/subtableAdapter.ts": {
|
|
2337
2337
|
"bytesInOutput": 643
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
"bytesInOutput": 412
|
|
2392
2392
|
},
|
|
2393
2393
|
"src/execute.ts": {
|
|
2394
|
-
"bytesInOutput":
|
|
2394
|
+
"bytesInOutput": 230585
|
|
2395
2395
|
},
|
|
2396
2396
|
"src/engine-library/errors.ts": {
|
|
2397
2397
|
"bytesInOutput": 1441
|
|
@@ -2460,7 +2460,7 @@
|
|
|
2460
2460
|
"bytesInOutput": 127
|
|
2461
2461
|
}
|
|
2462
2462
|
},
|
|
2463
|
-
"bytes":
|
|
2463
|
+
"bytes": 655692
|
|
2464
2464
|
}
|
|
2465
2465
|
}
|
|
2466
2466
|
}
|