@rex0220/kintone-sql-tools 3.75.0 → 3.76.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/README.md +12 -1
- package/dist-cli/ksql.js +17 -3
- 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 +9 -9
- package/dist-engine/meta/esm.json +9 -9
- package/dist-engine/meta/umd.json +9 -9
- package/dist-flow/flow-library/index.d.ts +1 -1
- package/dist-flow/flow-library/publicTypes.d.ts +17 -0
- package/dist-flow/index.cjs +10 -10
- package/dist-flow/index.mjs +10 -10
- package/dist-flow/meta/cjs.json +12 -12
- package/dist-flow/meta/esm.json +12 -12
- package/dist-mcp/ksql-mcp.js +19 -5
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
package/dist-flow/meta/cjs.json
CHANGED
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"format": "esm"
|
|
1389
1389
|
},
|
|
1390
1390
|
"src/import/jsonMaterializer.ts": {
|
|
1391
|
-
"bytes":
|
|
1391
|
+
"bytes": 4121,
|
|
1392
1392
|
"imports": [
|
|
1393
1393
|
{
|
|
1394
1394
|
"path": "src/import/jsonDecoder.ts",
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"format": "esm"
|
|
1405
1405
|
},
|
|
1406
1406
|
"src/import/materializeDmlSource.ts": {
|
|
1407
|
-
"bytes":
|
|
1407
|
+
"bytes": 5639,
|
|
1408
1408
|
"imports": [
|
|
1409
1409
|
{
|
|
1410
1410
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"format": "esm"
|
|
1431
1431
|
},
|
|
1432
1432
|
"src/import/importRecordsMaterializer.ts": {
|
|
1433
|
-
"bytes":
|
|
1433
|
+
"bytes": 7835,
|
|
1434
1434
|
"imports": [
|
|
1435
1435
|
{
|
|
1436
1436
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 635459,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1972,12 +1972,12 @@
|
|
|
1972
1972
|
"format": "esm"
|
|
1973
1973
|
},
|
|
1974
1974
|
"src/flow-library/publicTypes.ts": {
|
|
1975
|
-
"bytes":
|
|
1975
|
+
"bytes": 12210,
|
|
1976
1976
|
"imports": [],
|
|
1977
1977
|
"format": "esm"
|
|
1978
1978
|
},
|
|
1979
1979
|
"src/flow-library/index.ts": {
|
|
1980
|
-
"bytes":
|
|
1980
|
+
"bytes": 14921,
|
|
1981
1981
|
"imports": [
|
|
1982
1982
|
{
|
|
1983
1983
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
"entryPoint": "src/flow-library/index.ts",
|
|
2036
2036
|
"inputs": {
|
|
2037
2037
|
"src/flow-library/index.ts": {
|
|
2038
|
-
"bytesInOutput":
|
|
2038
|
+
"bytesInOutput": 6373
|
|
2039
2039
|
},
|
|
2040
2040
|
"src/core/diagnostics.ts": {
|
|
2041
2041
|
"bytesInOutput": 755
|
|
@@ -2299,13 +2299,13 @@
|
|
|
2299
2299
|
"bytesInOutput": 1388
|
|
2300
2300
|
},
|
|
2301
2301
|
"src/import/jsonMaterializer.ts": {
|
|
2302
|
-
"bytesInOutput":
|
|
2302
|
+
"bytesInOutput": 2013
|
|
2303
2303
|
},
|
|
2304
2304
|
"src/import/materializeDmlSource.ts": {
|
|
2305
|
-
"bytesInOutput":
|
|
2305
|
+
"bytesInOutput": 2586
|
|
2306
2306
|
},
|
|
2307
2307
|
"src/import/importRecordsMaterializer.ts": {
|
|
2308
|
-
"bytesInOutput":
|
|
2308
|
+
"bytesInOutput": 3428
|
|
2309
2309
|
},
|
|
2310
2310
|
"src/import/importRecordValidation.ts": {
|
|
2311
2311
|
"bytesInOutput": 3332
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
"bytesInOutput": 412
|
|
2330
2330
|
},
|
|
2331
2331
|
"src/execute.ts": {
|
|
2332
|
-
"bytesInOutput":
|
|
2332
|
+
"bytesInOutput": 252515
|
|
2333
2333
|
},
|
|
2334
2334
|
"src/api/cursorLeaseManager.ts": {
|
|
2335
2335
|
"bytesInOutput": 1777
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
"bytesInOutput": 442
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
|
-
"bytes":
|
|
2362
|
+
"bytes": 695582
|
|
2363
2363
|
}
|
|
2364
2364
|
}
|
|
2365
2365
|
}
|
package/dist-flow/meta/esm.json
CHANGED
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"format": "esm"
|
|
1389
1389
|
},
|
|
1390
1390
|
"src/import/jsonMaterializer.ts": {
|
|
1391
|
-
"bytes":
|
|
1391
|
+
"bytes": 4121,
|
|
1392
1392
|
"imports": [
|
|
1393
1393
|
{
|
|
1394
1394
|
"path": "src/import/jsonDecoder.ts",
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"format": "esm"
|
|
1405
1405
|
},
|
|
1406
1406
|
"src/import/materializeDmlSource.ts": {
|
|
1407
|
-
"bytes":
|
|
1407
|
+
"bytes": 5639,
|
|
1408
1408
|
"imports": [
|
|
1409
1409
|
{
|
|
1410
1410
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"format": "esm"
|
|
1431
1431
|
},
|
|
1432
1432
|
"src/import/importRecordsMaterializer.ts": {
|
|
1433
|
-
"bytes":
|
|
1433
|
+
"bytes": 7835,
|
|
1434
1434
|
"imports": [
|
|
1435
1435
|
{
|
|
1436
1436
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 635459,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1972,12 +1972,12 @@
|
|
|
1972
1972
|
"format": "esm"
|
|
1973
1973
|
},
|
|
1974
1974
|
"src/flow-library/publicTypes.ts": {
|
|
1975
|
-
"bytes":
|
|
1975
|
+
"bytes": 12210,
|
|
1976
1976
|
"imports": [],
|
|
1977
1977
|
"format": "esm"
|
|
1978
1978
|
},
|
|
1979
1979
|
"src/flow-library/index.ts": {
|
|
1980
|
-
"bytes":
|
|
1980
|
+
"bytes": 14921,
|
|
1981
1981
|
"imports": [
|
|
1982
1982
|
{
|
|
1983
1983
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2310,13 +2310,13 @@
|
|
|
2310
2310
|
"bytesInOutput": 1388
|
|
2311
2311
|
},
|
|
2312
2312
|
"src/import/jsonMaterializer.ts": {
|
|
2313
|
-
"bytesInOutput":
|
|
2313
|
+
"bytesInOutput": 2013
|
|
2314
2314
|
},
|
|
2315
2315
|
"src/import/materializeDmlSource.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 2586
|
|
2317
2317
|
},
|
|
2318
2318
|
"src/import/importRecordsMaterializer.ts": {
|
|
2319
|
-
"bytesInOutput":
|
|
2319
|
+
"bytesInOutput": 3428
|
|
2320
2320
|
},
|
|
2321
2321
|
"src/import/importRecordValidation.ts": {
|
|
2322
2322
|
"bytesInOutput": 3332
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"bytesInOutput": 412
|
|
2341
2341
|
},
|
|
2342
2342
|
"src/execute.ts": {
|
|
2343
|
-
"bytesInOutput":
|
|
2343
|
+
"bytesInOutput": 252515
|
|
2344
2344
|
},
|
|
2345
2345
|
"src/api/cursorLeaseManager.ts": {
|
|
2346
2346
|
"bytesInOutput": 1777
|
|
@@ -2370,10 +2370,10 @@
|
|
|
2370
2370
|
"bytesInOutput": 442
|
|
2371
2371
|
},
|
|
2372
2372
|
"src/flow-library/index.ts": {
|
|
2373
|
-
"bytesInOutput":
|
|
2373
|
+
"bytesInOutput": 6014
|
|
2374
2374
|
}
|
|
2375
2375
|
},
|
|
2376
|
-
"bytes":
|
|
2376
|
+
"bytes": 694883
|
|
2377
2377
|
}
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|