@strapi/provider-upload-local 4.7.1 → 4.7.2-exp.175f7ac70ee76d6c825e4429e15fc85ee78d23bb

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/provider-upload-local",
3
- "version": "4.7.1",
3
+ "version": "4.7.2-exp.175f7ac70ee76d6c825e4429e15fc85ee78d23bb",
4
4
  "description": "Local provider for strapi upload",
5
5
  "keywords": [
6
6
  "upload",
@@ -35,12 +35,12 @@
35
35
  "test": "echo \"no tests yet\""
36
36
  },
37
37
  "dependencies": {
38
- "@strapi/utils": "4.7.1",
38
+ "@strapi/utils": "4.7.2-exp.175f7ac70ee76d6c825e4429e15fc85ee78d23bb",
39
39
  "fs-extra": "10.0.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=14.19.1 <=18.x.x",
43
43
  "npm": ">=6.0.0"
44
44
  },
45
- "gitHead": "0307fb4bf7b006c4cd902412967d3987d7810ed8"
45
+ "gitHead": "175f7ac70ee76d6c825e4429e15fc85ee78d23bb"
46
46
  }