kuzzle 2.37.1 → 2.38.0-beta.1
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/api/funnel.js +1 -0
- package/package.json +1 -1
package/lib/api/funnel.js
CHANGED
|
@@ -659,6 +659,7 @@ class Funnel {
|
|
|
659
659
|
|
|
660
660
|
try {
|
|
661
661
|
await this._checkSdkVersion(_request);
|
|
662
|
+
_request = await global.kuzzle.pipe("request:onExecution", _request);
|
|
662
663
|
_request = await this.performDocumentAlias(_request, "before");
|
|
663
664
|
_request = await global.kuzzle.pipe(
|
|
664
665
|
this.getEventName(_request, "before"),
|
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.38.0-beta.1",
|
|
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": {
|