@aws-sdk/s3-request-presigner 3.496.0 → 3.498.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 +2 -2
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -154,7 +154,7 @@ var getSignedUrl = /* @__PURE__ */ __name(async (client, command, options = {})
|
|
|
154
154
|
// Annotate the CommonJS export names for ESM import in node:
|
|
155
155
|
|
|
156
156
|
0 && (module.exports = {
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
getSignedUrl,
|
|
158
|
+
S3RequestPresigner
|
|
159
159
|
});
|
|
160
160
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/s3-request-presigner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.498.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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@aws-sdk/client-s3": "3.
|
|
34
|
+
"@aws-sdk/client-s3": "3.498.0",
|
|
35
35
|
"@smithy/hash-node": "^2.1.1",
|
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
|
37
37
|
"@types/node": "^14.14.31",
|