@aws-sdk/dsql-signer 3.750.0 → 3.768.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/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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  DsqlSigner: () => DsqlSigner
25
25
  });
26
- module.exports = __toCommonJS(src_exports);
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/dsql-signer",
3
- "version": "3.750.0",
3
+ "version": "3.768.0",
4
4
  "description": "Dsql utility for generating a password token that can be used for IAM authentication to a Dsql Database.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/credential-providers": "3.750.0",
30
+ "@aws-sdk/credential-providers": "3.768.0",
31
31
  "@aws-sdk/util-format-url": "3.734.0",
32
32
  "@smithy/config-resolver": "^4.0.1",
33
33
  "@smithy/hash-node": "^4.0.1",