@akemona-org/strapi-plugin-upload 3.11.0 → 3.12.0

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.
@@ -56,7 +56,7 @@ const createProvider = ({ provider, providerOptions, actionOptions = {} }) => {
56
56
  } catch (err) {
57
57
  strapi.log.error(err);
58
58
  throw new Error(
59
- `The provider package isn't installed. Please run \`npm install strapi-provider-upload-${provider}\``
59
+ `The provider package isn't installed. Please run \`npm install @akemona-org/strapi-provider-upload-${provider}\``
60
60
  );
61
61
  }
62
62
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.11.0",
6
+ "version": "3.12.0",
7
7
  "description": "Makes it easy to upload images and files to your Strapi Application.",
8
8
  "strapi": {
9
9
  "name": "Media Library",
@@ -15,9 +15,9 @@
15
15
  "test": "echo \"no tests yet\""
16
16
  },
17
17
  "dependencies": {
18
- "@akemona-org/strapi-helper-plugin": "3.11.0",
19
- "@akemona-org/strapi-provider-upload-local": "3.11.0",
20
- "@akemona-org/strapi-utils": "3.11.0",
18
+ "@akemona-org/strapi-helper-plugin": "3.12.0",
19
+ "@akemona-org/strapi-provider-upload-local": "3.12.0",
20
+ "@akemona-org/strapi-utils": "3.12.0",
21
21
  "@buffetjs/core": "3.3.8",
22
22
  "@buffetjs/custom": "3.3.8",
23
23
  "@buffetjs/hooks": "3.3.8",
@@ -67,5 +67,5 @@
67
67
  "npm": ">=6.0.0"
68
68
  },
69
69
  "license": "SEE LICENSE IN LICENSE",
70
- "gitHead": "e462fb357b05c11fe4c5289f83454f1317bee18b"
70
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
71
71
  }