@fedify/debugger 2.3.0-dev.1212 → 2.3.0-dev.1214
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[![JSR][JSR badge]][JSR]
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
|
-
[![
|
|
8
|
+
[![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
|
|
9
9
|
|
|
10
10
|
*This package is available since Fedify 2.0.0.*
|
|
11
11
|
|
|
@@ -44,7 +44,7 @@ advanced setup, see the [Debugging section] of the Fedify manual.
|
|
|
44
44
|
[JSR]: https://jsr.io/@fedify/debugger
|
|
45
45
|
[npm badge]: https://img.shields.io/npm/v/@fedify/debugger?logo=npm
|
|
46
46
|
[npm]: https://www.npmjs.com/package/@fedify/debugger
|
|
47
|
-
[@fedify@hollo.social badge]: https://fedi-badge.
|
|
47
|
+
[@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
|
|
48
48
|
[@fedify@hollo.social]: https://hollo.social/@fedify
|
|
49
49
|
[`@fedify/hono`]: https://jsr.io/@fedify/hono
|
|
50
50
|
[`@fedify/express`]: https://www.npmjs.com/package/@fedify/express
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/debugger",
|
|
3
|
-
"version": "2.3.0-dev.
|
|
3
|
+
"version": "2.3.0-dev.1214+0f808ac3",
|
|
4
4
|
"description": "Embedded ActivityPub debug dashboard for Fedify",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/mod.cjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"directory": "packages/debugger"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@fedify/fedify": "^2.3.0-dev.
|
|
32
|
+
"@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@js-temporal/polyfill": "^0.5.1",
|