@kronos-integration/service 10.5.0 → 11.0.0
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": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"statetransition-mixin": "^8.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"ava": "^6.1.
|
|
47
|
+
"ava": "^6.1.3",
|
|
48
48
|
"c8": "^9.1.0",
|
|
49
49
|
"documentation": "^14.0.3",
|
|
50
|
-
"semantic-release": "^23.
|
|
50
|
+
"semantic-release": "^23.1.1",
|
|
51
51
|
"typescript": "^5.4.5"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
|
-
"node": ">=
|
|
54
|
+
"node": ">=22.2.0"
|
|
55
55
|
},
|
|
56
56
|
"repository": {
|
|
57
57
|
"type": "git",
|
|
@@ -210,7 +210,7 @@ export const InitializationContext = LogLevelMixin(
|
|
|
210
210
|
};
|
|
211
211
|
|
|
212
212
|
outstandingFactory.timeout = setTimeout(() => {
|
|
213
|
-
const message = `timeout waiting for ${type}`;
|
|
213
|
+
const message = `timeout waiting for service ${type}`;
|
|
214
214
|
this.warn(message);
|
|
215
215
|
reject(new Error(message));
|
|
216
216
|
}, 1000 * 10);
|