@rocket.chat/rest-typings 6.3.0-rc.1 → 6.3.0-rc.3
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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# @rocket.chat/rest-typings
|
2
2
|
|
3
|
+
## 6.3.0-rc.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- @rocket.chat/core-typings@6.3.0-rc.3
|
8
|
+
|
9
|
+
## 6.3.0-rc.2
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- f76d514341: Implemented a visual password verification in the Register User form, My Profile page, and reset password page. With this, the user will know exactly why their password is weak and how to improve it.
|
14
|
+
- @rocket.chat/core-typings@6.3.0-rc.2
|
15
|
+
|
3
16
|
## 6.3.0-rc.1
|
4
17
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/rest-typings",
|
3
|
-
"version": "6.3.0-rc.
|
3
|
+
"version": "6.3.0-rc.3",
|
4
4
|
"devDependencies": {
|
5
5
|
"@rocket.chat/eslint-config": "^0.5.0",
|
6
6
|
"@types/jest": "~29.5.2",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
27
|
"@rocket.chat/apps-engine": "1.39.1",
|
28
|
-
"@rocket.chat/core-typings": "^6.3.0-rc.
|
28
|
+
"@rocket.chat/core-typings": "^6.3.0-rc.3",
|
29
29
|
"@rocket.chat/message-parser": "next",
|
30
30
|
"@rocket.chat/ui-kit": "next",
|
31
31
|
"ajv": "^8.11.0",
|