@kronos-integration/service 11.2.11 → 11.2.12
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": "11.2.
|
|
3
|
+
"version": "11.2.12",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@kronos-integration/endpoint": "^9.5.7",
|
|
40
|
-
"@kronos-integration/interceptor": "^10.3.
|
|
40
|
+
"@kronos-integration/interceptor": "^10.3.6",
|
|
41
41
|
"loglevel-mixin": "^7.2.5",
|
|
42
42
|
"model-attributes": "^4.2.5",
|
|
43
43
|
"remove-sensible-values": "^1.3.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"typescript": "^5.7.0-beta"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
|
-
"node": ">=22.
|
|
54
|
+
"node": ">=22.17.1"
|
|
55
55
|
},
|
|
56
56
|
"repository": {
|
|
57
57
|
"type": "git",
|
|
@@ -43,7 +43,7 @@ export const InitializationContext = LogLevelMixin(
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
|
-
* Wait for (Service) factory to be declared when
|
|
46
|
+
* Wait for (Service) factory to be declared when asced for a service.
|
|
47
47
|
*
|
|
48
48
|
* @return {boolean} true we wait until a factory is known
|
|
49
49
|
*/
|