@rocket.chat/rest-typings 6.10.0 → 6.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from being updated or uninstalled in some cases
8
+
9
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that prevented apps from handling errors during execution in some cases
10
+
11
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Improved Apps-Engine installation to prevent start up errors on manual installation setups
12
+
13
+ - ([#32935](https://github.com/RocketChat/Rocket.Chat/pull/32935)) Fixed an issue that caused the video conference button on rooms to not recognize a video conference provider app in some cases
14
+
15
+ - <details><summary>Updated dependencies [ca6a9d8de8, ca6a9d8de8, ca6a9d8de8, ca6a9d8de8]:</summary>
16
+
17
+ - @rocket.chat/core-typings@6.10.2
18
+ </details>
19
+
20
+ ## 6.10.1
21
+
22
+ ### Patch Changes
23
+
24
+ - <details><summary>Updated dependencies []:</summary>
25
+
26
+ - @rocket.chat/core-typings@6.10.1
27
+ </details>
28
+
3
29
  ## 6.10.0
4
30
 
5
31
  ### Minor 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.2",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.7.0",
6
6
  "@types/jest": "~29.5.7",
@@ -24,8 +24,8 @@
24
24
  "/dist"
25
25
  ],
26
26
  "dependencies": {
27
- "@rocket.chat/apps-engine": "1.43.0",
28
- "@rocket.chat/core-typings": "^6.10.0",
27
+ "@rocket.chat/apps-engine": "1.43.1",
28
+ "@rocket.chat/core-typings": "^6.10.2",
29
29
  "@rocket.chat/message-parser": "^0.31.29",
30
30
  "@rocket.chat/ui-kit": "~0.35.0",
31
31
  "ajv": "^8.11.0",