@amqp-contract/asyncapi 0.0.1 → 0.0.4

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 +3 -0
  2. package/package.json +11 -11
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
@@ -50,6 +52,7 @@ writeFileSync('asyncapi.json', JSON.stringify(asyncAPISpec, null, 2));
50
52
  Generate an AsyncAPI 3.0.0 specification from an AMQP contract.
51
53
 
52
54
  **Parameters:**
55
+
53
56
  - `contract`: The AMQP contract definition
54
57
  - `options`: Configuration options
55
58
  - `info`: API information (title, version, description, etc.)
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@amqp-contract/asyncapi",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "AsyncAPI specification generator for amqp-contract",
5
5
  "keywords": [
6
6
  "amqp",
7
- "typescript",
8
- "contract",
9
7
  "asyncapi",
10
- "rabbitmq"
8
+ "contract",
9
+ "rabbitmq",
10
+ "typescript"
11
11
  ],
12
12
  "homepage": "https://github.com/btravers/amqp-contract#readme",
13
13
  "bugs": {
@@ -41,16 +41,16 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@standard-schema/spec": "1.0.0",
45
- "@amqp-contract/contract": "0.0.1"
44
+ "@standard-schema/spec": "1.1.0",
45
+ "@amqp-contract/contract": "0.0.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/node": "24.10.2",
49
- "@vitest/coverage-v8": "4.0.15",
50
- "tsdown": "0.17.2",
48
+ "@types/node": "25.0.3",
49
+ "@vitest/coverage-v8": "4.0.16",
50
+ "tsdown": "0.18.1",
51
51
  "typescript": "5.9.3",
52
- "vitest": "4.0.15",
53
- "zod": "4.1.13",
52
+ "vitest": "4.0.16",
53
+ "zod": "4.2.1",
54
54
  "@amqp-contract/tsconfig": "0.0.0"
55
55
  },
56
56
  "scripts": {