chore(packages): release 0.4.35 [skip node-packages-release]
This commit is contained in:
parent
3784c16aaf
commit
2063716def
|
|
@ -1860,7 +1860,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dbx-cli"
|
||||
version = "0.4.34"
|
||||
version = "0.4.35"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dbx-core",
|
||||
|
|
@ -1925,7 +1925,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.34"
|
||||
version = "0.4.35"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dbx-core",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx-cli"
|
||||
version = "0.4.34"
|
||||
version = "0.4.35"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.34"
|
||||
version = "0.4.35"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-darwin-arm64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for darwin arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-darwin-arm64" },
|
||||
"os": ["darwin"],
|
||||
"cpu": ["arm64"],
|
||||
"bin": { "dbx-native": "bin/dbx" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-darwin-arm64"
|
||||
},
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-darwin-x64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for darwin x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-darwin-x64" },
|
||||
"os": ["darwin"],
|
||||
"cpu": ["x64"],
|
||||
"bin": { "dbx-native": "bin/dbx" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-darwin-x64"
|
||||
},
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,26 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-linux-arm64-gnu",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for Linux arm64 glibc",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-linux-arm64-gnu" },
|
||||
"os": ["linux"],
|
||||
"cpu": ["arm64"],
|
||||
"libc": ["glibc"],
|
||||
"bin": { "dbx-native": "bin/dbx" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-linux-arm64-gnu"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,26 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-linux-x64-gnu",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for Linux x64 glibc",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-linux-x64-gnu" },
|
||||
"os": ["linux"],
|
||||
"cpu": ["x64"],
|
||||
"libc": ["glibc"],
|
||||
"bin": { "dbx-native": "bin/dbx" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-linux-x64-gnu"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-win32-arm64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for Windows arm64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-win32-arm64" },
|
||||
"os": ["win32"],
|
||||
"cpu": ["arm64"],
|
||||
"bin": { "dbx-native": "bin/dbx.exe" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-win32-arm64"
|
||||
},
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx.exe"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"name": "@dbx-app/cli-win32-x64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX CLI binary for Windows x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": { "type": "git", "url": "https://github.com/t8y2/dbx", "directory": "packages/cli-win32-x64" },
|
||||
"os": ["win32"],
|
||||
"cpu": ["x64"],
|
||||
"bin": { "dbx-native": "bin/dbx.exe" },
|
||||
"files": ["bin"]
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/t8y2/dbx",
|
||||
"directory": "packages/cli-win32-x64"
|
||||
},
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"bin": {
|
||||
"dbx-native": "bin/dbx.exe"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"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": "workspace:*",
|
||||
"@dbx-app/cli-darwin-x64": "workspace:*",
|
||||
"@dbx-app/cli-linux-arm64-gnu": "workspace:*",
|
||||
"@dbx-app/cli-linux-x64-gnu": "workspace:*",
|
||||
"@dbx-app/cli-win32-arm64": "workspace:*",
|
||||
"@dbx-app/cli-win32-x64": "workspace:*"
|
||||
"@dbx-app/cli-darwin-arm64": "0.4.35",
|
||||
"@dbx-app/cli-darwin-x64": "0.4.35",
|
||||
"@dbx-app/cli-linux-arm64-gnu": "0.4.35",
|
||||
"@dbx-app/cli-linux-x64-gnu": "0.4.35",
|
||||
"@dbx-app/cli-win32-arm64": "0.4.35",
|
||||
"@dbx-app/cli-win32-x64": "0.4.35"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-darwin-arm64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"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.34",
|
||||
"version": "0.4.35",
|
||||
"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.34",
|
||||
"version": "0.4.35",
|
||||
"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.34",
|
||||
"version": "0.4.35",
|
||||
"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.34",
|
||||
"version": "0.4.35",
|
||||
"description": "MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents",
|
||||
"keywords": [
|
||||
"ai-agent",
|
||||
|
|
@ -35,12 +35,12 @@
|
|||
"prepublishOnly": "node bin/dbx-mcp-server.js --verify-platform"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@dbx-app/mcp-darwin-arm64": "0.4.34",
|
||||
"@dbx-app/mcp-darwin-x64": "0.4.34",
|
||||
"@dbx-app/mcp-linux-arm64-gnu": "0.4.34",
|
||||
"@dbx-app/mcp-linux-x64-gnu": "0.4.34",
|
||||
"@dbx-app/mcp-win32-arm64": "0.4.34",
|
||||
"@dbx-app/mcp-win32-x64": "0.4.34"
|
||||
"@dbx-app/mcp-darwin-arm64": "0.4.35",
|
||||
"@dbx-app/mcp-darwin-x64": "0.4.35",
|
||||
"@dbx-app/mcp-linux-arm64-gnu": "0.4.35",
|
||||
"@dbx-app/mcp-linux-x64-gnu": "0.4.35",
|
||||
"@dbx-app/mcp-win32-arm64": "0.4.35",
|
||||
"@dbx-app/mcp-win32-x64": "0.4.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dbx-app/node-core": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
"url": "https://github.com/t8y2/dbx",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "npm",
|
||||
"identifier": "@dbx-app/mcp-server",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-win32-arm64",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"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.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Precompiled DBX MCP Rust binary for win32 x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mongo-shell",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Pure MongoDB shell JSON/argument parsing shared by desktop and node-core",
|
||||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/node-core",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"description": "Shared Node.js database and DBX connection utilities for DBX CLI and MCP server",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -235,22 +235,22 @@ importers:
|
|||
packages/cli:
|
||||
optionalDependencies:
|
||||
'@dbx-app/cli-darwin-arm64':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-darwin-arm64
|
||||
'@dbx-app/cli-darwin-x64':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-darwin-x64
|
||||
'@dbx-app/cli-linux-arm64-gnu':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-linux-arm64-gnu
|
||||
'@dbx-app/cli-linux-x64-gnu':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-linux-x64-gnu
|
||||
'@dbx-app/cli-win32-arm64':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-win32-arm64
|
||||
'@dbx-app/cli-win32-x64':
|
||||
specifier: workspace:*
|
||||
specifier: 0.4.35
|
||||
version: link:../cli-win32-x64
|
||||
|
||||
packages/cli-darwin-arm64: {}
|
||||
|
|
@ -298,22 +298,22 @@ importers:
|
|||
version: 3.25.76
|
||||
optionalDependencies:
|
||||
'@dbx-app/mcp-darwin-arm64':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
'@dbx-app/mcp-darwin-x64':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
'@dbx-app/mcp-linux-arm64-gnu':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
'@dbx-app/mcp-linux-x64-gnu':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
'@dbx-app/mcp-win32-arm64':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
'@dbx-app/mcp-win32-x64':
|
||||
specifier: 0.4.34
|
||||
specifier: 0.4.35
|
||||
version: 0.4.34
|
||||
|
||||
packages/mcp-win32-arm64: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue