@amqp-contract/asyncapi 0.0.1 → 0.0.2

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 +1 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -50,6 +50,7 @@ writeFileSync('asyncapi.json', JSON.stringify(asyncAPISpec, null, 2));
50
50
  Generate an AsyncAPI 3.0.0 specification from an AMQP contract.
51
51
 
52
52
  **Parameters:**
53
+
53
54
  - `contract`: The AMQP contract definition
54
55
  - `options`: Configuration options
55
56
  - `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.2",
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.2"
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": {