@rocket.chat/ddp-client 0.3.0-rc.7 → 0.3.1

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