@vibe-agent-toolkit/discovery 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -385,8 +385,8 @@ The package includes comprehensive tests:
385
385
 
386
386
  Run tests:
387
387
  ```bash
388
- bun test
389
- bun test:integration
388
+ bun run test:unit
389
+ bun run test:integration
390
390
  ```
391
391
 
392
392
  ## Related Packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-agent-toolkit/discovery",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Intelligent file discovery for VAT agents and Claude Skills",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "typecheck": "tsc --noEmit"
23
23
  },
24
24
  "dependencies": {
25
- "@vibe-agent-toolkit/utils": "0.1.0",
25
+ "@vibe-agent-toolkit/utils": "0.1.1",
26
26
  "picomatch": "^4.0.2"
27
27
  },
28
28
  "devDependencies": {