@digipair/skill-keycloak 0.65.7 → 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 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.WEB_VERSION[library]) {
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.WEB_VERSION[library]) {
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-keycloak",
3
- "version": "0.65.7",
3
+ "version": "0.65.8",
4
4
  "dependencies": {
5
5
  "jsdom": "^25.0.1"
6
6
  },