@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 +1 -1
- package/README.md +1 -1
- package/docs/ci.md +1 -1
- package/docs/github-actions.md +1 -1
- package/docs/mcp.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
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.
|
|
15
|
+
export GHOSTAPI_VERSION="0.2.1"
|
|
16
16
|
npm install --global "@yiaany/ghostapi@$GHOSTAPI_VERSION"
|
|
17
17
|
|
|
18
18
|
run_status=0
|
package/docs/github-actions.md
CHANGED
package/docs/mcp.md
CHANGED