@rocket.chat/rest-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 +32 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.5.0-rc.9
4
+
5
+ ### Patch Changes
6
+
7
+ - @rocket.chat/core-typings@6.5.0-rc.9
8
+ - @rocket.chat/license@0.1.0-rc.9
9
+
10
+ ## 6.5.0-rc.8
11
+
12
+ ### Patch Changes
13
+
14
+ - @rocket.chat/core-typings@6.5.0-rc.8
15
+ - @rocket.chat/license@0.1.0-rc.8
16
+
3
17
  ## 6.5.0-rc.7
4
18
 
5
19
  ### Patch Changes
@@ -77,6 +91,24 @@
77
91
  - @rocket.chat/core-typings@6.5.0-rc.0
78
92
  - @rocket.chat/license@0.1.0-rc.0
79
93
 
94
+ ## 6.4.8
95
+
96
+ ### Patch Changes
97
+
98
+ - @rocket.chat/core-typings@6.4.8
99
+
100
+ ## 6.4.7
101
+
102
+ ### Patch Changes
103
+
104
+ - @rocket.chat/core-typings@6.4.7
105
+
106
+ ## 6.4.6
107
+
108
+ ### Patch Changes
109
+
110
+ - @rocket.chat/core-typings@6.4.6
111
+
80
112
  ## 6.4.5
81
113
 
82
114
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.5.0-rc.7",
3
+ "version": "6.5.0-rc.9",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.6.0",
6
6
  "@types/jest": "~29.5.7",
@@ -24,11 +24,11 @@
24
24
  "/dist"
25
25
  ],
26
26
  "dependencies": {
27
- "@rocket.chat/apps-engine": "1.41.0-alpha.290",
28
- "@rocket.chat/core-typings": "^6.5.0-rc.7",
29
- "@rocket.chat/license": "^0.1.0-rc.7",
30
- "@rocket.chat/message-parser": "next",
31
- "@rocket.chat/ui-kit": "^0.32.1",
27
+ "@rocket.chat/apps-engine": "1.41.0",
28
+ "@rocket.chat/core-typings": "^6.5.0-rc.9",
29
+ "@rocket.chat/license": "^0.1.0-rc.9",
30
+ "@rocket.chat/message-parser": "~0.31.26",
31
+ "@rocket.chat/ui-kit": "~0.32.1",
32
32
  "ajv": "^8.11.0",
33
33
  "ajv-formats": "^2.1.1"
34
34
  },