agent-database-cli 0.2.17 → 0.2.18
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.
- package/README.md +1 -1
- package/README_EN.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ MySQL · PostgreSQL · Redis · Oracle · MongoDB · 只读模式 · 命令黑
|
|
|
12
12
|
<img src="https://img.shields.io/badge/Node.js-%3E%3D20-339933?logo=node.js&logoColor=white" alt="Node.js >=20">
|
|
13
13
|
<img src="https://img.shields.io/badge/npm-%3E%3D10-CB3837?logo=npm&logoColor=white" alt="npm >=10">
|
|
14
14
|
<img src="https://img.shields.io/badge/sys-win%2Fmac%2Flinux-0078D6" alt="sys win/mac/linux">
|
|
15
|
-
<img src="https://img.shields.io/badge/release-v0.2.
|
|
15
|
+
<img src="https://img.shields.io/badge/release-v0.2.18-blue" alt="release v0.2.18">
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
[AI 一键安装](#ai-一键安装) · [安装](#安装) · [配置](#配置) · [权限配置](#权限配置) · [Oracle SQLcl](#oracle-sqlcl) · [许可证](#许可证) · [友情链接](#友情链接)
|
package/README_EN.md
CHANGED
|
@@ -12,7 +12,7 @@ MySQL · PostgreSQL · Redis · Oracle · MongoDB · Read-only mode · Command b
|
|
|
12
12
|
<img src="https://img.shields.io/badge/Node.js-%3E%3D20-339933?logo=node.js&logoColor=white" alt="Node.js >=20">
|
|
13
13
|
<img src="https://img.shields.io/badge/npm-%3E%3D10-CB3837?logo=npm&logoColor=white" alt="npm >=10">
|
|
14
14
|
<img src="https://img.shields.io/badge/sys-win%2Fmac%2Flinux-0078D6" alt="sys win/mac/linux">
|
|
15
|
-
<img src="https://img.shields.io/badge/release-v0.2.
|
|
15
|
+
<img src="https://img.shields.io/badge/release-v0.2.18-blue" alt="release v0.2.18">
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
[AI One-Click Installation](#ai-one-click-installation) · [Installation](#installation) · [Configuration](#configuration) · [Permission Configuration](#permission-configuration) · [Oracle SQLcl](#oracle-sqlcl) · [License](#license) · [Friendly Links](#friendly-links)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-database-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.18",
|
|
4
4
|
"description": "统一数据库命令行工具,支持只读、黑名单和本地连接守护进程。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"config/docker-test.json"
|
|
25
25
|
],
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@agent-database-cli/darwin-arm64": "0.2.
|
|
28
|
-
"@agent-database-cli/darwin-x64": "0.2.
|
|
29
|
-
"@agent-database-cli/linux-arm64": "0.2.
|
|
30
|
-
"@agent-database-cli/linux-x64": "0.2.
|
|
31
|
-
"@agent-database-cli/win32-x64": "0.2.
|
|
27
|
+
"@agent-database-cli/darwin-arm64": "0.2.18",
|
|
28
|
+
"@agent-database-cli/darwin-x64": "0.2.18",
|
|
29
|
+
"@agent-database-cli/linux-arm64": "0.2.18",
|
|
30
|
+
"@agent-database-cli/linux-x64": "0.2.18",
|
|
31
|
+
"@agent-database-cli/win32-x64": "0.2.18"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|