@strapi/provider-upload-aws-s3 0.0.0-next.6ef0d8601cfeb22aa4c90353c5a44422e07f5463 → 0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca

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.6ef0d8601cfeb22aa4c90353c5a44422e07f5463",
3
+ "version": "0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca",
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": "6ef0d8601cfeb22aa4c90353c5a44422e07f5463"
49
+ "gitHead": "c58b405b44c71a93df733024d1f15c069cb6bdca"
50
50
  }