chore(packages): release 0.4.34 [skip node-packages-release]
This commit is contained in:
parent
8d7dc695bb
commit
2d4a14746d
|
|
@ -1911,7 +1911,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.33"
|
||||
version = "0.4.34"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dbx-core",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dbx-mcp"
|
||||
version = "0.4.33"
|
||||
version = "0.4.34"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"description": "Command line interface for DBX database connections, schema, and safe queries",
|
||||
"keywords": [
|
||||
"ai-agent",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-darwin-arm64",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"@dbx-app/mcp-darwin-x64": "0.4.33",
|
||||
"@dbx-app/mcp-linux-arm64-gnu": "0.4.33",
|
||||
"@dbx-app/mcp-linux-x64-gnu": "0.4.33",
|
||||
"@dbx-app/mcp-win32-arm64": "0.4.33",
|
||||
"@dbx-app/mcp-win32-x64": "0.4.33"
|
||||
"@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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dbx-app/node-core": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
"url": "https://github.com/t8y2/dbx",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "npm",
|
||||
"identifier": "@dbx-app/mcp-server",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-win32-arm64",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"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.33",
|
||||
"version": "0.4.34",
|
||||
"description": "Shared Node.js database and DBX connection utilities for DBX CLI and MCP server",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -259,22 +259,22 @@ importers:
|
|||
packages/mcp-server:
|
||||
optionalDependencies:
|
||||
'@dbx-app/mcp-darwin-arm64':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-darwin-arm64
|
||||
'@dbx-app/mcp-darwin-x64':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-darwin-x64
|
||||
'@dbx-app/mcp-linux-arm64-gnu':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-linux-arm64-gnu
|
||||
'@dbx-app/mcp-linux-x64-gnu':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-linux-x64-gnu
|
||||
'@dbx-app/mcp-win32-arm64':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-win32-arm64
|
||||
'@dbx-app/mcp-win32-x64':
|
||||
specifier: 0.4.33
|
||||
specifier: 0.4.34
|
||||
version: link:../mcp-win32-x64
|
||||
devDependencies:
|
||||
'@dbx-app/node-core':
|
||||
|
|
|
|||
Loading…
Reference in New Issue