@pickled-dev/cli 0.4.0 → 0.5.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 (3) hide show
  1. package/README.md +52 -64
  2. package/dist/index.js +223 -202
  3. package/package.json +5 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pickled-dev/cli",
3
- "version": "0.4.0",
4
- "description": "Stay fresh in AI 🥒",
3
+ "version": "0.5.1",
4
+ "description": "Test what agents actually understand about your product",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "dev": "bun run ./src/index.ts",
15
- "build": "bun build ./src/index.ts --outdir ./dist --target node --minify",
15
+ "build": "bun build ./src/index.ts --outdir ./dist --target bun --minify",
16
16
  "release": "semantic-release"
17
17
  },
18
18
  "dependencies": {
@@ -26,6 +26,7 @@
26
26
  "@semantic-release/commit-analyzer": "^13.0.1",
27
27
  "@semantic-release/exec": "^7.1.0",
28
28
  "@semantic-release/git": "^10.0.1",
29
- "@semantic-release/github": "^12.0.2"
29
+ "@semantic-release/github": "^12.0.2",
30
+ "semantic-release-ai-notes": "^0.3.0"
30
31
  }
31
32
  }