@geniehr/utilities 1.0.12 → 1.0.13

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.
@@ -13,7 +13,9 @@ import { RekognitionClient, IndexFacesCommand, SearchFacesByImageCommand } from
13
13
  const rekognition = new RekognitionClient({ region: 'ap-south-1', credentials: env === 'local' ? fromIni({ profile: 'ghr-aws-dev-profile' }) : undefined });
14
14
  const s3 = new S3Client({
15
15
  region: 'ap-south-1',
16
- credentials: env === 'local' ? fromIni({ profile: 'ghr-aws-dev-profile' }) : undefined
16
+ credentials: env === 'local' ? fromIni({ profile: 'ghr-aws-dev-profile' }) : undefined,
17
+ requestChecksumCalculation: "WHEN_REQUIRED",
18
+ responseChecksumValidation: "WHEN_REQUIRED"
17
19
  });
18
20
  const client = new CognitoIdentityProviderClient({
19
21
  region: 'ap-south-1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geniehr/utilities",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/Genie-HR/ghr-utilities#readme",
6
6
  "bugs": {