@rocket.chat/ddp-client 0.2.26 → 0.3.0-rc.0
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 +6 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
# @rocket.chat/ddp-client
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.3.0-rc.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- <details><summary>Updated dependencies []:</summary>
|
|
8
|
-
|
|
9
|
-
- @rocket.chat/rest-typings@6.9.2
|
|
10
|
-
- @rocket.chat/api-client@0.1.35
|
|
11
|
-
</details>
|
|
5
|
+
### Minor Changes
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- ([#31821](https://github.com/RocketChat/Rocket.Chat/pull/31821)) New runtime for apps in the Apps-Engine based on the Deno platform
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
17
|
-
- <details><summary>Updated dependencies []:</summary>
|
|
11
|
+
- <details><summary>Updated dependencies [495628bce0, f75a2cb4bb, 07c4ca0621, 4f72d62aa7]:</summary>
|
|
18
12
|
|
|
19
|
-
- @rocket.chat/rest-typings@6.
|
|
20
|
-
- @rocket.chat/api-client@0.
|
|
13
|
+
- @rocket.chat/rest-typings@6.10.0-rc.0
|
|
14
|
+
- @rocket.chat/api-client@0.2.0-rc.0
|
|
21
15
|
</details>
|
|
22
16
|
|
|
23
17
|
## 0.2.24
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/ddp-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-rc.0",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@swc/core": "^1.3.95",
|
|
6
6
|
"@swc/jest": "^0.2.29",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"extends": "../../../package.json"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@rocket.chat/api-client": "^0.
|
|
38
|
-
"@rocket.chat/rest-typings": "^6.
|
|
37
|
+
"@rocket.chat/api-client": "^0.2.0-rc.0",
|
|
38
|
+
"@rocket.chat/rest-typings": "^6.10.0-rc.0"
|
|
39
39
|
}
|
|
40
40
|
}
|