@fedify/cli 1.3.5 → 1.3.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.
package/README.md CHANGED
@@ -15,8 +15,8 @@ federated server apps. Although it is primarily designed for developers who use
15
15
  [JSR badge]: https://jsr.io/badges/@fedify/cli
16
16
  [npm]: https://www.npmjs.com/package/@fedify/cli
17
17
  [npm badge]: https://img.shields.io/npm/v/@fedify/cli?logo=npm
18
- [GitHub Releases]: https://github.com/dahlia/fedify/releases
19
- [GitHub Releases badge]: https://img.shields.io/github/v/release/dahlia/fedify?sort=semver&logo=github
18
+ [GitHub Releases]: https://github.com/fedify-dev/fedify/releases
19
+ [GitHub Releases badge]: https://img.shields.io/github/v/release/fedify-dev/fedify?sort=semver&logo=github
20
20
  [Fedify]: https://fedify.dev/
21
21
 
22
22
 
@@ -73,4 +73,4 @@ deno install `
73
73
  You can download the pre-built executables from the [releases] page. Download
74
74
  the appropriate executable for your platform and put it in your `PATH`.
75
75
 
76
- [releases]: https://github.com/dahlia/fedify/releases
76
+ [releases]: https://github.com/fedify-dev/fedify/releases
package/install.mjs CHANGED
@@ -81,7 +81,7 @@ function getDownloadUrl(version) {
81
81
  }
82
82
  const filename = `fedify-cli-${version}-${suffix}`;
83
83
  const url =
84
- `https://github.com/dahlia/fedify/releases/download/${version}/${filename}`;
84
+ `https://github.com/fedify-dev/fedify/releases/download/${version}/${filename}`;
85
85
  return url;
86
86
  }
87
87
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@fedify/cli","version":"1.3.5","private":false,"type":"module","files":["README.md","install.mjs","run.mjs"],"bin":{"fedify":"./run.mjs"},"scripts":{"postinstall":"node install.mjs"},"engines":{"node":">=18.0.0"},"os":["darwin","linux","win32"],"cpu":["x64","arm64"],"description":"CLI toolchain for Fedify and debugging ActivityPub","keywords":["fedify","activitypub","cli","fediverse"],"homepage":"https://fedify.dev/cli","bugs":{"url":"https://github.com/dahlia/fedify/issues"},"license":"MIT","author":{"name":"Hong Minhee","email":"hong@minhee.org","url":"https://hongminhee.org/"},"funding":["https://github.com/sponsors/dahlia"],"repository":{"type":"git","url":"git+https://github.com/dahlia/fedify.git"}}
1
+ {"name":"@fedify/cli","version":"1.3.7","private":false,"type":"module","files":["README.md","install.mjs","run.mjs"],"bin":{"fedify":"./run.mjs"},"scripts":{"postinstall":"node install.mjs"},"engines":{"node":">=18.0.0"},"os":["darwin","linux","win32"],"cpu":["x64","arm64"],"description":"CLI toolchain for Fedify and debugging ActivityPub","keywords":["fedify","activitypub","cli","fediverse"],"homepage":"https://fedify.dev/cli","bugs":{"url":"https://github.com/fedify-dev/fedify/issues"},"license":"MIT","author":{"name":"Hong Minhee","email":"hong@minhee.org","url":"https://hongminhee.org/"},"funding":["https://github.com/sponsors/dahlia"],"repository":{"type":"git","url":"git+https://github.com/fedify-dev/fedify.git"}}