cdx-chores 0.1.3 → 0.1.4

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 CHANGED
@@ -78,9 +78,9 @@ Use `cdx-chores doctor` before relying on a command in a script, a CI job, or a
78
78
  | `data extract`, `data query` for `sqlite`, `excel` | Extract and query command surfaces | Required DuckDB extension must be loadable for the current DuckDB runtime | Run `cdx-chores doctor`, then `cdx-chores data duckdb doctor` or `cdx-chores data duckdb extension install <name>` |
79
79
  | `data extract` reviewed suggestions, `data query codex` | Codex-assisted source shaping, semantic header review, and natural-language SQL drafting | Codex support must be configured and an auth/session signal must be available | Run `cdx-chores doctor` |
80
80
 
81
- Codex SDK baseline for `v0.1.3`: `0.130.0`
81
+ Codex SDK baseline for `v0.1.4`: `0.137.0`
82
82
 
83
- Markdown PDF profile and template workflows are direct CLI flows in `v0.1.3`; interactive Markdown PDF and Codex-assisted PDF helper flows are deferred to a later release.
83
+ Markdown PDF profile and template workflows are direct CLI flows in `v0.1.4`; interactive Markdown PDF and Codex-assisted PDF helper flows are deferred to a later release.
84
84
 
85
85
  For automation or machine-readable checks, use:
86
86
 
@@ -20324,7 +20324,7 @@ function registerCliCommands(program, runtime) {
20324
20324
  }
20325
20325
  //#endregion
20326
20326
  //#region src/cli/program/version-embedded.ts
20327
- const EMBEDDED_PACKAGE_VERSION = "0.1.3";
20327
+ const EMBEDDED_PACKAGE_VERSION = "0.1.4";
20328
20328
  //#endregion
20329
20329
  //#region src/cli/program/version.ts
20330
20330
  function* candidateSearchRoots() {
@@ -20357,7 +20357,7 @@ function normalizeVersion(value) {
20357
20357
  return trimmed;
20358
20358
  }
20359
20359
  function resolvePackageVersion(options = {}) {
20360
- const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.3");
20360
+ const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.4");
20361
20361
  if (embeddedVersion) return embeddedVersion;
20362
20362
  const maxLevels = options.maxLevels ?? 8;
20363
20363
  const resolveFromPath = options.resolveFromPath ?? resolveVersionFromPath;
package/dist/esm/bin.mjs CHANGED
@@ -20330,7 +20330,7 @@ function normalizeVersion(value) {
20330
20330
  return trimmed;
20331
20331
  }
20332
20332
  function resolvePackageVersion(options = {}) {
20333
- const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.3");
20333
+ const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.4");
20334
20334
  if (embeddedVersion) return embeddedVersion;
20335
20335
  const maxLevels = options.maxLevels ?? 8;
20336
20336
  const resolveFromPath = options.resolveFromPath ?? resolveVersionFromPath;
@@ -14,7 +14,7 @@ interface RunCliOptions {
14
14
  declare function runCli(argv?: string[], runtime?: RunCliOptions): Promise<void>;
15
15
  //#endregion
16
16
  //#region src/cli/program/version-embedded.d.ts
17
- declare const EMBEDDED_PACKAGE_VERSION = "0.1.3";
17
+ declare const EMBEDDED_PACKAGE_VERSION = "0.1.4";
18
18
  //#endregion
19
19
  //#region src/utils/csv.d.ts
20
20
  type CsvRecord = Record<string, unknown>;
@@ -20298,7 +20298,7 @@ function registerCliCommands(program, runtime) {
20298
20298
  }
20299
20299
  //#endregion
20300
20300
  //#region src/cli/program/version-embedded.ts
20301
- const EMBEDDED_PACKAGE_VERSION = "0.1.3";
20301
+ const EMBEDDED_PACKAGE_VERSION = "0.1.4";
20302
20302
  //#endregion
20303
20303
  //#region src/cli/program/version.ts
20304
20304
  function* candidateSearchRoots() {
@@ -20331,7 +20331,7 @@ function normalizeVersion(value) {
20331
20331
  return trimmed;
20332
20332
  }
20333
20333
  function resolvePackageVersion(options = {}) {
20334
- const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.3");
20334
+ const embeddedVersion = normalizeVersion(options.embeddedVersion ?? "0.1.4");
20335
20335
  if (embeddedVersion) return embeddedVersion;
20336
20336
  const maxLevels = options.maxLevels ?? 8;
20337
20337
  const resolveFromPath = options.resolveFromPath ?? resolveVersionFromPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdx-chores",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "keywords": [
5
5
  "automation",
6
6
  "cli",
@@ -48,26 +48,26 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@duckdb/node-api": "^1.5.2-r.1",
51
- "@inquirer/prompts": "8.4.2",
52
- "@openai/codex-sdk": "^0.130.0",
53
- "@shikijs/transformers": "^4.0.2",
51
+ "@inquirer/prompts": "8.5.2",
52
+ "@openai/codex-sdk": "^0.137.0",
53
+ "@shikijs/transformers": "^4.2.0",
54
54
  "commander": "^14.0.3",
55
- "fast-xml-parser": "5.7.3",
55
+ "fast-xml-parser": "5.8.0",
56
56
  "mammoth": "^1.12.0",
57
57
  "papaparse": "^5.5.3",
58
58
  "parse5": "^8.0.1",
59
59
  "pdfjs-dist": "^5.7.284",
60
- "shiki": "^4.0.2",
61
- "yaml": "^2.8.4",
62
- "yauzl": "^3.3.0"
60
+ "shiki": "^4.2.0",
61
+ "yaml": "^2.9.0",
62
+ "yauzl": "^3.3.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@types/bun": "1.3.13",
66
- "@types/node": "25.6.2",
67
- "oxfmt": "0.48.0",
68
- "oxlint": "1.63.0",
65
+ "@types/bun": "1.3.14",
66
+ "@types/node": "25.9.1",
67
+ "oxfmt": "0.53.0",
68
+ "oxlint": "1.68.0",
69
69
  "picocolors": "^1.1.1",
70
- "tsdown": "0.22.0",
70
+ "tsdown": "0.22.2",
71
71
  "typescript": "^6.0.3"
72
72
  },
73
73
  "overrides": {