@fedify/redis 0.3.0 → 0.4.0-dev.16

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 +6 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,8 +28,8 @@ const federation = createFederation({
28
28
  [JSR badge]: https://jsr.io/badges/@fedify/redis
29
29
  [npm]: https://www.npmjs.com/package/@fedify/redis
30
30
  [npm badge]: https://img.shields.io/npm/v/@fedify/redis?logo=npm
31
- [GitHub Actions]: https://github.com/dahlia/fedify-redis/actions/workflows/main.yaml
32
- [GitHub Actions badge]: https://github.com/dahlia/fedify-redis/actions/workflows/main.yaml/badge.svg
31
+ [GitHub Actions]: https://github.com/fedify-dev/redis/actions/workflows/main.yaml
32
+ [GitHub Actions badge]: https://github.com/fedify-dev/redis/actions/workflows/main.yaml/badge.svg
33
33
  [Fedify]: https://fedify.dev/
34
34
  [`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
35
35
  [`MessageQueue`]: https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue
@@ -62,6 +62,10 @@ bun add @fedify/redis
62
62
  Changelog
63
63
  ---------
64
64
 
65
+ ### Version 0.4.0
66
+
67
+ To be released.
68
+
65
69
  ### Version 0.3.0
66
70
 
67
71
  Released on October 4, 2024.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/redis",
3
- "version": "0.3.0",
3
+ "version": "0.4.0-dev.16+a34d3883",
4
4
  "description": "Redis drivers for Fedify",
5
5
  "keywords": [
6
6
  "fedify",
@@ -11,14 +11,14 @@
11
11
  "email": "hong@minhee.org",
12
12
  "url": "https://hongminhee.org/"
13
13
  },
14
- "homepage": "https://github.com/dahlia/fedify-redis",
14
+ "homepage": "https://github.com/fedify-dev/redis",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/dahlia/fedify-redis.git"
17
+ "url": "git+https://github.com/fedify-dev/redis.git"
18
18
  },
19
19
  "license": "MIT",
20
20
  "bugs": {
21
- "url": "https://github.com/dahlia/fedify-redis/issues"
21
+ "url": "https://github.com/fedify-dev/redis/issues"
22
22
  },
23
23
  "main": "./script/mod.js",
24
24
  "module": "./esm/mod.js",