Skip to content

Commit 26f22f9

Browse files
author
Aschen
committed
Release 7.8.3
1 parent 65a7d42 commit 26f22f9

File tree

7 files changed

+1391
-2027
lines changed

7 files changed

+1391
-2027
lines changed

doc/7/controllers/security/search-profiles/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Searches security profiles, optionally returning only those linked
99

1010
Searches security profiles.
1111

12-
<SinceBadge version="auto-version" />
12+
<SinceBadge version="7.8.3" />
1313
<SinceBadge version="Kuzzle 2.14.1" />
1414

1515
Support for search using a search query with the `query` property.
@@ -33,8 +33,8 @@ searchProfiles([body], [options]);
3333
### body
3434
| Property | Type | Description |
3535
| --- | --- | --- |
36-
| `roles` | <pre>array&lt;string&gt;</pre> | Role identifiers <DeprecatedBadge version="auto-version"/>|
37-
| `query` | <pre>object</pre> | Search query using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/query-dsl.html) or the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) syntax. <SinceBadge version="auto-version"/>|
36+
| `roles` | <pre>array&lt;string&gt;</pre> | Role identifiers <DeprecatedBadge version="7.8.3"/>|
37+
| `query` | <pre>object</pre> | Search query using the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/query-dsl.html) or the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) syntax. <SinceBadge version="7.8.3"/>|
3838

3939
If the body is left empty, the result will return all available profiles.
4040

doc/7/core-classes/observer/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ they are not displayed anymore.
3838

3939
## Using HTTP protocol
4040

41-
<SinceBadge version="auto-version"/>
41+
<SinceBadge version="7.8.3"/>
4242

4343
If the SDK is using the HTTP protocol, then documents are retrieved through the [document.mGet](/sdk/js/7/controllers/document/m-get) method every specified interval (default is 5 sec).
4444

doc/7/essentials/debugging/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for (const event of kuzzle.events) {
2424

2525
## Print Request and Response
2626

27-
<SinceBadge version="auto-version"/>
27+
<SinceBadge version="7.8.3"/>
2828

2929
You can print every request sent to Kuzzle and every response sent back to the SDK by activating the debug mode.
3030

doc/7/essentials/realtime-application/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ await observer.stop('nyc-open-data', 'yellow-taxi');
104104

105105
### HTTP support for realtime documents
106106

107-
<SinceBadge version="auto-version"/>
107+
<SinceBadge version="7.8.3"/>
108108

109109
If the SDK is using the HTTP protocol, then the realtime controller cannot be used.
110110

package-lock.json

Lines changed: 1367 additions & 2003 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.8.2",
3+
"version": "7.8.3",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <support@kuzzle.io>",
66
"repository": {
@@ -38,40 +38,40 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"min-req-promise": "^1.0.1",
41-
"ws": "^8.2.2"
41+
"ws": "^8.4.2"
4242
},
4343
"devDependencies": {
4444
"lodash": "^4.17.21",
45-
"@babel/core": "^7.15.5",
46-
"@babel/preset-env": "^7.15.6",
47-
"@types/node": "^16.9.4",
48-
"@typescript-eslint/eslint-plugin": "^4.31.2",
49-
"@typescript-eslint/parser": "^4.31.2",
50-
"babel-loader": "^8.2.2",
45+
"@babel/core": "^7.16.12",
46+
"@babel/preset-env": "^7.16.11",
47+
"@types/node": "^17.0.12",
48+
"@typescript-eslint/eslint-plugin": "^5.10.1",
49+
"@typescript-eslint/parser": "^5.10.1",
50+
"babel-loader": "^8.2.3",
5151
"buffer": "^6.0.3",
5252
"codecov": "^3.8.3",
5353
"cucumber": "^6.0.5",
54-
"eslint": "^7.32.0",
54+
"eslint": "^8.7.0",
5555
"eslint-friendly-formatter": "^4.0.1",
5656
"eslint-loader": "^4.0.2",
5757
"https-browserify": "^1.0.0",
5858
"lolex": "^6.0.0",
59-
"mocha": "9.1.1",
59+
"mocha": "9.2.0",
6060
"mock-require": "^3.0.3",
6161
"nyc": "^15.1.0",
6262
"proxyquire": "^2.1.3",
6363
"retry": "^0.13.1",
64-
"rewire": "^5.0.0",
64+
"rewire": "^6.0.0",
6565
"should": "13.2.3",
6666
"should-sinon": "0.0.6",
67-
"sinon": "^11.1.2",
67+
"sinon": "^12.0.1",
6868
"stream-http": "^3.2.0",
69-
"ts-morph": "^12.2.0",
70-
"ts-node": "^10.2.1",
71-
"typescript": "^4.4.3",
69+
"ts-morph": "^13.0.3",
70+
"ts-node": "^10.4.0",
71+
"typescript": "^4.5.5",
7272
"url": "^0.11.0",
73-
"webpack": "^5.53.0",
74-
"webpack-cli": "^4.8.0"
73+
"webpack": "^5.67.0",
74+
"webpack-cli": "^4.9.2"
7575
},
7676
"engines": {
7777
"node": ">= 10.13.0"

src/core/security/User.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class User {
1717
*
1818
* @deprecated Use User._source instead
1919
*/
20-
content: JSONObject
20+
content: JSONObject;
2121

2222
private _kuzzle: any;
2323

0 commit comments

Comments
 (0)