@yiaany/ghostapi 0.2.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ The format follows the spirit of [Keep a Changelog](https://keepachangelog.com/e
6
6
 
7
7
  ## Unreleased
8
8
 
9
- ## 0.2.0 - 2026-09-01
9
+ ## 0.2.1 - 2026-09-01
10
10
 
11
11
  ### Security
12
12
 
package/README.md CHANGED
@@ -177,7 +177,7 @@ Generic MCP configuration:
177
177
  "mcpServers": {
178
178
  "ghostapi": {
179
179
  "command": "npx",
180
- "args": ["-y", "@yiaany/ghostapi@0.2.0", "mcp"]
180
+ "args": ["-y", "@yiaany/ghostapi@0.2.1", "mcp"]
181
181
  }
182
182
  }
183
183
  }
package/docs/ci.md CHANGED
@@ -12,7 +12,7 @@ Set `GHOSTAPI_DATA_DIR` to an ephemeral CI directory and use one immutable Ghost
12
12
  set -u
13
13
 
14
14
  export GHOSTAPI_DATA_DIR="$CI_WORKSPACE/.ghostapi-ci"
15
- export GHOSTAPI_VERSION="0.2.0"
15
+ export GHOSTAPI_VERSION="0.2.1"
16
16
  npm install --global "@yiaany/ghostapi@$GHOSTAPI_VERSION"
17
17
 
18
18
  run_status=0
@@ -6,7 +6,7 @@ The repository workflow at [`.github/workflows/ghostapi-pr-safety.yml`](../.gith
6
6
 
7
7
  ```yaml
8
8
  env:
9
- GHOSTAPI_VERSION: "0.2.0"
9
+ GHOSTAPI_VERSION: "0.2.1"
10
10
 
11
11
  - name: Install pinned GhostAPI
12
12
  run: npm install --global "@yiaany/ghostapi@$GHOSTAPI_VERSION"
package/docs/mcp.md CHANGED
@@ -15,7 +15,7 @@ npx @yiaany/ghostapi mcp
15
15
  "mcpServers": {
16
16
  "ghostapi": {
17
17
  "command": "npx",
18
- "args": ["-y", "@yiaany/ghostapi@0.2.0", "mcp"]
18
+ "args": ["-y", "@yiaany/ghostapi@0.2.1", "mcp"]
19
19
  }
20
20
  }
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yiaany/ghostapi",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Local API simulation and test evidence for AI-assisted development.",
5
5
  "type": "module",
6
6
  "repository": {