@aws-sdk/util-create-request 3.533.0 → 3.552.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/package.json +7 -7
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ const request = await createRequest<any, GetObjectCommandInput, GetObjectCommand
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
You can omit the generics in this function and rely on the type inference. In this
|
|
68
|
-
way you will lose the type safety for insuring client and command comes from the same
|
|
68
|
+
way, you will lose the type safety for insuring client and command comes from the same
|
|
69
69
|
service.
|
|
70
70
|
|
|
71
71
|
```typescript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-create-request",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.552.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 util-create-request",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
25
|
-
"@smithy/middleware-stack": "^2.
|
|
26
|
-
"@smithy/smithy-client": "^2.
|
|
27
|
-
"@smithy/types": "^2.
|
|
28
|
-
"tslib": "^2.
|
|
24
|
+
"@aws-sdk/types": "3.535.0",
|
|
25
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
26
|
+
"@smithy/smithy-client": "^2.5.1",
|
|
27
|
+
"@smithy/types": "^2.12.0",
|
|
28
|
+
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@smithy/protocol-http": "^3.
|
|
31
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
|
33
33
|
"@types/node": "^14.14.31",
|
|
34
34
|
"concurrently": "7.0.0",
|