@continuoussecuritytooling/keycloak-reporter 1.1.4-2679 → 1.1.4-2682

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.
@@ -4,7 +4,7 @@ counter=0
4
4
  printf 'Waiting for Keycloak server to start'
5
5
  until $(curl --output /dev/null --silent --head --fail http://localhost:8080/realms/master/.well-known/openid-configuration); do
6
6
  printf '.'
7
- sleep 5
7
+ sleep 10
8
8
  if [[ "$counter" -gt 24 ]]; then
9
9
  printf "Keycloak server failed to start. Timeout!"
10
10
  curl --head --fail http://localhost:8080/realms/master/.well-known/openid-configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.1.4-2679",
3
+ "version": "1.1.4-2682",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -40,7 +40,6 @@
40
40
  "ajv": "^8.12.0",
41
41
  "install": "^0.13.0",
42
42
  "ms-teams-webhook": "^2.0.2",
43
- "npm": "^10.0.0",
44
43
  "openid-client": "^6.0.0",
45
44
  "ramda": "^0.31.0",
46
45
  "winston": "^3.17.0",