@rocket.chat/core-typings 6.13.0-rc.0 → 6.13.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.13.0-rc.2
|
4
|
+
|
5
|
+
## 6.13.0-rc.1
|
6
|
+
|
3
7
|
## 6.13.0-rc.0
|
4
8
|
|
5
9
|
### Minor Changes
|
@@ -17,6 +21,15 @@
|
|
17
21
|
- @rocket.chat/message-parser@0.31.30-rc.0
|
18
22
|
</details>
|
19
23
|
|
24
|
+
## 6.12.1
|
25
|
+
|
26
|
+
### Patch Changes
|
27
|
+
|
28
|
+
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
|
29
|
+
|
30
|
+
- @rocket.chat/message-parser@0.31.30
|
31
|
+
</details>
|
32
|
+
|
20
33
|
## 6.12.0
|
21
34
|
|
22
35
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
3
3
|
"name": "@rocket.chat/core-typings",
|
4
|
-
"version": "6.13.0-rc.
|
4
|
+
"version": "6.13.0-rc.2",
|
5
5
|
"devDependencies": {
|
6
6
|
"@rocket.chat/eslint-config": "^0.7.0",
|
7
7
|
"eslint": "~8.45.0",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"/dist"
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
|
-
"@rocket.chat/apps-engine": "1.
|
25
|
+
"@rocket.chat/apps-engine": "1.46.0",
|
26
26
|
"@rocket.chat/icons": "~0.38.0",
|
27
|
-
"@rocket.chat/message-parser": "^0.31.
|
27
|
+
"@rocket.chat/message-parser": "^0.31.31-rc.0",
|
28
28
|
"@rocket.chat/ui-kit": "~0.36.1",
|
29
29
|
"@types/express": "^4.17.21"
|
30
30
|
},
|