@fedify/sveltekit 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.
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
 
@@ -31,7 +31,7 @@ Put the above code in your *hooks.server.ts* file.
31
31
  [JSR]: https://jsr.io/@fedify/sveltekit
32
32
  [npm badge]: https://img.shields.io/npm/v/@fedify/sveltekit?logo=npm
33
33
  [npm]: https://www.npmjs.com/package/@fedify/sveltekit
34
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
34
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
35
35
  [@fedify@hollo.social]: https://hollo.social/@fedify
36
36
  [Fedify]: https://fedify.dev/
37
37
  [SvelteKit]: https://kit.svelte.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/sveltekit",
3
- "version": "2.3.0-dev.1212+3737de7f",
3
+ "version": "2.3.0-dev.1214+0f808ac3",
4
4
  "description": "Integrate Fedify with SvelteKit",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "peerDependencies": {
53
53
  "@sveltejs/kit": "^2.0.0",
54
- "@fedify/fedify": "^2.3.0-dev.1212+3737de7f"
54
+ "@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.22.0",