@aws-sdk/s3-request-presigner 3.495.0 → 3.496.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/dist-cjs/index.js +2 -0
  2. package/package.json +10 -10
package/dist-cjs/index.js CHANGED
@@ -152,7 +152,9 @@ var getSignedUrl = /* @__PURE__ */ __name(async (client, command, options = {})
152
152
  return (0, import_util_format_url.formatUrl)(presigned);
153
153
  }, "getSignedUrl");
154
154
  // Annotate the CommonJS export names for ESM import in node:
155
+
155
156
  0 && (module.exports = {
156
157
  S3RequestPresigner,
157
158
  getSignedUrl
158
159
  });
160
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/s3-request-presigner",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
@@ -21,18 +21,18 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/signature-v4-multi-region": "3.495.0",
25
- "@aws-sdk/types": "3.495.0",
26
- "@aws-sdk/util-format-url": "3.495.0",
27
- "@smithy/middleware-endpoint": "^2.4.0",
28
- "@smithy/protocol-http": "^3.1.0",
29
- "@smithy/smithy-client": "^2.3.0",
30
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/signature-v4-multi-region": "3.496.0",
25
+ "@aws-sdk/types": "3.496.0",
26
+ "@aws-sdk/util-format-url": "3.496.0",
27
+ "@smithy/middleware-endpoint": "^2.4.1",
28
+ "@smithy/protocol-http": "^3.1.1",
29
+ "@smithy/smithy-client": "^2.3.1",
30
+ "@smithy/types": "^2.9.1",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@aws-sdk/client-s3": "3.495.0",
35
- "@smithy/hash-node": "^2.1.0",
34
+ "@aws-sdk/client-s3": "3.496.0",
35
+ "@smithy/hash-node": "^2.1.1",
36
36
  "@tsconfig/recommended": "1.0.1",
37
37
  "@types/node": "^14.14.31",
38
38
  "concurrently": "7.0.0",