@rocket.chat/rest-typings 6.10.0-rc.6 → 6.10.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/CHANGELOG.md +29 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# @rocket.chat/rest-typings
|
2
2
|
|
3
|
+
## 6.10.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- ([#32197](https://github.com/RocketChat/Rocket.Chat/pull/32197)) Async End-to-End Encrypted rooms key distribution process. Users now don't need to be online to get the keys of their subscribed encrypted rooms, the key distribution process is now async and users can recieve keys even when they are not online.
|
8
|
+
|
9
|
+
- ([#31821](https://github.com/RocketChat/Rocket.Chat/pull/31821)) New runtime for apps in the Apps-Engine based on the Deno platform
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- ([#32653](https://github.com/RocketChat/Rocket.Chat/pull/32653)) Prevent E2EE key reset on startup due to possible race conditions
|
14
|
+
|
15
|
+
- ([#31750](https://github.com/RocketChat/Rocket.Chat/pull/31750)) Don't show Join default channels option on edit user form.
|
16
|
+
|
17
|
+
- <details><summary>Updated dependencies [a565999ae0, 1240c874a5, 5f95c4ec6b, f75a2cb4bb, 4f72d62aa7, dfa49bdbb2]:</summary>
|
18
|
+
|
19
|
+
- @rocket.chat/ui-kit@0.35.0
|
20
|
+
- @rocket.chat/core-typings@6.10.0
|
21
|
+
</details>
|
22
|
+
|
23
|
+
## 6.10.0-rc.7
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- <details><summary>Updated dependencies []:</summary>
|
28
|
+
|
29
|
+
- @rocket.chat/core-typings@6.10.0-rc.7
|
30
|
+
</details>
|
31
|
+
|
3
32
|
## 6.10.0-rc.6
|
4
33
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/rest-typings",
|
3
|
-
"version": "6.10.0
|
3
|
+
"version": "6.10.0",
|
4
4
|
"devDependencies": {
|
5
5
|
"@rocket.chat/eslint-config": "^0.7.0",
|
6
6
|
"@types/jest": "~29.5.7",
|
@@ -24,10 +24,10 @@
|
|
24
24
|
"/dist"
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
|
-
"@rocket.chat/apps-engine": "
|
28
|
-
"@rocket.chat/core-typings": "^6.10.0
|
27
|
+
"@rocket.chat/apps-engine": "1.43.0",
|
28
|
+
"@rocket.chat/core-typings": "^6.10.0",
|
29
29
|
"@rocket.chat/message-parser": "^0.31.29",
|
30
|
-
"@rocket.chat/ui-kit": "~0.35.0
|
30
|
+
"@rocket.chat/ui-kit": "~0.35.0",
|
31
31
|
"ajv": "^8.11.0",
|
32
32
|
"ajv-formats": "^2.1.1"
|
33
33
|
},
|