@cloudimage-strapi/content-plugin 1.0.0 → 1.0.1

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.
@@ -164,7 +164,7 @@ const HomePage = () => {
164
164
  {(updateCount <= 0) ? 'None are to be updated.' : updateMessage}
165
165
  </Alert>
166
166
  )}
167
- <Box paddingLeft={8} paddingTop={5} paddingRight={8}>
167
+ <Box paddingTop={5} paddingRight={8}>
168
168
  <Typography variant={'alpha'}>Cloudimage by Scaleflex</Typography>
169
169
  </Box>
170
170
  <Field name="domain">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudimage-strapi/content-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Strapi v4 plugin for Filerobot by Scaleflex",
5
5
  "strapi": {
6
6
  "name": "scaleflex-cloudimage",
@@ -8,9 +8,6 @@
8
8
  "kind": "plugin",
9
9
  "displayName": "Scaleflex Cloudimage"
10
10
  },
11
- "dependencies": {
12
- "@strapi/design-system": "^1.4.1"
13
- },
14
11
  "peerDependencies": {
15
12
  "@strapi/strapi": "^4.3.0"
16
13
  },