@pristine-ts/aws 0.0.391 → 0.0.392
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.
|
@@ -5,7 +5,7 @@ export declare class SqsClientOptions {
|
|
|
5
5
|
* The id of the Event this operation was triggered BY. Used for logging purposes.
|
|
6
6
|
* WARNING: It will NOT be added to the MessageAttributes.
|
|
7
7
|
*/
|
|
8
|
-
eventId
|
|
8
|
+
eventId?: string;
|
|
9
9
|
/**
|
|
10
10
|
* Event Group Id that groups all the events in a similar operation. Will be added to MessageAttributes.
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/aws",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.392",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/aws.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/aws.module.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@awslabs-community-fork/dynamodb-data-mapper": "^0.7.13",
|
|
31
31
|
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.13",
|
|
32
32
|
"@awslabs-community-fork/dynamodb-expressions": "^0.7.13",
|
|
33
|
-
"@pristine-ts/common": "^0.0.
|
|
34
|
-
"@pristine-ts/core": "^0.0.
|
|
35
|
-
"@pristine-ts/logging": "^0.0.
|
|
36
|
-
"@pristine-ts/networking": "^0.0.
|
|
37
|
-
"@pristine-ts/security": "^0.0.
|
|
33
|
+
"@pristine-ts/common": "^0.0.392",
|
|
34
|
+
"@pristine-ts/core": "^0.0.392",
|
|
35
|
+
"@pristine-ts/logging": "^0.0.392",
|
|
36
|
+
"@pristine-ts/networking": "^0.0.392",
|
|
37
|
+
"@pristine-ts/security": "^0.0.392",
|
|
38
38
|
"uuid": "^9.0.1"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"src/*.{js,ts}"
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "33adac47fa9679a7689f278dd4bd86f526888361"
|
|
78
78
|
}
|