@rocket.chat/ddp-client 0.1.0-rc.10 → 0.1.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 +25 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @rocket.chat/ddp-client
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f379336951: Add new event to notify users directly about new banners
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e006013e5f: chore: New Livechat SDK Implementation
|
|
12
|
+
- Updated dependencies [e14ec50816]
|
|
13
|
+
- Updated dependencies [74aa677088]
|
|
14
|
+
- Updated dependencies [e006013e5f]
|
|
15
|
+
- Updated dependencies [e846d873b7]
|
|
16
|
+
- Updated dependencies [eecd9fc99a]
|
|
17
|
+
- Updated dependencies [6a474ff952]
|
|
18
|
+
- Updated dependencies [9da856cc67]
|
|
19
|
+
- Updated dependencies [f76d514341]
|
|
20
|
+
- Updated dependencies [40cebcc0f1]
|
|
21
|
+
- Updated dependencies [12d97e16c2]
|
|
22
|
+
- Updated dependencies [40cebcc0f1]
|
|
23
|
+
- Updated dependencies [0645f42e12]
|
|
24
|
+
- Updated dependencies [48ac55f4ea]
|
|
25
|
+
- @rocket.chat/rest-typings@6.3.0
|
|
26
|
+
- @rocket.chat/api-client@0.1.0
|
|
27
|
+
|
|
3
28
|
## 0.1.0-rc.10
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/ddp-client",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@swc/core": "^1.3.66",
|
|
6
6
|
"@swc/jest": "^0.2.26",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"extends": "../../package.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@rocket.chat/api-client": "^0.1.0
|
|
37
|
-
"@rocket.chat/rest-typings": "^6.3.0
|
|
36
|
+
"@rocket.chat/api-client": "^0.1.0",
|
|
37
|
+
"@rocket.chat/rest-typings": "^6.3.0"
|
|
38
38
|
}
|
|
39
39
|
}
|