@keycloak/keycloak-admin-client 19.0.0-dev.3 → 19.0.0-dev.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,7 +116,7 @@ Start keycloak in a docker container or run it locally:
116
116
  docker run --name keycloak -d -p 127.0.0.1:8080:8080 -e KEYCLOAK_USER=wwwy3y3 -e KEYCLOAK_PASSWORD=wwwy3y3 quay.io/keycloak/keycloak:latest
117
117
  ```
118
118
 
119
- If you started your container manually make sure there is an admin user named www3y3 with password www3y3 as admin on master realm.
119
+ If you started your container manually make sure there is an admin user named wwwy3y3 with password wwwy3y3 as admin on master realm.
120
120
  Then start the tests with:
121
121
 
122
122
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloak/keycloak-admin-client",
3
- "version": "19.0.0-dev.3",
3
+ "version": "19.0.0-dev.4",
4
4
  "description": "keycloak admin client",
5
5
  "main": "lib/index.js",
6
6
  "files": [