@fedify/amqp 0.1.0-dev.8 → 0.2.0-dev.11

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 +7 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -34,8 +34,8 @@ const federation = createFederation({
34
34
  [JSR badge]: https://jsr.io/badges/@fedify/amqp
35
35
  [npm]: https://www.npmjs.com/package/@fedify/amqp
36
36
  [npm badge]: https://img.shields.io/npm/v/@fedify/amqp?logo=npm
37
- [GitHub Actions]: https://github.com/dahlia/fedify-amqp/actions/workflows/main.yaml
38
- [GitHub Actions badge]: https://github.com/dahlia/fedify-amqp/actions/workflows/main.yaml/badge.svg
37
+ [GitHub Actions]: https://github.com/fedify-dev/amqp/actions/workflows/main.yaml
38
+ [GitHub Actions badge]: https://github.com/fedify-dev/amqp/actions/workflows/main.yaml/badge.svg
39
39
  [RabbitMQ]: https://www.rabbitmq.com/
40
40
  [Fedify]: https://fedify.dev/
41
41
  [`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
@@ -68,6 +68,10 @@ bun add @fedify/amqp
68
68
  Changelog
69
69
  ---------
70
70
 
71
- ### Version 0.1.0
71
+ ### Version 0.2.0
72
72
 
73
73
  To be released.
74
+
75
+ ### Version 0.1.0
76
+
77
+ Initial release. Released on October 14, 2024.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/amqp",
3
- "version": "0.1.0-dev.8+cca097fd",
3
+ "version": "0.2.0-dev.11+d17b2bfa",
4
4
  "description": "AMQP/RabbitMQ driver for Fedify",
5
5
  "keywords": [
6
6
  "fedify",
@@ -12,14 +12,14 @@
12
12
  "email": "hong@minhee.org",
13
13
  "url": "https://hongminhee.org/"
14
14
  },
15
- "homepage": "https://github.com/dahlia/fedify-amqp",
15
+ "homepage": "https://github.com/fedify-dev/amqp",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/dahlia/fedify-amqp.git"
18
+ "url": "git+https://github.com/fedify-dev/amqp.git"
19
19
  },
20
20
  "license": "MIT",
21
21
  "bugs": {
22
- "url": "https://github.com/dahlia/fedify-amqp/issues"
22
+ "url": "https://github.com/fedify-dev/amqp/issues"
23
23
  },
24
24
  "main": "./script/mod.js",
25
25
  "module": "./esm/mod.js",