@carllee1983/dbcli 1.47.1 → 1.48.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcli-agent",
3
- "version": "1.47.1",
3
+ "version": "1.48.0",
4
4
  "description": "Database CLI skill and command reference for AI agents.",
5
5
  "contextFileName": "AGENTS.md"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carllee1983/dbcli",
3
- "version": "1.47.1",
3
+ "version": "1.48.0",
4
4
  "description": "Database CLI for AI agents",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -47,6 +47,7 @@
47
47
  },
48
48
  "files": [
49
49
  "dist/",
50
+ "!dist/.build-stamp",
50
51
  "assets/",
51
52
  "plugins/",
52
53
  "skills/",
@@ -68,7 +69,7 @@
68
69
  "release:check": "bash scripts/release-check.sh",
69
70
  "plugin:sync": "bun run scripts/sync-plugin-assets.ts --write",
70
71
  "plugin:check": "bun run scripts/sync-plugin-assets.ts",
71
- "test": "bun test",
72
+ "test": "bun test --timeout 30000",
72
73
  "test:unit": "bun test tests/unit tests/core",
73
74
  "test:integration": "bun test tests/integration",
74
75
  "test:docker": "docker compose -f docker-compose.test.yml up -d --wait && bun test tests/integration/adapters; docker compose -f docker-compose.test.yml down",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcli-agent",
3
- "version": "1.47.1",
3
+ "version": "1.48.0",
4
4
  "description": "Database CLI skill and command reference for AI agents",
5
5
  "author": {
6
6
  "name": "Carl Lee",