@dbx-app/cli 0.4.57 → 0.4.59

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install -g @dbx-app/cli
13
13
  ### Homebrew
14
14
 
15
15
  ```bash
16
- brew tap t8y2/dbx
16
+ brew tap t8y2/tap
17
17
  brew install dbx-cli
18
18
  ```
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbx-app/cli",
3
- "version": "0.4.57",
3
+ "version": "0.4.59",
4
4
  "description": "Command line interface for DBX database connections, schema, and safe queries",
5
5
  "keywords": [
6
6
  "ai-agent",
@@ -28,12 +28,12 @@
28
28
  ],
29
29
  "type": "module",
30
30
  "optionalDependencies": {
31
- "@dbx-app/cli-darwin-arm64": "0.4.57",
32
- "@dbx-app/cli-darwin-x64": "0.4.57",
33
- "@dbx-app/cli-linux-arm64-gnu": "0.4.57",
34
- "@dbx-app/cli-linux-x64-gnu": "0.4.57",
35
- "@dbx-app/cli-win32-arm64": "0.4.57",
36
- "@dbx-app/cli-win32-x64": "0.4.57"
31
+ "@dbx-app/cli-darwin-arm64": "0.4.59",
32
+ "@dbx-app/cli-darwin-x64": "0.4.59",
33
+ "@dbx-app/cli-linux-arm64-gnu": "0.4.59",
34
+ "@dbx-app/cli-linux-x64-gnu": "0.4.59",
35
+ "@dbx-app/cli-win32-arm64": "0.4.59",
36
+ "@dbx-app/cli-win32-x64": "0.4.59"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=18.18.0"