@timmy_hu/pg-query-tool 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "PostgreSQL 查询工具",
3
3
  "code": "pg-query-tool",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "提供 PostgreSQL 数据库查询能力的 XpertAI 插件,支持自定义 SQL 执行、连接池管理和结果格式化",
6
6
  "createdBy": "fpi",
7
7
  "platform": "https://app.xpertai.cn/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmy_hu/pg-query-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "PostgreSQL 查询工具 XpertAI 插件,支持自定义 SQL 执行、连接池管理和结果格式化",
5
5
  "main": "index.js",
6
6
  "scripts": {