@rex0220/kintone-sql-tools 3.74.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 +40 -1
- package/dist-cli/ksql.js +140 -11
- 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 +11 -11
- package/dist-engine/meta/esm.json +11 -11
- package/dist-engine/meta/umd.json +11 -11
- package/dist-flow/flow-library/importSources.d.ts +7 -0
- package/dist-flow/flow-library/index.d.ts +3 -2
- package/dist-flow/flow-library/publicTypes.d.ts +36 -0
- package/dist-flow/index.cjs +11 -11
- package/dist-flow/index.mjs +11 -11
- package/dist-flow/meta/cjs.json +35 -16
- package/dist-flow/meta/esm.json +37 -16
- package/dist-mcp/ksql-mcp.js +95 -13
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
package/dist-flow/meta/cjs.json
CHANGED
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"format": "esm"
|
|
505
505
|
},
|
|
506
506
|
"src/core/script.ts": {
|
|
507
|
-
"bytes":
|
|
507
|
+
"bytes": 6106,
|
|
508
508
|
"imports": [
|
|
509
509
|
{
|
|
510
510
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
"format": "esm"
|
|
1341
1341
|
},
|
|
1342
1342
|
"src/import/sourceLoader.ts": {
|
|
1343
|
-
"bytes":
|
|
1343
|
+
"bytes": 4453,
|
|
1344
1344
|
"imports": [],
|
|
1345
1345
|
"format": "esm"
|
|
1346
1346
|
},
|
|
@@ -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",
|
|
@@ -1960,13 +1960,24 @@
|
|
|
1960
1960
|
"imports": [],
|
|
1961
1961
|
"format": "esm"
|
|
1962
1962
|
},
|
|
1963
|
+
"src/flow-library/importSources.ts": {
|
|
1964
|
+
"bytes": 1339,
|
|
1965
|
+
"imports": [
|
|
1966
|
+
{
|
|
1967
|
+
"path": "src/flow-library/errors.ts",
|
|
1968
|
+
"kind": "import-statement",
|
|
1969
|
+
"original": "./errors"
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"format": "esm"
|
|
1973
|
+
},
|
|
1963
1974
|
"src/flow-library/publicTypes.ts": {
|
|
1964
|
-
"bytes":
|
|
1975
|
+
"bytes": 12210,
|
|
1965
1976
|
"imports": [],
|
|
1966
1977
|
"format": "esm"
|
|
1967
1978
|
},
|
|
1968
1979
|
"src/flow-library/index.ts": {
|
|
1969
|
-
"bytes":
|
|
1980
|
+
"bytes": 14921,
|
|
1970
1981
|
"imports": [
|
|
1971
1982
|
{
|
|
1972
1983
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2003,6 +2014,11 @@
|
|
|
2003
2014
|
"kind": "import-statement",
|
|
2004
2015
|
"original": "./errors"
|
|
2005
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
"path": "src/flow-library/importSources.ts",
|
|
2019
|
+
"kind": "import-statement",
|
|
2020
|
+
"original": "./importSources"
|
|
2021
|
+
},
|
|
2006
2022
|
{
|
|
2007
2023
|
"path": "src/flow-library/publicTypes.ts",
|
|
2008
2024
|
"kind": "import-statement",
|
|
@@ -2019,7 +2035,7 @@
|
|
|
2019
2035
|
"entryPoint": "src/flow-library/index.ts",
|
|
2020
2036
|
"inputs": {
|
|
2021
2037
|
"src/flow-library/index.ts": {
|
|
2022
|
-
"bytesInOutput":
|
|
2038
|
+
"bytesInOutput": 6373
|
|
2023
2039
|
},
|
|
2024
2040
|
"src/core/diagnostics.ts": {
|
|
2025
2041
|
"bytesInOutput": 755
|
|
@@ -2133,7 +2149,7 @@
|
|
|
2133
2149
|
"bytesInOutput": 1831
|
|
2134
2150
|
},
|
|
2135
2151
|
"src/core/script.ts": {
|
|
2136
|
-
"bytesInOutput":
|
|
2152
|
+
"bytesInOutput": 2222
|
|
2137
2153
|
},
|
|
2138
2154
|
"src/core/dmlGuard.ts": {
|
|
2139
2155
|
"bytesInOutput": 3312
|
|
@@ -2268,7 +2284,7 @@
|
|
|
2268
2284
|
"bytesInOutput": 4827
|
|
2269
2285
|
},
|
|
2270
2286
|
"src/import/sourceLoader.ts": {
|
|
2271
|
-
"bytesInOutput":
|
|
2287
|
+
"bytesInOutput": 2019
|
|
2272
2288
|
},
|
|
2273
2289
|
"src/import/csvDecoder.ts": {
|
|
2274
2290
|
"bytesInOutput": 1386
|
|
@@ -2283,13 +2299,13 @@
|
|
|
2283
2299
|
"bytesInOutput": 1388
|
|
2284
2300
|
},
|
|
2285
2301
|
"src/import/jsonMaterializer.ts": {
|
|
2286
|
-
"bytesInOutput":
|
|
2302
|
+
"bytesInOutput": 2013
|
|
2287
2303
|
},
|
|
2288
2304
|
"src/import/materializeDmlSource.ts": {
|
|
2289
|
-
"bytesInOutput":
|
|
2305
|
+
"bytesInOutput": 2586
|
|
2290
2306
|
},
|
|
2291
2307
|
"src/import/importRecordsMaterializer.ts": {
|
|
2292
|
-
"bytesInOutput":
|
|
2308
|
+
"bytesInOutput": 3428
|
|
2293
2309
|
},
|
|
2294
2310
|
"src/import/importRecordValidation.ts": {
|
|
2295
2311
|
"bytesInOutput": 3332
|
|
@@ -2313,7 +2329,7 @@
|
|
|
2313
2329
|
"bytesInOutput": 412
|
|
2314
2330
|
},
|
|
2315
2331
|
"src/execute.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2332
|
+
"bytesInOutput": 252515
|
|
2317
2333
|
},
|
|
2318
2334
|
"src/api/cursorLeaseManager.ts": {
|
|
2319
2335
|
"bytesInOutput": 1777
|
|
@@ -2336,11 +2352,14 @@
|
|
|
2336
2352
|
"src/flow-library/errors.ts": {
|
|
2337
2353
|
"bytesInOutput": 427
|
|
2338
2354
|
},
|
|
2355
|
+
"src/flow-library/importSources.ts": {
|
|
2356
|
+
"bytesInOutput": 516
|
|
2357
|
+
},
|
|
2339
2358
|
"src/flow-library/publicTypes.ts": {
|
|
2340
2359
|
"bytesInOutput": 442
|
|
2341
2360
|
}
|
|
2342
2361
|
},
|
|
2343
|
-
"bytes":
|
|
2362
|
+
"bytes": 695582
|
|
2344
2363
|
}
|
|
2345
2364
|
}
|
|
2346
2365
|
}
|
package/dist-flow/meta/esm.json
CHANGED
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"format": "esm"
|
|
505
505
|
},
|
|
506
506
|
"src/core/script.ts": {
|
|
507
|
-
"bytes":
|
|
507
|
+
"bytes": 6106,
|
|
508
508
|
"imports": [
|
|
509
509
|
{
|
|
510
510
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
"format": "esm"
|
|
1341
1341
|
},
|
|
1342
1342
|
"src/import/sourceLoader.ts": {
|
|
1343
|
-
"bytes":
|
|
1343
|
+
"bytes": 4453,
|
|
1344
1344
|
"imports": [],
|
|
1345
1345
|
"format": "esm"
|
|
1346
1346
|
},
|
|
@@ -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",
|
|
@@ -1960,13 +1960,24 @@
|
|
|
1960
1960
|
"imports": [],
|
|
1961
1961
|
"format": "esm"
|
|
1962
1962
|
},
|
|
1963
|
+
"src/flow-library/importSources.ts": {
|
|
1964
|
+
"bytes": 1339,
|
|
1965
|
+
"imports": [
|
|
1966
|
+
{
|
|
1967
|
+
"path": "src/flow-library/errors.ts",
|
|
1968
|
+
"kind": "import-statement",
|
|
1969
|
+
"original": "./errors"
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"format": "esm"
|
|
1973
|
+
},
|
|
1963
1974
|
"src/flow-library/publicTypes.ts": {
|
|
1964
|
-
"bytes":
|
|
1975
|
+
"bytes": 12210,
|
|
1965
1976
|
"imports": [],
|
|
1966
1977
|
"format": "esm"
|
|
1967
1978
|
},
|
|
1968
1979
|
"src/flow-library/index.ts": {
|
|
1969
|
-
"bytes":
|
|
1980
|
+
"bytes": 14921,
|
|
1970
1981
|
"imports": [
|
|
1971
1982
|
{
|
|
1972
1983
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2003,6 +2014,11 @@
|
|
|
2003
2014
|
"kind": "import-statement",
|
|
2004
2015
|
"original": "./errors"
|
|
2005
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
"path": "src/flow-library/importSources.ts",
|
|
2019
|
+
"kind": "import-statement",
|
|
2020
|
+
"original": "./importSources"
|
|
2021
|
+
},
|
|
2006
2022
|
{
|
|
2007
2023
|
"path": "src/flow-library/publicTypes.ts",
|
|
2008
2024
|
"kind": "import-statement",
|
|
@@ -2016,8 +2032,10 @@
|
|
|
2016
2032
|
"dist-flow/index.mjs": {
|
|
2017
2033
|
"imports": [],
|
|
2018
2034
|
"exports": [
|
|
2035
|
+
"FlowImportProviderError",
|
|
2019
2036
|
"KsqlFlowError",
|
|
2020
2037
|
"createExecutionContext",
|
|
2038
|
+
"createImportSourceResolver",
|
|
2021
2039
|
"createKintoneClient",
|
|
2022
2040
|
"disposeExecutionContext",
|
|
2023
2041
|
"executeStatement",
|
|
@@ -2142,7 +2160,7 @@
|
|
|
2142
2160
|
"bytesInOutput": 1831
|
|
2143
2161
|
},
|
|
2144
2162
|
"src/core/script.ts": {
|
|
2145
|
-
"bytesInOutput":
|
|
2163
|
+
"bytesInOutput": 2222
|
|
2146
2164
|
},
|
|
2147
2165
|
"src/core/dmlGuard.ts": {
|
|
2148
2166
|
"bytesInOutput": 3312
|
|
@@ -2277,7 +2295,7 @@
|
|
|
2277
2295
|
"bytesInOutput": 4827
|
|
2278
2296
|
},
|
|
2279
2297
|
"src/import/sourceLoader.ts": {
|
|
2280
|
-
"bytesInOutput":
|
|
2298
|
+
"bytesInOutput": 2019
|
|
2281
2299
|
},
|
|
2282
2300
|
"src/import/csvDecoder.ts": {
|
|
2283
2301
|
"bytesInOutput": 1386
|
|
@@ -2292,13 +2310,13 @@
|
|
|
2292
2310
|
"bytesInOutput": 1388
|
|
2293
2311
|
},
|
|
2294
2312
|
"src/import/jsonMaterializer.ts": {
|
|
2295
|
-
"bytesInOutput":
|
|
2313
|
+
"bytesInOutput": 2013
|
|
2296
2314
|
},
|
|
2297
2315
|
"src/import/materializeDmlSource.ts": {
|
|
2298
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 2586
|
|
2299
2317
|
},
|
|
2300
2318
|
"src/import/importRecordsMaterializer.ts": {
|
|
2301
|
-
"bytesInOutput":
|
|
2319
|
+
"bytesInOutput": 3428
|
|
2302
2320
|
},
|
|
2303
2321
|
"src/import/importRecordValidation.ts": {
|
|
2304
2322
|
"bytesInOutput": 3332
|
|
@@ -2322,7 +2340,7 @@
|
|
|
2322
2340
|
"bytesInOutput": 412
|
|
2323
2341
|
},
|
|
2324
2342
|
"src/execute.ts": {
|
|
2325
|
-
"bytesInOutput":
|
|
2343
|
+
"bytesInOutput": 252515
|
|
2326
2344
|
},
|
|
2327
2345
|
"src/api/cursorLeaseManager.ts": {
|
|
2328
2346
|
"bytesInOutput": 1777
|
|
@@ -2345,14 +2363,17 @@
|
|
|
2345
2363
|
"src/flow-library/errors.ts": {
|
|
2346
2364
|
"bytesInOutput": 427
|
|
2347
2365
|
},
|
|
2366
|
+
"src/flow-library/importSources.ts": {
|
|
2367
|
+
"bytesInOutput": 516
|
|
2368
|
+
},
|
|
2348
2369
|
"src/flow-library/publicTypes.ts": {
|
|
2349
2370
|
"bytesInOutput": 442
|
|
2350
2371
|
},
|
|
2351
2372
|
"src/flow-library/index.ts": {
|
|
2352
|
-
"bytesInOutput":
|
|
2373
|
+
"bytesInOutput": 6014
|
|
2353
2374
|
}
|
|
2354
2375
|
},
|
|
2355
|
-
"bytes":
|
|
2376
|
+
"bytes": 694883
|
|
2356
2377
|
}
|
|
2357
2378
|
}
|
|
2358
2379
|
}
|