kuzzle 2.15.1 → 2.15.2
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.
|
@@ -270,7 +270,7 @@ class ClientAdapter {
|
|
|
270
270
|
`core:storage:${this.scope}:collection:update`,
|
|
271
271
|
(index, collection, changes) => {
|
|
272
272
|
this.cache.assertCollectionExists(index, collection);
|
|
273
|
-
this.client.updateCollection(index, collection, changes);
|
|
273
|
+
return this.client.updateCollection(index, collection, changes);
|
|
274
274
|
});
|
|
275
275
|
}
|
|
276
276
|
|
package/package-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kuzzle",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.2",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -5074,9 +5074,9 @@
|
|
|
5074
5074
|
"dev": true
|
|
5075
5075
|
},
|
|
5076
5076
|
"node-segfault-handler": {
|
|
5077
|
-
"version": "1.0.
|
|
5078
|
-
"resolved": "https://registry.npmjs.org/node-segfault-handler/-/node-segfault-handler-1.0.
|
|
5079
|
-
"integrity": "sha512-
|
|
5077
|
+
"version": "1.0.4",
|
|
5078
|
+
"resolved": "https://registry.npmjs.org/node-segfault-handler/-/node-segfault-handler-1.0.4.tgz",
|
|
5079
|
+
"integrity": "sha512-fjZrmhfE+Mv98ijg/Z5HBCOBsy2nzFze3PJ91QCoRJc4CW23RwomEiGOQVb+PZxYgwmd6oRBeDlMokFHk1veAw==",
|
|
5080
5080
|
"requires": {
|
|
5081
5081
|
"bindings": "^1.5.0",
|
|
5082
5082
|
"nan": "^2.15.0"
|
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.15.
|
|
4
|
+
"version": "2.15.2",
|
|
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": {
|
|
7
7
|
"kuzzle": "bin/start-kuzzle-server"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ms": "^2.1.3",
|
|
67
67
|
"murmurhash-native": "^3.5.0",
|
|
68
68
|
"nanoid": "^3.1.30",
|
|
69
|
-
"node-segfault-handler": "^1.0.
|
|
69
|
+
"node-segfault-handler": "^1.0.4",
|
|
70
70
|
"openapi-enforcer": "^1.15.5",
|
|
71
71
|
"passport": "^0.5.0",
|
|
72
72
|
"protobufjs": "~6.11.2",
|