@aws-sdk/rds-signer 3.768.0 → 3.772.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,7 +46,7 @@ const signer = new Signer({
46
46
  */
47
47
  username: "user1",
48
48
  /**
49
- * Optional. The AWS credentials to sign requests with. Uses the default credential provider chain in not specified.
49
+ * Optional. The AWS credentials to sign requests with. Uses the default credential provider chain if not specified.
50
50
  */
51
51
  credentials: fromNodeCredentialProvider(),
52
52
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/rds-signer",
3
- "version": "3.768.0",
3
+ "version": "3.772.0",
4
4
  "description": "RDS utility for generating a password that can be used for IAM authentication to an RDS DB.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/credential-providers": "3.768.0",
31
+ "@aws-sdk/credential-providers": "3.772.0",
32
32
  "@aws-sdk/util-format-url": "3.734.0",
33
33
  "@smithy/config-resolver": "^4.0.1",
34
34
  "@smithy/hash-node": "^4.0.1",