kuzzle 2.46.0 → 2.47.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/lib/kuzzle/kuzzle.js +1 -1
- package/package.json +2 -2
package/lib/kuzzle/kuzzle.js
CHANGED
|
@@ -179,7 +179,7 @@ class Kuzzle extends KuzzleEventEmitter_1.default {
|
|
|
179
179
|
await this.pipe("kuzzle:state:live");
|
|
180
180
|
await this.entryPoint.startListening();
|
|
181
181
|
await this.pipe("kuzzle:state:ready");
|
|
182
|
-
this.log.info(`[✔] Kuzzle ${this.version} is ready (node name: ${
|
|
182
|
+
this.log.info(`[✔] Kuzzle ${this.version} is ready (node name: ${global.nodeId})`);
|
|
183
183
|
// @deprecated
|
|
184
184
|
this.emit("core:kuzzleStart", "Kuzzle is ready to accept requests");
|
|
185
185
|
this._state = kuzzleStateEnum_1.default.RUNNING;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kuzzle",
|
|
3
3
|
"author": "The Kuzzle Team <support@kuzzle.io>",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.47.0",
|
|
5
5
|
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
|
|
6
6
|
"bin": "bin/start-kuzzle-server",
|
|
7
7
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"json2yaml": "1.1.0",
|
|
46
46
|
"jsonwebtoken": "9.0.2",
|
|
47
47
|
"koncorde": "4.6.0",
|
|
48
|
-
"kuzzle-logger": "1.
|
|
48
|
+
"kuzzle-logger": "1.4.0",
|
|
49
49
|
"kuzzle-plugin-auth-passport-local": "6.4.1",
|
|
50
50
|
"kuzzle-sdk": ">=7.15.0",
|
|
51
51
|
"kuzzle-vault": "2.1.0",
|