@digipair/skill-keycloak 0.65.6 → 0.65.8
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -16566,7 +16566,7 @@ let KeycloakService = class KeycloakService {
|
|
|
16566
16566
|
};
|
|
16567
16567
|
}
|
|
16568
16568
|
const library = match[1];
|
|
16569
|
-
if (library !== '@digipair/engine' && !context.config.VERSIONS[library] && !context.config.
|
|
16569
|
+
if (library !== '@digipair/engine' && !context.config.VERSIONS[library] && !context.config.WEB_VERSIONS[library]) {
|
|
16570
16570
|
context.protected.res.status(404);
|
|
16571
16571
|
return {
|
|
16572
16572
|
status: 'not found'
|
package/index.esm.js
CHANGED
|
@@ -44594,7 +44594,7 @@ let KeycloakService = class KeycloakService {
|
|
|
44594
44594
|
};
|
|
44595
44595
|
}
|
|
44596
44596
|
const library = match[1];
|
|
44597
|
-
if (library !== '@digipair/engine' && !context.config.VERSIONS[library] && !context.config.
|
|
44597
|
+
if (library !== '@digipair/engine' && !context.config.VERSIONS[library] && !context.config.WEB_VERSIONS[library]) {
|
|
44598
44598
|
context.protected.res.status(404);
|
|
44599
44599
|
return {
|
|
44600
44600
|
status: 'not found'
|