@strapi/provider-upload-aws-s3 0.0.0-next.583e758623dc82206a4b2758d01dd5948b6e3f6a → 0.0.0-next.5ab818b8ee36a4f090027477a602736c6adbd1a4
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 +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.
|
|
3
|
+
"version": "0.0.0-next.5ab818b8ee36a4f090027477a602736c6adbd1a4",
|
|
4
4
|
"description": "AWS S3 provider for strapi upload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"upload",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"lodash": "4.17.21"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@strapi/pack-up": "0.0.0-next.
|
|
55
|
+
"@strapi/pack-up": "0.0.0-next.5ab818b8ee36a4f090027477a602736c6adbd1a4",
|
|
56
56
|
"@types/jest": "29.5.2",
|
|
57
|
-
"eslint-config-custom": "0.0.0-next.
|
|
58
|
-
"tsconfig": "0.0.0-next.
|
|
57
|
+
"eslint-config-custom": "0.0.0-next.5ab818b8ee36a4f090027477a602736c6adbd1a4",
|
|
58
|
+
"tsconfig": "0.0.0-next.5ab818b8ee36a4f090027477a602736c6adbd1a4"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=18.0.0 <=20.x.x",
|
|
62
62
|
"npm": ">=6.0.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5ab818b8ee36a4f090027477a602736c6adbd1a4"
|
|
65
65
|
}
|