@rocket.chat/core-typings 6.5.0-rc.7 → 6.5.0-rc.9

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.5.0-rc.9
4
+
5
+ ## 6.5.0-rc.8
6
+
3
7
  ## 6.5.0-rc.7
4
8
 
5
9
  ## 6.5.0-rc.6
@@ -42,6 +46,12 @@
42
46
  feat: Limit endpoints on MAC limit reached
43
47
  - dea1fe9191: feat: Disable and annonimize visitors instead of removing
44
48
 
49
+ ## 6.4.8
50
+
51
+ ## 6.4.7
52
+
53
+ ## 6.4.6
54
+
45
55
  ## 6.4.5
46
56
 
47
57
  ## 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.7",
4
+ "version": "6.5.0-rc.9",
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"