@carllee1983/dbcli 1.52.1 → 1.54.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.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@carllee1983/dbcli",
6
- version: "1.52.1",
6
+ version: "1.54.0",
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",
@@ -120,15 +121,15 @@ var package_default = {
120
121
  "dts-bundle-generator": "^9.5.1",
121
122
  eslint: "^10.4.0",
122
123
  "happy-dom": "^20.10.6",
123
- postcss: "^8.5.25",
124
+ postcss: "^8.5.26",
124
125
  prettier: "^3.8.3",
125
- tailwindcss: "3.4.1",
126
+ tailwindcss: "3.4.19",
126
127
  typescript: "^5.9.3",
127
128
  "typescript-eslint": "^8.59.4"
128
129
  },
129
130
  overrides: {
130
131
  "brace-expansion": "^5.0.9",
131
- postcss: "^8.5.25"
132
+ postcss: "^8.5.26"
132
133
  }
133
134
  };
134
135