@aws-sdk/rds-signer 3.758.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.
- package/README.md +1 -1
- package/dist-cjs/index.js +3 -3
- 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
|
|
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/dist-cjs/index.js
CHANGED
|
@@ -19,11 +19,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
Signer: () => Signer
|
|
25
25
|
});
|
|
26
|
-
module.exports = __toCommonJS(
|
|
26
|
+
module.exports = __toCommonJS(index_exports);
|
|
27
27
|
|
|
28
28
|
// src/Signer.ts
|
|
29
29
|
var import_util_format_url = require("@aws-sdk/util-format-url");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/rds-signer",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
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",
|