keycloakify 4.8.2 → 4.8.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.
package/CHANGELOG.md
CHANGED
@@ -96,7 +96,7 @@ function main() {
|
|
96
96
|
"cwd": exports.keycloakThemeBuildingDirPath,
|
97
97
|
});
|
98
98
|
//We want, however to test in a container running the latest Keycloak version
|
99
|
-
var containerKeycloakVersion = "
|
99
|
+
var containerKeycloakVersion = "17.0.1";
|
100
100
|
(0, generateStartKeycloakTestingContainer_1.generateStartKeycloakTestingContainer)({
|
101
101
|
keycloakThemeBuildingDirPath: exports.keycloakThemeBuildingDirPath,
|
102
102
|
themeName: themeName,
|
package/package.json
CHANGED
@@ -92,7 +92,7 @@ export function main() {
|
|
92
92
|
});
|
93
93
|
|
94
94
|
//We want, however to test in a container running the latest Keycloak version
|
95
|
-
const containerKeycloakVersion = "
|
95
|
+
const containerKeycloakVersion = "17.0.1";
|
96
96
|
|
97
97
|
generateStartKeycloakTestingContainer({
|
98
98
|
keycloakThemeBuildingDirPath,
|