@growy/strapi-plugin-encrypted-field 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -229,14 +229,6 @@ apiKey: "sk-1234567890abcdef"
229
229
  - ⚠️ **Rendimiento**: El cifrado/descifrado añade overhead mínimo (~1-2ms por operación)
230
230
  - ⚠️ **Sincronización de claves**: Todos los entornos que compartan BD deben usar la misma clave
231
231
 
232
- ## Soporte
233
-
234
- Para reportar bugs, solicitar funcionalidades o contribuir:
235
-
236
- - **Issues**: [GitHub Issues](https://github.com/growy-ai/strapi-plugin-encrypted-field/issues)
237
- - **Documentación**: [README.md](https://github.com/growy-ai/strapi-plugin-encrypted-field)
238
- - **Email**: support@growy.ai
239
-
240
232
  ## Licencia
241
233
 
242
234
  MIT © 2025 Growy AI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@growy/strapi-plugin-encrypted-field",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Campo personalizado de texto cifrado para Strapi",
5
5
  "strapi": {
6
6
  "name": "encrypted-field",
@@ -23,6 +23,10 @@
23
23
  "email": "support@growy.ai",
24
24
  "url": "https://getgrowy.ai"
25
25
  },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/ZahirElIsaac/strapi-campo-encriptado.git"
29
+ },
26
30
  "contributors": [
27
31
  {
28
32
  "name": "Zahir El isaac"