@growy/strapi-plugin-encrypted-field 1.0.4 → 1.0.5

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,4 +1,4 @@
1
- import { ShieldCheck } from '@strapi/icons';
1
+ import { Key } from '@strapi/icons';
2
2
 
3
3
  export default {
4
4
  register(app) {
@@ -14,7 +14,7 @@ export default {
14
14
  id: 'encrypted-field.description',
15
15
  defaultMessage: 'Campo de texto que se cifra automáticamente con AES-256-GCM',
16
16
  },
17
- icon: ShieldCheck,
17
+ icon: Key,
18
18
  components: {
19
19
  Input: async () => import('./components/Input.jsx'),
20
20
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growy/strapi-plugin-encrypted-field",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Campo personalizado de texto cifrado para Strapi",
5
5
  "strapi": {
6
6
  "name": "encrypted-field",