@fedify/cfworkers 2.3.0-dev.1213 → 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.
Files changed (2) hide show
  1. package/README.md +2 -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
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  *This package is available since Fedify 1.9.0.*
11
11
 
@@ -54,7 +54,7 @@ export default {
54
54
  [JSR]: https://jsr.io/@fedify/cfworkers
55
55
  [npm badge]: https://img.shields.io/npm/v/@fedify/cfworkers?logo=npm
56
56
  [npm]: https://www.npmjs.com/package/@fedify/cfworkers
57
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
57
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
58
58
  [@fedify@hollo.social]: https://hollo.social/@fedify
59
59
  [Fedify]: https://fedify.dev/
60
60
  [`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/cfworkers",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1214+0f808ac3",
4
4
  "description": "Adapt Fedify with Cloudflare Workers",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "peerDependencies": {
54
54
  "@cloudflare/workers-types": "^4.20260511.1",
55
- "@fedify/fedify": "^2.3.0-dev.1213+8ffffeb8"
55
+ "@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@cloudflare/vitest-pool-workers": "^0.8.31",