@carllee1983/dbcli 3.0.0 → 4.0.0

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/dist/cli.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@carllee1983/dbcli",
6
- version: "3.0.0",
6
+ version: "4.0.0",
7
7
  description: "Database CLI for AI agents",
8
8
  type: "module",
9
9
  publishConfig: {
@@ -73,6 +73,8 @@ var package_default = {
73
73
  "release:check": "bash scripts/release-check.sh",
74
74
  "plugin:sync": "bun run scripts/sync-plugin-assets.ts --write",
75
75
  "plugin:check": "bun run scripts/sync-plugin-assets.ts",
76
+ "manifest:sync": "bun run scripts/check-plugin-manifests.ts --write",
77
+ "manifest:check": "bun run scripts/check-plugin-manifests.ts",
76
78
  test: "bun test --timeout 30000",
77
79
  "test:unit": "bun test tests/unit tests/core",
78
80
  "test:integration": "bun test tests/integration",