@rex0220/kintone-sql-tools 3.66.1 → 3.68.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 +1141 -250
- package/dist-engine/index.cjs +17 -13
- package/dist-engine/index.mjs +17 -13
- package/dist-engine/ksql-engine.umd.js +17 -13
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +51 -24
- package/dist-engine/meta/esm.json +51 -24
- package/dist-engine/meta/umd.json +51 -24
- package/dist-mcp/ksql-mcp.js +1152 -252
- 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-21T10:31:38.172Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 113,
|
|
7
|
+
"minifiedBytes": 671398,
|
|
8
|
+
"gzipBytes": 182936,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
|
-
"inputCount":
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
26
|
+
"inputCount": 113,
|
|
27
|
+
"minifiedBytes": 670853,
|
|
28
|
+
"gzipBytes": 182648,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
|
-
"inputCount":
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
46
|
+
"inputCount": 115,
|
|
47
|
+
"minifiedBytes": 671877,
|
|
48
|
+
"gzipBytes": 182953,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 38120,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/core/dmlGuard.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 10251,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"format": "esm"
|
|
334
334
|
},
|
|
335
335
|
"src/core/klikeValidation.ts": {
|
|
336
|
-
"bytes":
|
|
336
|
+
"bytes": 12001,
|
|
337
337
|
"imports": [
|
|
338
338
|
{
|
|
339
339
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -457,12 +457,12 @@
|
|
|
457
457
|
"format": "esm"
|
|
458
458
|
},
|
|
459
459
|
"src/lexer/tokens.ts": {
|
|
460
|
-
"bytes":
|
|
460
|
+
"bytes": 9279,
|
|
461
461
|
"imports": [],
|
|
462
462
|
"format": "esm"
|
|
463
463
|
},
|
|
464
464
|
"src/lexer/lexer.ts": {
|
|
465
|
-
"bytes":
|
|
465
|
+
"bytes": 13863,
|
|
466
466
|
"imports": [
|
|
467
467
|
{
|
|
468
468
|
"path": "src/lexer/tokens.ts",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"format": "esm"
|
|
474
474
|
},
|
|
475
475
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
476
|
+
"bytes": 215744,
|
|
477
477
|
"imports": [
|
|
478
478
|
{
|
|
479
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -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",
|
|
@@ -1143,6 +1143,22 @@
|
|
|
1143
1143
|
"imports": [],
|
|
1144
1144
|
"format": "esm"
|
|
1145
1145
|
},
|
|
1146
|
+
"src/core/diagnostics.ts": {
|
|
1147
|
+
"bytes": 1535,
|
|
1148
|
+
"imports": [],
|
|
1149
|
+
"format": "esm"
|
|
1150
|
+
},
|
|
1151
|
+
"src/core/scriptHeader.ts": {
|
|
1152
|
+
"bytes": 4505,
|
|
1153
|
+
"imports": [
|
|
1154
|
+
{
|
|
1155
|
+
"path": "src/core/diagnostics.ts",
|
|
1156
|
+
"kind": "import-statement",
|
|
1157
|
+
"original": "./diagnostics"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"format": "esm"
|
|
1161
|
+
},
|
|
1146
1162
|
"src/core/dmlPrevalidation.ts": {
|
|
1147
1163
|
"bytes": 3780,
|
|
1148
1164
|
"imports": [],
|
|
@@ -1368,7 +1384,7 @@
|
|
|
1368
1384
|
"format": "esm"
|
|
1369
1385
|
},
|
|
1370
1386
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1387
|
+
"bytes": 576972,
|
|
1372
1388
|
"imports": [
|
|
1373
1389
|
{
|
|
1374
1390
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1630,6 +1646,11 @@
|
|
|
1630
1646
|
"kind": "import-statement",
|
|
1631
1647
|
"original": "./engine/evalFunc"
|
|
1632
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
"path": "src/core/scriptHeader.ts",
|
|
1651
|
+
"kind": "import-statement",
|
|
1652
|
+
"original": "./core/scriptHeader"
|
|
1653
|
+
},
|
|
1633
1654
|
{
|
|
1634
1655
|
"path": "src/core/dmlValidationCandidates.ts",
|
|
1635
1656
|
"kind": "import-statement",
|
|
@@ -1918,7 +1939,7 @@
|
|
|
1918
1939
|
"format": "esm"
|
|
1919
1940
|
},
|
|
1920
1941
|
"src/core/sql.ts": {
|
|
1921
|
-
"bytes":
|
|
1942
|
+
"bytes": 867,
|
|
1922
1943
|
"imports": [
|
|
1923
1944
|
{
|
|
1924
1945
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2115,7 +2136,7 @@
|
|
|
2115
2136
|
"bytesInOutput": 1277
|
|
2116
2137
|
},
|
|
2117
2138
|
"src/core/dmlGuard.ts": {
|
|
2118
|
-
"bytesInOutput":
|
|
2139
|
+
"bytesInOutput": 3459
|
|
2119
2140
|
},
|
|
2120
2141
|
"src/core/relativeDateFunction.ts": {
|
|
2121
2142
|
"bytesInOutput": 451
|
|
@@ -2181,7 +2202,7 @@
|
|
|
2181
2202
|
"bytesInOutput": 2474
|
|
2182
2203
|
},
|
|
2183
2204
|
"src/core/klikeValidation.ts": {
|
|
2184
|
-
"bytesInOutput":
|
|
2205
|
+
"bytesInOutput": 6105
|
|
2185
2206
|
},
|
|
2186
2207
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2187
2208
|
"bytesInOutput": 768
|
|
@@ -2202,31 +2223,31 @@
|
|
|
2202
2223
|
"bytesInOutput": 2328
|
|
2203
2224
|
},
|
|
2204
2225
|
"src/lexer/lexer.ts": {
|
|
2205
|
-
"bytesInOutput":
|
|
2226
|
+
"bytesInOutput": 5906
|
|
2206
2227
|
},
|
|
2207
2228
|
"src/parser/parser.ts": {
|
|
2208
|
-
"bytesInOutput":
|
|
2229
|
+
"bytesInOutput": 127422
|
|
2209
2230
|
},
|
|
2210
2231
|
"src/core/scalarCompare.ts": {
|
|
2211
2232
|
"bytesInOutput": 2804
|
|
2212
2233
|
},
|
|
2213
2234
|
"src/engine/evalFunc.ts": {
|
|
2214
|
-
"bytesInOutput":
|
|
2235
|
+
"bytesInOutput": 11626
|
|
2215
2236
|
},
|
|
2216
2237
|
"src/engine/evalWhere.ts": {
|
|
2217
|
-
"bytesInOutput":
|
|
2238
|
+
"bytesInOutput": 6296
|
|
2218
2239
|
},
|
|
2219
2240
|
"src/core/dmlCustomCheck.ts": {
|
|
2220
2241
|
"bytesInOutput": 1251
|
|
2221
2242
|
},
|
|
2222
2243
|
"src/converter/dmlToKintone.ts": {
|
|
2223
|
-
"bytesInOutput":
|
|
2244
|
+
"bytesInOutput": 10957
|
|
2224
2245
|
},
|
|
2225
2246
|
"src/core/applyMultiValuePlan.ts": {
|
|
2226
2247
|
"bytesInOutput": 1485
|
|
2227
2248
|
},
|
|
2228
2249
|
"src/core/applyPatchPlanner.ts": {
|
|
2229
|
-
"bytesInOutput":
|
|
2250
|
+
"bytesInOutput": 10035
|
|
2230
2251
|
},
|
|
2231
2252
|
"src/converter/applyPatchToKintone.ts": {
|
|
2232
2253
|
"bytesInOutput": 4501
|
|
@@ -2313,11 +2334,17 @@
|
|
|
2313
2334
|
"bytesInOutput": 1223
|
|
2314
2335
|
},
|
|
2315
2336
|
"src/engine/process.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2337
|
+
"bytesInOutput": 27971
|
|
2317
2338
|
},
|
|
2318
2339
|
"src/converter/subtableAdapter.ts": {
|
|
2319
2340
|
"bytesInOutput": 643
|
|
2320
2341
|
},
|
|
2342
|
+
"src/core/diagnostics.ts": {
|
|
2343
|
+
"bytesInOutput": 514
|
|
2344
|
+
},
|
|
2345
|
+
"src/core/scriptHeader.ts": {
|
|
2346
|
+
"bytesInOutput": 1831
|
|
2347
|
+
},
|
|
2321
2348
|
"src/core/dmlPrevalidation.ts": {
|
|
2322
2349
|
"bytesInOutput": 1136
|
|
2323
2350
|
},
|
|
@@ -2373,7 +2400,7 @@
|
|
|
2373
2400
|
"bytesInOutput": 412
|
|
2374
2401
|
},
|
|
2375
2402
|
"src/execute.ts": {
|
|
2376
|
-
"bytesInOutput":
|
|
2403
|
+
"bytesInOutput": 232730
|
|
2377
2404
|
},
|
|
2378
2405
|
"src/engine-library/errors.ts": {
|
|
2379
2406
|
"bytesInOutput": 1441
|
|
@@ -2433,7 +2460,7 @@
|
|
|
2433
2460
|
"bytesInOutput": 1406
|
|
2434
2461
|
}
|
|
2435
2462
|
},
|
|
2436
|
-
"bytes":
|
|
2463
|
+
"bytes": 671398
|
|
2437
2464
|
}
|
|
2438
2465
|
}
|
|
2439
2466
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 38120,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/core/dmlGuard.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 10251,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"format": "esm"
|
|
334
334
|
},
|
|
335
335
|
"src/core/klikeValidation.ts": {
|
|
336
|
-
"bytes":
|
|
336
|
+
"bytes": 12001,
|
|
337
337
|
"imports": [
|
|
338
338
|
{
|
|
339
339
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -457,12 +457,12 @@
|
|
|
457
457
|
"format": "esm"
|
|
458
458
|
},
|
|
459
459
|
"src/lexer/tokens.ts": {
|
|
460
|
-
"bytes":
|
|
460
|
+
"bytes": 9279,
|
|
461
461
|
"imports": [],
|
|
462
462
|
"format": "esm"
|
|
463
463
|
},
|
|
464
464
|
"src/lexer/lexer.ts": {
|
|
465
|
-
"bytes":
|
|
465
|
+
"bytes": 13863,
|
|
466
466
|
"imports": [
|
|
467
467
|
{
|
|
468
468
|
"path": "src/lexer/tokens.ts",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"format": "esm"
|
|
474
474
|
},
|
|
475
475
|
"src/parser/parser.ts": {
|
|
476
|
-
"bytes":
|
|
476
|
+
"bytes": 215744,
|
|
477
477
|
"imports": [
|
|
478
478
|
{
|
|
479
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -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",
|
|
@@ -1143,6 +1143,22 @@
|
|
|
1143
1143
|
"imports": [],
|
|
1144
1144
|
"format": "esm"
|
|
1145
1145
|
},
|
|
1146
|
+
"src/core/diagnostics.ts": {
|
|
1147
|
+
"bytes": 1535,
|
|
1148
|
+
"imports": [],
|
|
1149
|
+
"format": "esm"
|
|
1150
|
+
},
|
|
1151
|
+
"src/core/scriptHeader.ts": {
|
|
1152
|
+
"bytes": 4505,
|
|
1153
|
+
"imports": [
|
|
1154
|
+
{
|
|
1155
|
+
"path": "src/core/diagnostics.ts",
|
|
1156
|
+
"kind": "import-statement",
|
|
1157
|
+
"original": "./diagnostics"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"format": "esm"
|
|
1161
|
+
},
|
|
1146
1162
|
"src/core/dmlPrevalidation.ts": {
|
|
1147
1163
|
"bytes": 3780,
|
|
1148
1164
|
"imports": [],
|
|
@@ -1368,7 +1384,7 @@
|
|
|
1368
1384
|
"format": "esm"
|
|
1369
1385
|
},
|
|
1370
1386
|
"src/execute.ts": {
|
|
1371
|
-
"bytes":
|
|
1387
|
+
"bytes": 576972,
|
|
1372
1388
|
"imports": [
|
|
1373
1389
|
{
|
|
1374
1390
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1630,6 +1646,11 @@
|
|
|
1630
1646
|
"kind": "import-statement",
|
|
1631
1647
|
"original": "./engine/evalFunc"
|
|
1632
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
"path": "src/core/scriptHeader.ts",
|
|
1651
|
+
"kind": "import-statement",
|
|
1652
|
+
"original": "./core/scriptHeader"
|
|
1653
|
+
},
|
|
1633
1654
|
{
|
|
1634
1655
|
"path": "src/core/dmlValidationCandidates.ts",
|
|
1635
1656
|
"kind": "import-statement",
|
|
@@ -1918,7 +1939,7 @@
|
|
|
1918
1939
|
"format": "esm"
|
|
1919
1940
|
},
|
|
1920
1941
|
"src/core/sql.ts": {
|
|
1921
|
-
"bytes":
|
|
1942
|
+
"bytes": 867,
|
|
1922
1943
|
"imports": [
|
|
1923
1944
|
{
|
|
1924
1945
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2119,7 +2140,7 @@
|
|
|
2119
2140
|
"bytesInOutput": 1277
|
|
2120
2141
|
},
|
|
2121
2142
|
"src/core/dmlGuard.ts": {
|
|
2122
|
-
"bytesInOutput":
|
|
2143
|
+
"bytesInOutput": 3459
|
|
2123
2144
|
},
|
|
2124
2145
|
"src/core/relativeDateFunction.ts": {
|
|
2125
2146
|
"bytesInOutput": 451
|
|
@@ -2185,7 +2206,7 @@
|
|
|
2185
2206
|
"bytesInOutput": 2474
|
|
2186
2207
|
},
|
|
2187
2208
|
"src/core/klikeValidation.ts": {
|
|
2188
|
-
"bytesInOutput":
|
|
2209
|
+
"bytesInOutput": 6105
|
|
2189
2210
|
},
|
|
2190
2211
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2191
2212
|
"bytesInOutput": 768
|
|
@@ -2206,31 +2227,31 @@
|
|
|
2206
2227
|
"bytesInOutput": 2328
|
|
2207
2228
|
},
|
|
2208
2229
|
"src/lexer/lexer.ts": {
|
|
2209
|
-
"bytesInOutput":
|
|
2230
|
+
"bytesInOutput": 5906
|
|
2210
2231
|
},
|
|
2211
2232
|
"src/parser/parser.ts": {
|
|
2212
|
-
"bytesInOutput":
|
|
2233
|
+
"bytesInOutput": 127422
|
|
2213
2234
|
},
|
|
2214
2235
|
"src/core/scalarCompare.ts": {
|
|
2215
2236
|
"bytesInOutput": 2804
|
|
2216
2237
|
},
|
|
2217
2238
|
"src/engine/evalFunc.ts": {
|
|
2218
|
-
"bytesInOutput":
|
|
2239
|
+
"bytesInOutput": 11626
|
|
2219
2240
|
},
|
|
2220
2241
|
"src/engine/evalWhere.ts": {
|
|
2221
|
-
"bytesInOutput":
|
|
2242
|
+
"bytesInOutput": 6296
|
|
2222
2243
|
},
|
|
2223
2244
|
"src/core/dmlCustomCheck.ts": {
|
|
2224
2245
|
"bytesInOutput": 1251
|
|
2225
2246
|
},
|
|
2226
2247
|
"src/converter/dmlToKintone.ts": {
|
|
2227
|
-
"bytesInOutput":
|
|
2248
|
+
"bytesInOutput": 10957
|
|
2228
2249
|
},
|
|
2229
2250
|
"src/core/applyMultiValuePlan.ts": {
|
|
2230
2251
|
"bytesInOutput": 1485
|
|
2231
2252
|
},
|
|
2232
2253
|
"src/core/applyPatchPlanner.ts": {
|
|
2233
|
-
"bytesInOutput":
|
|
2254
|
+
"bytesInOutput": 10035
|
|
2234
2255
|
},
|
|
2235
2256
|
"src/converter/applyPatchToKintone.ts": {
|
|
2236
2257
|
"bytesInOutput": 4501
|
|
@@ -2317,11 +2338,17 @@
|
|
|
2317
2338
|
"bytesInOutput": 1223
|
|
2318
2339
|
},
|
|
2319
2340
|
"src/engine/process.ts": {
|
|
2320
|
-
"bytesInOutput":
|
|
2341
|
+
"bytesInOutput": 27971
|
|
2321
2342
|
},
|
|
2322
2343
|
"src/converter/subtableAdapter.ts": {
|
|
2323
2344
|
"bytesInOutput": 643
|
|
2324
2345
|
},
|
|
2346
|
+
"src/core/diagnostics.ts": {
|
|
2347
|
+
"bytesInOutput": 514
|
|
2348
|
+
},
|
|
2349
|
+
"src/core/scriptHeader.ts": {
|
|
2350
|
+
"bytesInOutput": 1831
|
|
2351
|
+
},
|
|
2325
2352
|
"src/core/dmlPrevalidation.ts": {
|
|
2326
2353
|
"bytesInOutput": 1136
|
|
2327
2354
|
},
|
|
@@ -2377,7 +2404,7 @@
|
|
|
2377
2404
|
"bytesInOutput": 412
|
|
2378
2405
|
},
|
|
2379
2406
|
"src/execute.ts": {
|
|
2380
|
-
"bytesInOutput":
|
|
2407
|
+
"bytesInOutput": 232730
|
|
2381
2408
|
},
|
|
2382
2409
|
"src/engine-library/errors.ts": {
|
|
2383
2410
|
"bytesInOutput": 1441
|
|
@@ -2440,7 +2467,7 @@
|
|
|
2440
2467
|
"bytesInOutput": 16
|
|
2441
2468
|
}
|
|
2442
2469
|
},
|
|
2443
|
-
"bytes":
|
|
2470
|
+
"bytes": 670853
|
|
2444
2471
|
}
|
|
2445
2472
|
}
|
|
2446
2473
|
}
|