@yiaany/ghostapi 0.1.6 → 0.1.7

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to GhostAPI will be documented in this file.
4
4
 
5
5
  The format follows the spirit of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project uses semantic versioning once public releases begin.
6
6
 
7
+ ## 0.1.7 - 2026-07-18
8
+
9
+ ### Changed
10
+
11
+ - Set npm package `homepage` link to the landing repository `yiaany/ghostweb` so npm cards point to the public site instead of repository code.
12
+
7
13
  ## 0.1.6 - 2026-07-18
8
14
 
9
15
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yiaany/ghostapi",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "The local internet for AI coding agents.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  "bugs": {
11
11
  "url": "https://github.com/yiaany/ghostapi/issues"
12
12
  },
13
- "homepage": "https://github.com/yiaany/ghostapi#readme",
13
+ "homepage": "https://github.com/yiaany/ghostweb#readme",
14
14
  "bin": {
15
15
  "ghostapi": "dist/cli/index.js"
16
16
  },