@amqp-contract/testing 0.1.4 → 0.2.1

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 +15 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @amqp-contract/testing
2
2
 
3
- Testing utilities for AMQP contracts using testcontainers.
3
+ **Testing utilities for AMQP contracts using testcontainers.**
4
+
5
+ [![CI](https://github.com/btravers/amqp-contract/actions/workflows/ci.yml/badge.svg)](https://github.com/btravers/amqp-contract/actions/workflows/ci.yml)
6
+ [![npm version](https://img.shields.io/npm/v/@amqp-contract/testing.svg?logo=npm)](https://www.npmjs.com/package/@amqp-contract/testing)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@amqp-contract/testing.svg)](https://www.npmjs.com/package/@amqp-contract/testing)
8
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue?logo=typescript)](https://www.typescriptlang.org/)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
10
 
5
11
  📖 **[Full documentation →](https://btravers.github.io/amqp-contract/guide/getting-started)**
6
12
 
@@ -100,3 +106,11 @@ The following variables are provided to tests:
100
106
  - `__TESTCONTAINERS_RABBITMQ_IP__` - Container host IP
101
107
  - `__TESTCONTAINERS_RABBITMQ_PORT_5672__` - Mapped AMQP port
102
108
  - `__TESTCONTAINERS_RABBITMQ_PORT_15672__` - Mapped management port
109
+
110
+ ## Documentation
111
+
112
+ 📖 **[Read the full documentation →](https://btravers.github.io/amqp-contract)**
113
+
114
+ ## License
115
+
116
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amqp-contract/testing",
3
- "version": "0.1.4",
3
+ "version": "0.2.1",
4
4
  "description": "Testing utilities for AMQP contracts with testcontainers",
5
5
  "license": "MIT",
6
6
  "type": "module",