@rex0220/kintone-sql-tools 3.72.0 → 3.73.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 +9 -0
- package/dist-cli/ksql.js +320 -14
- 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 +8 -8
- package/dist-engine/meta/esm.json +8 -8
- package/dist-engine/meta/umd.json +8 -8
- package/dist-flow/flow-library/index.d.ts +1 -1
- package/dist-flow/flow-library/publicTypes.d.ts +31 -1
- package/dist-flow/index.cjs +12 -12
- package/dist-flow/index.mjs +12 -12
- package/dist-flow/meta/cjs.json +8 -8
- package/dist-flow/meta/esm.json +8 -8
- package/dist-mcp/ksql-mcp.js +286 -10
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
package/dist-flow/meta/cjs.json
CHANGED
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 632385,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
"format": "esm"
|
|
1916
1916
|
},
|
|
1917
1917
|
"src/flow-library/writableClient.ts": {
|
|
1918
|
-
"bytes":
|
|
1918
|
+
"bytes": 8817,
|
|
1919
1919
|
"imports": [
|
|
1920
1920
|
{
|
|
1921
1921
|
"path": "src/api/cursorLeaseManager.ts",
|
|
@@ -1961,12 +1961,12 @@
|
|
|
1961
1961
|
"format": "esm"
|
|
1962
1962
|
},
|
|
1963
1963
|
"src/flow-library/publicTypes.ts": {
|
|
1964
|
-
"bytes":
|
|
1964
|
+
"bytes": 10433,
|
|
1965
1965
|
"imports": [],
|
|
1966
1966
|
"format": "esm"
|
|
1967
1967
|
},
|
|
1968
1968
|
"src/flow-library/index.ts": {
|
|
1969
|
-
"bytes":
|
|
1969
|
+
"bytes": 14123,
|
|
1970
1970
|
"imports": [
|
|
1971
1971
|
{
|
|
1972
1972
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
"entryPoint": "src/flow-library/index.ts",
|
|
2020
2020
|
"inputs": {
|
|
2021
2021
|
"src/flow-library/index.ts": {
|
|
2022
|
-
"bytesInOutput":
|
|
2022
|
+
"bytesInOutput": 6063
|
|
2023
2023
|
},
|
|
2024
2024
|
"src/core/diagnostics.ts": {
|
|
2025
2025
|
"bytesInOutput": 755
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
"bytesInOutput": 412
|
|
2314
2314
|
},
|
|
2315
2315
|
"src/execute.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 251805
|
|
2317
2317
|
},
|
|
2318
2318
|
"src/api/cursorLeaseManager.ts": {
|
|
2319
2319
|
"bytesInOutput": 1777
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
"bytesInOutput": 102
|
|
2332
2332
|
},
|
|
2333
2333
|
"src/flow-library/writableClient.ts": {
|
|
2334
|
-
"bytesInOutput":
|
|
2334
|
+
"bytesInOutput": 3845
|
|
2335
2335
|
},
|
|
2336
2336
|
"src/flow-library/errors.ts": {
|
|
2337
2337
|
"bytesInOutput": 427
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"bytesInOutput": 442
|
|
2341
2341
|
}
|
|
2342
2342
|
},
|
|
2343
|
-
"bytes":
|
|
2343
|
+
"bytes": 692256
|
|
2344
2344
|
}
|
|
2345
2345
|
}
|
|
2346
2346
|
}
|
package/dist-flow/meta/esm.json
CHANGED
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 632385,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
"format": "esm"
|
|
1916
1916
|
},
|
|
1917
1917
|
"src/flow-library/writableClient.ts": {
|
|
1918
|
-
"bytes":
|
|
1918
|
+
"bytes": 8817,
|
|
1919
1919
|
"imports": [
|
|
1920
1920
|
{
|
|
1921
1921
|
"path": "src/api/cursorLeaseManager.ts",
|
|
@@ -1961,12 +1961,12 @@
|
|
|
1961
1961
|
"format": "esm"
|
|
1962
1962
|
},
|
|
1963
1963
|
"src/flow-library/publicTypes.ts": {
|
|
1964
|
-
"bytes":
|
|
1964
|
+
"bytes": 10433,
|
|
1965
1965
|
"imports": [],
|
|
1966
1966
|
"format": "esm"
|
|
1967
1967
|
},
|
|
1968
1968
|
"src/flow-library/index.ts": {
|
|
1969
|
-
"bytes":
|
|
1969
|
+
"bytes": 14123,
|
|
1970
1970
|
"imports": [
|
|
1971
1971
|
{
|
|
1972
1972
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
"bytesInOutput": 412
|
|
2323
2323
|
},
|
|
2324
2324
|
"src/execute.ts": {
|
|
2325
|
-
"bytesInOutput":
|
|
2325
|
+
"bytesInOutput": 251805
|
|
2326
2326
|
},
|
|
2327
2327
|
"src/api/cursorLeaseManager.ts": {
|
|
2328
2328
|
"bytesInOutput": 1777
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"bytesInOutput": 102
|
|
2341
2341
|
},
|
|
2342
2342
|
"src/flow-library/writableClient.ts": {
|
|
2343
|
-
"bytesInOutput":
|
|
2343
|
+
"bytesInOutput": 3845
|
|
2344
2344
|
},
|
|
2345
2345
|
"src/flow-library/errors.ts": {
|
|
2346
2346
|
"bytesInOutput": 427
|
|
@@ -2349,10 +2349,10 @@
|
|
|
2349
2349
|
"bytesInOutput": 442
|
|
2350
2350
|
},
|
|
2351
2351
|
"src/flow-library/index.ts": {
|
|
2352
|
-
"bytesInOutput":
|
|
2352
|
+
"bytesInOutput": 5769
|
|
2353
2353
|
}
|
|
2354
2354
|
},
|
|
2355
|
-
"bytes":
|
|
2355
|
+
"bytes": 691610
|
|
2356
2356
|
}
|
|
2357
2357
|
}
|
|
2358
2358
|
}
|