keycloak-api-manager 5.0.0 → 5.0.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.
@@ -1,4 +1,3 @@
1
- const Keycloak = require("keycloak-connect");
2
1
  /**
3
2
  * **************************************************************************************************
4
3
  * **************************************************************************************************
@@ -1,4 +1,3 @@
1
- const Keycloak = require("keycloak-connect");
2
1
  /**
3
2
  * **************************************************************************************************
4
3
  * **************************************************************************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloak-api-manager",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Enhanced Node.js wrapper for Keycloak Admin REST API. Professional alternative to @keycloak/keycloak-admin-client with advanced features, bug fixes, automatic token refresh, Organizations API support, fine-grained permissions, and comprehensive resource management. Battle-tested with 113+ integration tests.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,21 +8,7 @@
8
8
  "setup-keycloak": "node test/docker-keycloak/setup-keycloak.js"
9
9
  },
10
10
  "dependencies": {
11
- "@keycloak/keycloak-admin-client": "^26.3.2",
12
- "async": "^3.2.6",
13
- "body-parser": "^2.2.0",
14
- "cookie-parser": "^1.4.7",
15
- "debug": "^4.4.1",
16
- "express": "^5.1.0",
17
- "express-session": "^1.18.1",
18
- "jwt-simple": "^0.5.6",
19
- "keycloak-connect": "^26.1.1",
20
- "moment": "^2.30.1",
21
- "morgan": "^1.10.0",
22
- "request": "^2.88.2",
23
- "responseinterceptor": "^1.1.8",
24
- "serve-favicon": "^2.5.0",
25
- "underscore": "^1.13.7"
11
+ "@keycloak/keycloak-admin-client": "^26.3.2"
26
12
  },
27
13
  "keywords": [
28
14
  "keycloak",
@@ -19,24 +19,10 @@
19
19
  }
20
20
  },
21
21
  "..": {
22
- "version": "4.1.0",
22
+ "version": "5.0.0",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@keycloak/keycloak-admin-client": "^26.3.2",
26
- "async": "^3.2.6",
27
- "body-parser": "^2.2.0",
28
- "cookie-parser": "^1.4.7",
29
- "debug": "^4.4.1",
30
- "express": "^5.1.0",
31
- "express-session": "^1.18.1",
32
- "jwt-simple": "^0.5.6",
33
- "keycloak-connect": "^26.1.1",
34
- "moment": "^2.30.1",
35
- "morgan": "^1.10.0",
36
- "request": "^2.88.2",
37
- "responseinterceptor": "^1.1.8",
38
- "serve-favicon": "^2.5.0",
39
- "underscore": "^1.13.7"
25
+ "@keycloak/keycloak-admin-client": "^26.3.2"
40
26
  }
41
27
  },
42
28
  "node_modules/@keycloak/keycloak-admin-client": {