@fedify/backfill 2.4.0-dev.1490 → 2.4.0-dev.1508

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
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![Follow @fedify@hackers.pub][@fedify@hackers.pub badge]][@fedify@hackers.pub]
9
9
 
10
10
  *This package is available since Fedify 2.3.0.*
11
11
 
@@ -21,8 +21,8 @@ are unavailable or incomplete.
21
21
  [JSR]: https://jsr.io/@fedify/backfill
22
22
  [npm badge]: https://img.shields.io/npm/v/@fedify/backfill?logo=npm
23
23
  [npm]: https://www.npmjs.com/package/@fedify/backfill
24
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
25
- [@fedify@hollo.social]: https://hollo.social/@fedify
24
+ [@fedify@hackers.pub badge]: https://fedi-badge.deno.dev/@fedify@hackers.pub/followers.svg
25
+ [@fedify@hackers.pub]: https://hackers.pub/@fedify
26
26
  [Fedify]: https://fedify.dev/
27
27
  [FEP-f228]: https://w3id.org/fep/f228
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/backfill",
3
- "version": "2.4.0-dev.1490+e2224ef1",
3
+ "version": "2.4.0-dev.1508+68519bf4",
4
4
  "description": "ActivityPub backfill support for Fedify",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -46,7 +46,7 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@fedify/vocab": "2.4.0-dev.1490+e2224ef1"
49
+ "@fedify/vocab": "2.4.0-dev.1508+68519bf4"
50
50
  },
51
51
  "devDependencies": {
52
52
  "tsdown": "^0.22.0",