@strapi/provider-upload-aws-s3 0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48 → 0.0.0-next.4f1043f6ad67b9462f82a5497be2956f98a289b8

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-aws-s3",
3
- "version": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48",
3
+ "version": "0.0.0-next.4f1043f6ad67b9462f82a5497be2956f98a289b8",
4
4
  "description": "AWS S3 provider for strapi upload",
5
5
  "keywords": [
6
6
  "upload",
@@ -50,12 +50,12 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/jest": "29.2.0",
53
- "eslint-config-custom": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48",
54
- "tsconfig": "0.0.0-next.333932fce74522411ff909de4c8a31a94901ad48"
53
+ "eslint-config-custom": "0.0.0-next.4f1043f6ad67b9462f82a5497be2956f98a289b8",
54
+ "tsconfig": "0.0.0-next.4f1043f6ad67b9462f82a5497be2956f98a289b8"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=14.19.1 <=18.x.x",
58
58
  "npm": ">=6.0.0"
59
59
  },
60
- "gitHead": "333932fce74522411ff909de4c8a31a94901ad48"
60
+ "gitHead": "4f1043f6ad67b9462f82a5497be2956f98a289b8"
61
61
  }