@strapi/provider-upload-aws-s3 0.0.0-next.b31c3c3f6d934ebbb3d64cbf9722d8f50efc0391 → 0.0.0-next.b42bb21c873e617eed0eb36b0a4872b7c5bd6b0c
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/dist/index.d.ts +1 -1
- package/dist/index.js +4324 -105
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4330 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +10 -8
- package/dist/utils.js +0 -70
- package/dist/utils.js.map +0 -1
package/dist/index.d.ts
CHANGED