@rex0220/kintone-sql-tools 3.63.0 → 3.64.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 +305 -55
- 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 +3 -3
- package/dist-engine/meta/esm.json +3 -3
- package/dist-engine/meta/umd.json +3 -3
- package/dist-mcp/ksql-mcp.js +300 -56
- 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-08T09:47:11.777Z",
|
|
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": 630484,
|
|
8
|
+
"gzipBytes": 171894,
|
|
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": 629939,
|
|
28
|
+
"gzipBytes": 171613,
|
|
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": 630963,
|
|
48
|
+
"gzipBytes": 171966,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 543394,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
"bytesInOutput": 412
|
|
2361
2361
|
},
|
|
2362
2362
|
"src/execute.ts": {
|
|
2363
|
-
"bytesInOutput":
|
|
2363
|
+
"bytesInOutput": 217749
|
|
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": 630484
|
|
2424
2424
|
}
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 543394,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"bytesInOutput": 412
|
|
2365
2365
|
},
|
|
2366
2366
|
"src/execute.ts": {
|
|
2367
|
-
"bytesInOutput":
|
|
2367
|
+
"bytesInOutput": 217749
|
|
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": 629939
|
|
2431
2431
|
}
|
|
2432
2432
|
}
|
|
2433
2433
|
}
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
"format": "esm"
|
|
1364
1364
|
},
|
|
1365
1365
|
"src/execute.ts": {
|
|
1366
|
-
"bytes":
|
|
1366
|
+
"bytes": 543394,
|
|
1367
1367
|
"imports": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
"bytesInOutput": 412
|
|
2379
2379
|
},
|
|
2380
2380
|
"src/execute.ts": {
|
|
2381
|
-
"bytesInOutput":
|
|
2381
|
+
"bytesInOutput": 217749
|
|
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": 630963
|
|
2451
2451
|
}
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|