mock-aws-s3-v3 6.0.9 → 6.0.11

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,7 +33,7 @@ The following operations are currently supported in this mock:
33
33
  - CreateBucketCommand
34
34
  - DeleteBucketCommand
35
35
  - ListObjectsCommand
36
- - ListObjectsV2Command
36
+ - ListObjectsV2Command (see issue [#454](https://github.com/goldstack/goldstack/issues/454))
37
37
  - DeleteObjectsCommand
38
38
  - DeleteObjectCommand
39
39
  - GetObjectCommand
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mock-aws-s3-v3",
3
- "version": "6.0.9",
3
+ "version": "6.0.11",
4
4
  "description": "Local file-based mock for AWS S3 for unit and local testing for AWS JavaScript SDK v3+.",
5
5
  "keywords": [
6
6
  "node",
@@ -34,8 +34,8 @@
34
34
  "version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\""
35
35
  },
36
36
  "dependencies": {
37
- "@aws-sdk/client-s3": "^3.896.0",
38
- "@smithy/types": "^4.5.0",
37
+ "@aws-sdk/client-s3": "3.934.0",
38
+ "@smithy/types": "4.9.0",
39
39
  "@types/sinon": "^17.0.4",
40
40
  "aws-sdk-client-mock": "^4.1.0",
41
41
  "mock-aws-s3": "^4.0.2"