@strapi/provider-upload-aws-s3 4.0.0-beta.18 → 4.0.0-beta.19

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 +22 -22
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-aws-s3",
3
- "version": "4.0.0-beta.18",
3
+ "version": "4.0.0-beta.19",
4
4
  "description": "AWS S3 provider for strapi upload",
5
- "homepage": "https://strapi.io",
6
5
  "keywords": [
7
6
  "upload",
8
7
  "aws",
9
8
  "s3",
10
9
  "strapi"
11
10
  ],
12
- "directories": {
13
- "lib": "./lib"
14
- },
15
- "main": "./lib",
16
- "dependencies": {
17
- "aws-sdk": "2.892.0",
18
- "lodash": "4.17.21"
11
+ "homepage": "https://strapi.io",
12
+ "bugs": {
13
+ "url": "https://github.com/strapi/strapi/issues"
19
14
  },
20
- "strapi": {
21
- "isProvider": true
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git://github.com/strapi/strapi.git"
22
18
  },
19
+ "license": "SEE LICENSE IN LICENSE",
23
20
  "author": {
21
+ "name": "Strapi Solutions SAS",
24
22
  "email": "hi@strapi.io",
25
- "name": "Strapi team",
26
23
  "url": "https://strapi.io"
27
24
  },
28
25
  "maintainers": [
29
26
  {
30
- "name": "Strapi team",
27
+ "name": "Strapi Solutions SAS",
31
28
  "email": "hi@strapi.io",
32
29
  "url": "https://strapi.io"
33
30
  }
34
31
  ],
35
- "repository": {
36
- "type": "git",
37
- "url": "git://github.com/strapi/strapi.git"
32
+ "main": "./lib",
33
+ "directories": {
34
+ "lib": "./lib"
38
35
  },
39
- "bugs": {
40
- "url": "https://github.com/strapi/strapi/issues"
36
+ "scripts": {
37
+ "test": "echo \"no tests yet\""
38
+ },
39
+ "dependencies": {
40
+ "aws-sdk": "2.892.0",
41
+ "lodash": "4.17.21"
41
42
  },
42
43
  "engines": {
43
44
  "node": ">=12.x.x <=16.x.x",
44
45
  "npm": ">=6.0.0"
45
46
  },
46
- "license": "SEE LICENSE IN LICENSE",
47
- "scripts": {
48
- "test": "echo \"no tests yet\""
47
+ "strapi": {
48
+ "isProvider": true
49
49
  },
50
- "gitHead": "3e9e3f13cb85822e6d92b0e448ae0b94d440dac1"
50
+ "gitHead": "6e0f2052136c7d337d72b944cd0564d4559896d0"
51
51
  }