@akemona-org/strapi-plugin-content-manager 3.9.3 → 3.9.4

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.
@@ -1,5 +1,7 @@
1
1
  import pluginPkg from '../../package.json';
2
2
 
3
- const pluginId = pluginPkg.name.replace(/^@akemona-org\/strapi-plugin-/i, '');
3
+ const pluginId = pluginPkg.name.startsWith('@akemona-org')
4
+ ? pluginPkg.name.replace(/^@akemona-org\/strapi-plugin-/i, '')
5
+ : pluginPkg.name.replace(/^strapi-plugin-/i, '');
4
6
 
5
7
  export default pluginId;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.9.3",
6
+ "version": "3.9.4",
7
7
  "description": "A powerful UI to easily manage your data.",
8
8
  "strapi": {
9
9
  "name": "Content Manager",
@@ -12,8 +12,8 @@
12
12
  "required": true
13
13
  },
14
14
  "dependencies": {
15
- "@akemona-org/strapi-helper-plugin": "3.9.3",
16
- "@akemona-org/strapi-utils": "3.9.3",
15
+ "@akemona-org/strapi-helper-plugin": "3.9.4",
16
+ "@akemona-org/strapi-utils": "3.9.4",
17
17
  "@buffetjs/core": "3.3.8",
18
18
  "@buffetjs/custom": "3.3.8",
19
19
  "@buffetjs/hooks": "3.3.8",
@@ -73,5 +73,5 @@
73
73
  "npm": ">=6.0.0"
74
74
  },
75
75
  "license": "SEE LICENSE IN LICENSE",
76
- "gitHead": "afdf855b757e253439d18fe71d44de31b4cc80ea"
76
+ "gitHead": "ae83dbecdc21998aa56ed098a9a62d0010e0bcc4"
77
77
  }