agent-database-cli 0.2.15 → 0.2.16
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-database-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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.16",
|
|
28
|
+
"@agent-database-cli/darwin-x64": "0.2.16",
|
|
29
|
+
"@agent-database-cli/linux-arm64": "0.2.16",
|
|
30
|
+
"@agent-database-cli/linux-x64": "0.2.16",
|
|
31
|
+
"@agent-database-cli/win32-x64": "0.2.16"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|