mock-aws-s3-v3 5.0.10 → 5.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mock-aws-s3-v3",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
|
|
31
31
|
"prepublishOnly": "yarn run build",
|
|
32
32
|
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
|
|
33
|
-
"test
|
|
33
|
+
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand",
|
|
34
34
|
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\""
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"sinon": "^19.0.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@goldstack/utils-git": "0.2.
|
|
45
|
+
"@goldstack/utils-git": "0.2.11",
|
|
46
46
|
"@swc/core": "^1.9.3",
|
|
47
47
|
"@swc/jest": "^0.2.37",
|
|
48
48
|
"@types/jest": "^29.5.14",
|