@rocket.chat/core-typings 6.5.0-rc.6 → 6.5.0-rc.8

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.5.0-rc.8
4
+
5
+ ## 6.5.0-rc.7
6
+
3
7
  ## 6.5.0-rc.6
4
8
 
5
9
  ## 6.5.0-rc.5
@@ -40,6 +44,12 @@
40
44
  feat: Limit endpoints on MAC limit reached
41
45
  - dea1fe9191: feat: Disable and annonimize visitors instead of removing
42
46
 
47
+ ## 6.4.8
48
+
49
+ ## 6.4.7
50
+
51
+ ## 6.4.6
52
+
43
53
  ## 6.4.5
44
54
 
45
55
  ## 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.6",
4
+ "version": "6.5.0-rc.8",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.6.0",
7
7
  "eslint": "~8.45.0",
@@ -23,9 +23,9 @@
23
23
  ],
24
24
  "dependencies": {
25
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"
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"