chore(packages): release 0.4.57 [skip node-packages-release]
This commit is contained in:
parent
b2e450308e
commit
c20ad57f9d
|
|
@ -1704,7 +1704,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dbx-cli"
|
||||
version = "0.4.56"
|
||||
version = "0.4.57"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dbx-core",
|
||||
|
|
@ -1790,7 +1790,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.56"
|
||||
version = "0.4.57"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dbx-core",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx-cli"
|
||||
version = "0.4.56"
|
||||
version = "0.4.57"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.56"
|
||||
version = "0.4.57"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-darwin-arm64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for darwin arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-darwin-x64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for darwin x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-linux-arm64-gnu",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for Linux arm64 glibc",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-linux-x64-gnu",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for Linux x64 glibc",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-win32-arm64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for Windows arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-win32-x64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX CLI binary for Windows x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"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.56",
|
||||
"@dbx-app/cli-darwin-x64": "0.4.56",
|
||||
"@dbx-app/cli-linux-arm64-gnu": "0.4.56",
|
||||
"@dbx-app/cli-linux-x64-gnu": "0.4.56",
|
||||
"@dbx-app/cli-win32-arm64": "0.4.56",
|
||||
"@dbx-app/cli-win32-x64": "0.4.56"
|
||||
"@dbx-app/cli-darwin-arm64": "0.4.57",
|
||||
"@dbx-app/cli-darwin-x64": "0.4.57",
|
||||
"@dbx-app/cli-linux-arm64-gnu": "0.4.57",
|
||||
"@dbx-app/cli-linux-x64-gnu": "0.4.57",
|
||||
"@dbx-app/cli-win32-arm64": "0.4.57",
|
||||
"@dbx-app/cli-win32-x64": "0.4.57"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-darwin-arm64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for darwin arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-darwin-x64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for darwin x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-linux-arm64-gnu",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for linux arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-linux-x64-gnu",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for linux x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-server",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"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.56",
|
||||
"@dbx-app/mcp-darwin-x64": "0.4.56",
|
||||
"@dbx-app/mcp-linux-arm64-gnu": "0.4.56",
|
||||
"@dbx-app/mcp-linux-x64-gnu": "0.4.56",
|
||||
"@dbx-app/mcp-win32-arm64": "0.4.56",
|
||||
"@dbx-app/mcp-win32-x64": "0.4.56"
|
||||
"@dbx-app/mcp-darwin-arm64": "0.4.57",
|
||||
"@dbx-app/mcp-darwin-x64": "0.4.57",
|
||||
"@dbx-app/mcp-linux-arm64-gnu": "0.4.57",
|
||||
"@dbx-app/mcp-linux-x64-gnu": "0.4.57",
|
||||
"@dbx-app/mcp-win32-arm64": "0.4.57",
|
||||
"@dbx-app/mcp-win32-x64": "0.4.57"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.15.21",
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
"url": "https://github.com/t8y2/dbx",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "npm",
|
||||
"identifier": "@dbx-app/mcp-server",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-win32-arm64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for win32 arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-win32-x64",
|
||||
"version": "0.4.56",
|
||||
"version": "0.4.57",
|
||||
"description": "Precompiled DBX MCP Rust binary for win32 x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -268,22 +268,22 @@ importers:
|
|||
packages/cli:
|
||||
optionalDependencies:
|
||||
'@dbx-app/cli-darwin-arm64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-darwin-arm64
|
||||
'@dbx-app/cli-darwin-x64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-darwin-x64
|
||||
'@dbx-app/cli-linux-arm64-gnu':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-linux-arm64-gnu
|
||||
'@dbx-app/cli-linux-x64-gnu':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-linux-x64-gnu
|
||||
'@dbx-app/cli-win32-arm64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-win32-arm64
|
||||
'@dbx-app/cli-win32-x64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../cli-win32-x64
|
||||
|
||||
packages/cli-darwin-arm64: {}
|
||||
|
|
@ -316,22 +316,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.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-darwin-arm64
|
||||
'@dbx-app/mcp-darwin-x64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-darwin-x64
|
||||
'@dbx-app/mcp-linux-arm64-gnu':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-linux-arm64-gnu
|
||||
'@dbx-app/mcp-linux-x64-gnu':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-linux-x64-gnu
|
||||
'@dbx-app/mcp-win32-arm64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-win32-arm64
|
||||
'@dbx-app/mcp-win32-x64':
|
||||
specifier: 0.4.56
|
||||
specifier: 0.4.57
|
||||
version: link:../mcp-win32-x64
|
||||
|
||||
packages/mcp-win32-arm64: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue