@amqp-contract/asyncapi 0.0.2 → 0.0.5

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  AsyncAPI 3.0.0 specification generator for amqp-contract.
4
4
 
5
+ 📖 **[Full documentation →](https://btravers.github.io/amqp-contract/api/asyncapi)**
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amqp-contract/asyncapi",
3
- "version": "0.0.2",
3
+ "version": "0.0.5",
4
4
  "description": "AsyncAPI specification generator for amqp-contract",
5
5
  "keywords": [
6
6
  "amqp",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@standard-schema/spec": "1.1.0",
45
- "@amqp-contract/contract": "0.0.2"
45
+ "@amqp-contract/contract": "0.0.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "25.0.3",