@rocket.chat/rest-typings 6.10.5 → 6.10.7

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.10.7
4
+
5
+ ### Patch Changes
6
+
7
+ - ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart
8
+
9
+ - ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly
10
+
11
+ - <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>
12
+
13
+ - @rocket.chat/message-parser@0.31.31
14
+ - @rocket.chat/core-typings@6.10.7
15
+ </details>
16
+
17
+ ## 6.10.6
18
+
19
+ ### Patch Changes
20
+
21
+ - <details><summary>Updated dependencies [a45b88cdf2]:</summary>
22
+
23
+ - @rocket.chat/message-parser@0.31.30
24
+ - @rocket.chat/core-typings@6.10.6
25
+ </details>
26
+
3
27
  ## 6.10.5
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.10.5",
3
+ "version": "6.10.7",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.7.0",
6
6
  "@types/jest": "~29.5.7",
@@ -24,9 +24,9 @@
24
24
  "/dist"
25
25
  ],
26
26
  "dependencies": {
27
- "@rocket.chat/apps-engine": "1.43.1",
28
- "@rocket.chat/core-typings": "^6.10.5",
29
- "@rocket.chat/message-parser": "^0.31.29",
27
+ "@rocket.chat/apps-engine": "1.43.2",
28
+ "@rocket.chat/core-typings": "^6.10.7",
29
+ "@rocket.chat/message-parser": "^0.31.31",
30
30
  "@rocket.chat/ui-kit": "~0.35.0",
31
31
  "ajv": "^8.11.0",
32
32
  "ajv-formats": "^2.1.1"