@aws-sdk/lib-storage 3.294.0 → 3.295.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.
@@ -1,3 +1,4 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { Readable } from "stream";
3
4
  export declare function getDataReadable(data: Readable): AsyncGenerator<Buffer>;
@@ -7,8 +7,8 @@ export interface Progress {
7
7
  Key?: string;
8
8
  Bucket?: string;
9
9
  }
10
- export declare type BodyDataTypes = PutObjectCommandInput["Body"];
11
- export declare type ServiceClients = S3Client;
10
+ export type BodyDataTypes = PutObjectCommandInput["Body"];
11
+ export type ServiceClients = S3Client;
12
12
  export interface Configuration {
13
13
  queueSize: number;
14
14
  partSize: number;
@@ -7,11 +7,11 @@ export interface Progress {
7
7
  Key?: string;
8
8
  Bucket?: string;
9
9
  }
10
- export declare type BodyDataTypes = PutObjectCommandInput["Body"];
10
+ export type BodyDataTypes = PutObjectCommandInput["Body"];
11
11
  /**
12
12
  * @deprecated redundant, use {@link S3Client} directly.
13
13
  */
14
- export declare type ServiceClients = S3Client;
14
+ export type ServiceClients = S3Client;
15
15
  export interface Configuration {
16
16
  /**
17
17
  * The size of the concurrent queue manager to upload parts in parallel. Set to 1 for synchronous uploading of parts. Note that the uploader will buffer at most queueSize * partSize bytes into memory at any given time.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-storage",
3
- "version": "3.294.0",
3
+ "version": "3.295.0",
4
4
  "description": "Storage higher order operation",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,28 +24,28 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-endpoint": "3.292.0",
28
- "@aws-sdk/smithy-client": "3.292.0",
27
+ "@aws-sdk/middleware-endpoint": "3.295.0",
28
+ "@aws-sdk/smithy-client": "3.295.0",
29
29
  "buffer": "5.6.0",
30
30
  "events": "3.3.0",
31
31
  "stream-browserify": "3.0.0",
32
- "tslib": "^2.3.1"
32
+ "tslib": "^2.5.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@aws-sdk/abort-controller": "^3.0.0",
36
36
  "@aws-sdk/client-s3": "^3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@aws-sdk/abort-controller": "3.292.0",
40
- "@aws-sdk/client-s3": "3.294.0",
41
- "@aws-sdk/types": "3.292.0",
39
+ "@aws-sdk/abort-controller": "3.295.0",
40
+ "@aws-sdk/client-s3": "3.295.0",
41
+ "@aws-sdk/types": "3.295.0",
42
42
  "@tsconfig/recommended": "1.0.1",
43
43
  "@types/node": "^14.11.2",
44
44
  "concurrently": "7.0.0",
45
45
  "downlevel-dts": "0.10.1",
46
46
  "rimraf": "3.0.2",
47
47
  "typedoc": "0.23.23",
48
- "typescript": "~4.6.2",
48
+ "typescript": "~4.9.5",
49
49
  "web-streams-polyfill": "^3.0.0"
50
50
  },
51
51
  "typesVersions": {