@kronos-integration/service 10.4.52 → 10.4.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service",
3
- "version": "10.4.52",
3
+ "version": "10.4.54",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,19 +30,19 @@
30
30
  "dependencies": {
31
31
  "@kronos-integration/endpoint": "^9.4.44",
32
32
  "@kronos-integration/interceptor": "^10.2.37",
33
- "loglevel-mixin": "^7.0.2",
33
+ "loglevel-mixin": "^7.1.0",
34
34
  "model-attributes": "^4.2.2",
35
35
  "remove-sensible-values": "^1.2.3",
36
36
  "statetransition-mixin": "^8.0.5"
37
37
  },
38
38
  "devDependencies": {
39
- "ava": "^5.3.1",
39
+ "ava": "^6.0.1",
40
40
  "c8": "^8.0.1",
41
41
  "documentation": "^14.0.2",
42
- "semantic-release": "^22.0.7"
42
+ "semantic-release": "^22.0.10"
43
43
  },
44
44
  "engines": {
45
- "node": ">=20.9.0"
45
+ "node": ">=20.10.0"
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",
@@ -167,7 +167,7 @@ export function ServiceProviderMixin(
167
167
  }
168
168
 
169
169
  getService(name) {
170
- return this.services && this.services[name];
170
+ return this.services?.[name];
171
171
  }
172
172
 
173
173
  async declareService(config) {