@fedify/debugger 2.3.1 → 2.3.2

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/README.md +3 -3
  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
- [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
9
9
 
10
10
  *This package is available since Fedify 2.0.0.*
11
11
 
@@ -44,8 +44,8 @@ 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.minhee.org/@fedify@hollo.social/followers.svg
48
- [@fedify@hollo.social]: https://hollo.social/@fedify
47
+ [@fedify@hackers.pub badge]: https://fedi-badge.minhee.org/@fedify@hackers.pub/followers.svg
48
+ [@fedify@hackers.pub]: https://hackers.pub/@fedify
49
49
  [`@fedify/hono`]: https://jsr.io/@fedify/hono
50
50
  [`@fedify/express`]: https://www.npmjs.com/package/@fedify/express
51
51
  [Debugging section]: https://fedify.dev/manual/debug
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/debugger",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
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.1"
32
+ "@fedify/fedify": "^2.3.2"
33
33
  },
34
34
  "dependencies": {
35
35
  "@js-temporal/polyfill": "^0.5.1",