@zmdb/transport-sqs 1.0.0-beta.1 → 1.0.0-beta.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
SQS standard-queue events for `@zmdb/app/messaging`.
|
|
4
4
|
|
|
5
5
|
```sh
|
|
6
|
-
yarn add @zmdb/transport-sqs@1.0.0-beta.
|
|
6
|
+
yarn add @zmdb/transport-sqs@1.0.0-beta.2 @zmdb/app@1.0.0-beta.2 @aws-sdk/client-sqs@3.1127.0
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/transport-sqs",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "SQS standard-queue transport for the zmdb application messaging contract, with explicit receipts, retry visibility and confirmed dead-letter handoff.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@aws-sdk/client-sqs": ">=3.1127.0 <4.0.0",
|
|
42
|
-
"@zmdb/app": "1.0.0-beta.
|
|
42
|
+
"@zmdb/app": "1.0.0-beta.2"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=26"
|