@carllee1983/dbcli 1.53.0 → 1.54.1

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.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@carllee1983/dbcli",
6
- version: "1.53.0",
6
+ version: "1.54.1",
7
7
  description: "Database CLI for AI agents",
8
8
  type: "module",
9
9
  publishConfig: {
@@ -68,6 +68,7 @@ var package_default = {
68
68
  scripts: {
69
69
  dev: "bun run src/cli.ts",
70
70
  build: "bun run scripts/build.ts",
71
+ "build:determinism": "bun run scripts/check-build-determinism.ts",
71
72
  prepublishOnly: "bun run build",
72
73
  "release:check": "bash scripts/release-check.sh",
73
74
  "plugin:sync": "bun run scripts/sync-plugin-assets.ts --write",
@@ -90,6 +91,7 @@ var package_default = {
90
91
  "lint:fix": "eslint src tests scripts --ext .ts --fix --max-warnings=0"
91
92
  },
92
93
  dependencies: {
94
+ "@inquirer/prompts": "^8.4.3",
93
95
  "cli-table3": "^0.6.5",
94
96
  commander: "13.0.0",
95
97
  "lru-cache": "^11.4.0",
@@ -110,7 +112,6 @@ var package_default = {
110
112
  "@cucumber/messages": "^34.2.1",
111
113
  "@eslint/js": "^9.39.4",
112
114
  "@happy-dom/global-registrator": "^20.10.6",
113
- "@inquirer/prompts": "^8.4.3",
114
115
  "@testing-library/react": "^16.3.2",
115
116
  "@types/bun": "latest",
116
117
  "@types/pg": "^8.20.0",