@hdriel/aws-utils 1.3.0 → 1.3.1
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -485,4 +485,4 @@ declare class AWSConfigSharingUtil {
|
|
|
485
485
|
};
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
export { ACLs, AWSConfigSharingUtil, type BucketInfo, type FILE_EXT, type FILE_TYPE, IamUtil, type IamUtilProps, type LambdaPayloadResponse, LambdaUtil, type LambdaUtilProps, S3LocalstackUtil, S3Util, type S3UtilProps, SUPPORTED_IFRAME_EXTENSIONS, SnsUtil, type SnsUtilProps, type TreeDirectoryItem, type TreeFileItem, type UploadedS3File };
|
|
488
|
+
export { ACLs, AWSConfigSharingUtil, type BucketInfo, type FILE_EXT, type FILE_TYPE, type FileUploadResponse, IamUtil, type IamUtilProps, type LambdaPayloadResponse, LambdaUtil, type LambdaUtilProps, S3LocalstackUtil, S3Util, type S3UtilProps, SUPPORTED_IFRAME_EXTENSIONS, SnsUtil, type SnsUtilProps, type TreeDirectoryItem, type TreeFileItem, type UploadedS3File };
|
package/dist/index.d.ts
CHANGED
|
@@ -485,4 +485,4 @@ declare class AWSConfigSharingUtil {
|
|
|
485
485
|
};
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
export { ACLs, AWSConfigSharingUtil, type BucketInfo, type FILE_EXT, type FILE_TYPE, IamUtil, type IamUtilProps, type LambdaPayloadResponse, LambdaUtil, type LambdaUtilProps, S3LocalstackUtil, S3Util, type S3UtilProps, SUPPORTED_IFRAME_EXTENSIONS, SnsUtil, type SnsUtilProps, type TreeDirectoryItem, type TreeFileItem, type UploadedS3File };
|
|
488
|
+
export { ACLs, AWSConfigSharingUtil, type BucketInfo, type FILE_EXT, type FILE_TYPE, type FileUploadResponse, IamUtil, type IamUtilProps, type LambdaPayloadResponse, LambdaUtil, type LambdaUtilProps, S3LocalstackUtil, S3Util, type S3UtilProps, SUPPORTED_IFRAME_EXTENSIONS, SnsUtil, type SnsUtilProps, type TreeDirectoryItem, type TreeFileItem, type UploadedS3File };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hdriel/aws-utils",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Simplified AWS SDK (v3) utilities for S3 (upload, download, streaming) with TypeScript support",
|
|
5
5
|
"author": "Hadriel Benjo (https://github.com/hdriel)",
|
|
6
6
|
"type": "module",
|