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
@@ -1,3 +1,7 @@
1
+ ### **4.8.3** (2022-04-20)
2
+
3
+
4
+
1
5
  ### **4.8.2** (2022-04-20)
2
6
 
3
7
  - Tell pepoles they can test with different keycloak version
@@ -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 = "18.0.0";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "4.8.2",
3
+ "version": "4.8.3",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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 = "18.0.0";
95
+ const containerKeycloakVersion = "17.0.1";
96
96
 
97
97
  generateStartKeycloakTestingContainer({
98
98
  keycloakThemeBuildingDirPath,