strapi-plugin-keycloak-realm-users 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "strapi-plugin-keycloak-realm-users",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Strapi plugin for managing Keycloak users across multiple realms with role-based access control",
5
5
  "license": "MIT",
6
6
  "strapi": {
7
- "name": "keycloak-realm-users",
7
+ "name": "strapi-plugin-keycloak-realm-users",
8
8
  "displayName": "Keycloak Realm Users",
9
9
  "description": "Manage Keycloak users across multiple realms",
10
10
  "kind": "plugin"