@amqp-contract/testing 0.17.0 → 0.18.0
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.
- package/docs/extension.md +1 -1
- package/docs/global-setup.md +1 -1
- package/package.json +2 -2
package/docs/extension.md
CHANGED
|
@@ -27,4 +27,4 @@ const it: TestAPI<{
|
|
|
27
27
|
}>;
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
Defined in: [extension.ts:16](https://github.com/btravers/amqp-contract/blob/
|
|
30
|
+
Defined in: [extension.ts:16](https://github.com/btravers/amqp-contract/blob/fc480811955c7c63b50aea18b1676c065870bfae/packages/testing/src/extension.ts#L16)
|
package/docs/global-setup.md
CHANGED
|
@@ -23,7 +23,7 @@ By default, it uses the public Docker Hub image (`rabbitmq:4.2.1-management-alpi
|
|
|
23
23
|
function default(provide): Promise<() => Promise<void>>;
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
Defined in: [global-setup.ts:58](https://github.com/btravers/amqp-contract/blob/
|
|
26
|
+
Defined in: [global-setup.ts:58](https://github.com/btravers/amqp-contract/blob/fc480811955c7c63b50aea18b1676c065870bfae/packages/testing/src/global-setup.ts#L58)
|
|
27
27
|
|
|
28
28
|
Setup function for Vitest globalSetup
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amqp-contract/testing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Testing utilities for AMQP contracts with testcontainers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"amqp",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/amqplib": "0.10.8",
|
|
42
42
|
"tsdown": "0.20.3",
|
|
43
43
|
"typedoc": "0.28.16",
|
|
44
|
-
"typedoc-plugin-markdown": "4.
|
|
44
|
+
"typedoc-plugin-markdown": "4.10.0",
|
|
45
45
|
"typescript": "5.9.3",
|
|
46
46
|
"vitest": "4.0.18",
|
|
47
47
|
"@amqp-contract/tsconfig": "0.1.0",
|