chore(packages): release 0.4.6 [skip node-packages-release]
This commit is contained in:
parent
43de1d6d0a
commit
594077fd84
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/cli",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Command line interface for DBX database connections, schema, and safe queries",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/mcp-server",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"mcpName": "io.github.t8y2/dbx",
|
||||
"description": "MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
"url": "https://github.com/t8y2/dbx",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"packages": [
|
||||
{
|
||||
"registryType": "npm",
|
||||
"identifier": "@dbx-app/mcp-server",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@dbx-app/node-core",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Shared Node.js database and DBX connection utilities for DBX CLI and MCP server",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue