@strapi/provider-upload-aws-s3 0.0.0-next.7408df892b5a12da19143747d41f1e9614a29688 → 0.0.0-next.c0729afdd7cc8099a9b543b184f3058f7c9ddce2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-aws-s3",
3
- "version": "0.0.0-next.7408df892b5a12da19143747d41f1e9614a29688",
3
+ "version": "0.0.0-next.c0729afdd7cc8099a9b543b184f3058f7c9ddce2",
4
4
  "description": "AWS S3 provider for strapi upload",
5
5
  "keywords": [
6
6
  "upload",
@@ -34,9 +34,9 @@
34
34
  "lib": "./lib"
35
35
  },
36
36
  "scripts": {
37
- "test:unit": "jest",
38
- "test:unit:watch": "jest --watch",
39
- "lint": "eslint ."
37
+ "test:unit": "run -T jest",
38
+ "test:unit:watch": "run -T jest --watch",
39
+ "lint": "run -T eslint ."
40
40
  },
41
41
  "dependencies": {
42
42
  "aws-sdk": "2.1287.0",
@@ -46,5 +46,5 @@
46
46
  "node": ">=14.19.1 <=18.x.x",
47
47
  "npm": ">=6.0.0"
48
48
  },
49
- "gitHead": "7408df892b5a12da19143747d41f1e9614a29688"
49
+ "gitHead": "c0729afdd7cc8099a9b543b184f3058f7c9ddce2"
50
50
  }