@fedify/cli 1.3.4 → 1.3.6
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 +3 -3
- package/install.mjs +1 -1
- package/package.json +1 -1
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/
|
|
19
|
-
[GitHub Releases badge]: https://img.shields.io/github/v/release/
|
|
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/
|
|
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/
|
|
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.
|
|
1
|
+
{"name":"@fedify/cli","version":"1.3.6","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"}}
|