kuzzle 2.39.0-beta.1 → 2.40.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.
@@ -116,6 +116,7 @@ class ES7 {
116
116
  "fields",
117
117
  "from",
118
118
  "highlight",
119
+ "post_filter",
119
120
  "query",
120
121
  "search_after",
121
122
  "search_timeout",
@@ -116,6 +116,7 @@ class ES8 {
116
116
  "fields",
117
117
  "from",
118
118
  "highlight",
119
+ "post_filter",
119
120
  "query",
120
121
  "search_after",
121
122
  "search_timeout",
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.39.0-beta.1",
4
+ "version": "2.40.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": {