@rex0220/kintone-sql-tools 3.40.0 → 3.41.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.
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-08-03T22:42:57.589Z",
2
+ "generatedAt": "2026-08-03T23:06:00.808Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
6
  "inputCount": 102,
7
- "minifiedBytes": 556487,
8
- "gzipBytes": 152519,
7
+ "minifiedBytes": 556506,
8
+ "gzipBytes": 152530,
9
9
  "forbidden": {
10
10
  "mcp-instructions": [],
11
11
  "src-mcp": [],
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "index.mjs": {
26
26
  "inputCount": 102,
27
- "minifiedBytes": 555942,
28
- "gzipBytes": 152225,
27
+ "minifiedBytes": 555961,
28
+ "gzipBytes": 152236,
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": 104,
47
- "minifiedBytes": 556966,
48
- "gzipBytes": 152584,
47
+ "minifiedBytes": 556985,
48
+ "gzipBytes": 152595,
49
49
  "forbidden": {
50
50
  "mcp-instructions": [],
51
51
  "src-mcp": [],
@@ -1197,7 +1197,7 @@
1197
1197
  "format": "esm"
1198
1198
  },
1199
1199
  "src/execute.ts": {
1200
- "bytes": 474006,
1200
+ "bytes": 474059,
1201
1201
  "imports": [
1202
1202
  {
1203
1203
  "path": "src/lexer/lexer.ts",
@@ -2150,7 +2150,7 @@
2150
2150
  "bytesInOutput": 412
2151
2151
  },
2152
2152
  "src/execute.ts": {
2153
- "bytesInOutput": 189902
2153
+ "bytesInOutput": 189921
2154
2154
  },
2155
2155
  "src/engine-library/errors.ts": {
2156
2156
  "bytesInOutput": 1440
@@ -2210,7 +2210,7 @@
2210
2210
  "bytesInOutput": 1271
2211
2211
  }
2212
2212
  },
2213
- "bytes": 556487
2213
+ "bytes": 556506
2214
2214
  }
2215
2215
  }
2216
2216
  }
@@ -1197,7 +1197,7 @@
1197
1197
  "format": "esm"
1198
1198
  },
1199
1199
  "src/execute.ts": {
1200
- "bytes": 474006,
1200
+ "bytes": 474059,
1201
1201
  "imports": [
1202
1202
  {
1203
1203
  "path": "src/lexer/lexer.ts",
@@ -2154,7 +2154,7 @@
2154
2154
  "bytesInOutput": 412
2155
2155
  },
2156
2156
  "src/execute.ts": {
2157
- "bytesInOutput": 189902
2157
+ "bytesInOutput": 189921
2158
2158
  },
2159
2159
  "src/engine-library/errors.ts": {
2160
2160
  "bytesInOutput": 1440
@@ -2217,7 +2217,7 @@
2217
2217
  "bytesInOutput": 16
2218
2218
  }
2219
2219
  },
2220
- "bytes": 555942
2220
+ "bytes": 555961
2221
2221
  }
2222
2222
  }
2223
2223
  }
@@ -1197,7 +1197,7 @@
1197
1197
  "format": "esm"
1198
1198
  },
1199
1199
  "src/execute.ts": {
1200
- "bytes": 474006,
1200
+ "bytes": 474059,
1201
1201
  "imports": [
1202
1202
  {
1203
1203
  "path": "src/lexer/lexer.ts",
@@ -2168,7 +2168,7 @@
2168
2168
  "bytesInOutput": 412
2169
2169
  },
2170
2170
  "src/execute.ts": {
2171
- "bytesInOutput": 189902
2171
+ "bytesInOutput": 189921
2172
2172
  },
2173
2173
  "src/engine-library/errors.ts": {
2174
2174
  "bytesInOutput": 1440
@@ -2237,7 +2237,7 @@
2237
2237
  "bytesInOutput": 127
2238
2238
  }
2239
2239
  },
2240
- "bytes": 556966
2240
+ "bytes": 556985
2241
2241
  }
2242
2242
  }
2243
2243
  }
@@ -207,12 +207,12 @@ export interface ExplainResult {
207
207
  plan?: {
208
208
  statements: readonly {
209
209
  index: number;
210
- fetch: "none" | "exact" | "prefiltered" | "all";
210
+ fetch: "none" | "count_only" | "exact" | "prefiltered" | "all";
211
211
  sources: readonly {
212
212
  app: number;
213
213
  alias: string | null;
214
214
  role: "main" | "join" | "union" | "cte" | "subquery";
215
- fetch: "none" | "exact" | "prefiltered" | "all";
215
+ fetch: "none" | "count_only" | "exact" | "prefiltered" | "all";
216
216
  pending: boolean;
217
217
  kintoneQuery: string | null;
218
218
  limit: number | null;