chore(packages): release 0.4.44 [skip node-packages-release]

This commit is contained in:
github-actions[bot] 2026-07-27 17:38:55 +00:00
parent c68a5adb25
commit 1806bbfe61
19 changed files with 44 additions and 44 deletions

4
Cargo.lock generated
View File

@ -1862,7 +1862,7 @@ dependencies = [
[[package]]
name = "dbx-cli"
version = "0.4.43"
version = "0.4.44"
dependencies = [
"async-trait",
"dbx-core",
@ -1938,7 +1938,7 @@ dependencies = [
[[package]]
name = "dbx-mcp"
version = "0.4.43"
version = "0.4.44"
dependencies = [
"async-trait",
"dbx-core",

View File

@ -1,6 +1,6 @@
[package]
name = "dbx-cli"
version = "0.4.43"
version = "0.4.44"
edition = "2021"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "dbx-mcp"
version = "0.4.43"
version = "0.4.44"
edition = "2021"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-darwin-arm64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for darwin arm64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-darwin-x64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for darwin x64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-linux-arm64-gnu",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for Linux arm64 glibc",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-linux-x64-gnu",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for Linux x64 glibc",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-win32-arm64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for Windows arm64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli-win32-x64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX CLI binary for Windows x64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/cli",
"version": "0.4.43",
"version": "0.4.44",
"description": "Command line interface for DBX database connections, schema, and safe queries",
"keywords": [
"ai-agent",
@ -34,12 +34,12 @@
"prepublishOnly": "node --check bin/dbx.js"
},
"optionalDependencies": {
"@dbx-app/cli-darwin-arm64": "0.4.43",
"@dbx-app/cli-darwin-x64": "0.4.43",
"@dbx-app/cli-linux-arm64-gnu": "0.4.43",
"@dbx-app/cli-linux-x64-gnu": "0.4.43",
"@dbx-app/cli-win32-arm64": "0.4.43",
"@dbx-app/cli-win32-x64": "0.4.43"
"@dbx-app/cli-darwin-arm64": "0.4.44",
"@dbx-app/cli-darwin-x64": "0.4.44",
"@dbx-app/cli-linux-arm64-gnu": "0.4.44",
"@dbx-app/cli-linux-x64-gnu": "0.4.44",
"@dbx-app/cli-win32-arm64": "0.4.44",
"@dbx-app/cli-win32-x64": "0.4.44"
},
"engines": {
"node": ">=18.18.0"

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-darwin-arm64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for darwin arm64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-darwin-x64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for darwin x64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-linux-arm64-gnu",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for linux arm64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-linux-x64-gnu",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for linux x64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-server",
"version": "0.4.43",
"version": "0.4.44",
"description": "MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents",
"keywords": [
"ai-agent",
@ -34,12 +34,12 @@
"prepublishOnly": "node bin/dbx-mcp-server.js --verify-platform"
},
"optionalDependencies": {
"@dbx-app/mcp-darwin-arm64": "0.4.43",
"@dbx-app/mcp-darwin-x64": "0.4.43",
"@dbx-app/mcp-linux-arm64-gnu": "0.4.43",
"@dbx-app/mcp-linux-x64-gnu": "0.4.43",
"@dbx-app/mcp-win32-arm64": "0.4.43",
"@dbx-app/mcp-win32-x64": "0.4.43"
"@dbx-app/mcp-darwin-arm64": "0.4.44",
"@dbx-app/mcp-darwin-x64": "0.4.44",
"@dbx-app/mcp-linux-arm64-gnu": "0.4.44",
"@dbx-app/mcp-linux-x64-gnu": "0.4.44",
"@dbx-app/mcp-win32-arm64": "0.4.44",
"@dbx-app/mcp-win32-x64": "0.4.44"
},
"devDependencies": {
"@types/node": "^22.15.21",

View File

@ -6,12 +6,12 @@
"url": "https://github.com/t8y2/dbx",
"source": "github"
},
"version": "0.4.43",
"version": "0.4.44",
"packages": [
{
"registryType": "npm",
"identifier": "@dbx-app/mcp-server",
"version": "0.4.43",
"version": "0.4.44",
"transport": {
"type": "stdio"
}

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-win32-arm64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for win32 arm64",
"license": "Apache-2.0",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@dbx-app/mcp-win32-x64",
"version": "0.4.43",
"version": "0.4.44",
"description": "Precompiled DBX MCP Rust binary for win32 x64",
"license": "Apache-2.0",
"repository": {

View File

@ -238,22 +238,22 @@ importers:
packages/cli:
optionalDependencies:
'@dbx-app/cli-darwin-arm64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-darwin-arm64
'@dbx-app/cli-darwin-x64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-darwin-x64
'@dbx-app/cli-linux-arm64-gnu':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-linux-arm64-gnu
'@dbx-app/cli-linux-x64-gnu':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-linux-x64-gnu
'@dbx-app/cli-win32-arm64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-win32-arm64
'@dbx-app/cli-win32-x64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../cli-win32-x64
packages/cli-darwin-arm64: {}
@ -286,22 +286,22 @@ importers:
version: 4.1.8(@types/node@22.19.19)(happy-dom@20.10.6)(vite@8.0.16(@types/node@22.19.19)(esbuild@0.28.0)(jiti@2.7.0)(stylus@0.57.0)(tsx@4.22.4)(yaml@2.8.4))
optionalDependencies:
'@dbx-app/mcp-darwin-arm64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-darwin-arm64
'@dbx-app/mcp-darwin-x64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-darwin-x64
'@dbx-app/mcp-linux-arm64-gnu':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-linux-arm64-gnu
'@dbx-app/mcp-linux-x64-gnu':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-linux-x64-gnu
'@dbx-app/mcp-win32-arm64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-win32-arm64
'@dbx-app/mcp-win32-x64':
specifier: 0.4.43
specifier: 0.4.44
version: link:../mcp-win32-x64
packages/mcp-win32-arm64: {}