@rocket.chat/core-typings 6.5.0-rc.1 → 6.5.0-rc.10

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.5.0-rc.10
4
+
5
+ ## 6.5.0-rc.9
6
+
7
+ ## 6.5.0-rc.8
8
+
9
+ ## 6.5.0-rc.7
10
+
11
+ ## 6.5.0-rc.6
12
+
13
+ ## 6.5.0-rc.5
14
+
15
+ ## 6.5.0-rc.4
16
+
17
+ ## 6.5.0-rc.3
18
+
19
+ ## 6.5.0-rc.2
20
+
3
21
  ## 6.5.0-rc.1
4
22
 
5
23
  ## 6.5.0-rc.0
@@ -30,6 +48,12 @@
30
48
  feat: Limit endpoints on MAC limit reached
31
49
  - dea1fe9191: feat: Disable and annonimize visitors instead of removing
32
50
 
51
+ ## 6.4.8
52
+
53
+ ## 6.4.7
54
+
55
+ ## 6.4.6
56
+
33
57
  ## 6.4.5
34
58
 
35
59
  ## 6.4.4
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.5.0-rc.1",
4
+ "version": "6.5.0-rc.10",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.6.0",
7
7
  "eslint": "~8.45.0",
@@ -22,10 +22,10 @@
22
22
  "/dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@rocket.chat/apps-engine": "1.41.0-alpha.290",
26
- "@rocket.chat/icons": "^0.32.0",
27
- "@rocket.chat/message-parser": "next",
28
- "@rocket.chat/ui-kit": "^0.32.1"
25
+ "@rocket.chat/apps-engine": "1.41.0",
26
+ "@rocket.chat/icons": "~0.32.0",
27
+ "@rocket.chat/message-parser": "~0.31.26",
28
+ "@rocket.chat/ui-kit": "~0.32.1"
29
29
  },
30
30
  "volta": {
31
31
  "extends": "../../package.json"