@rocket.chat/api-client 0.1.0-rc.9 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @rocket.chat/api-client
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 40cebcc0f1: Moved from patch monkey solution to official one
8
+ - 40cebcc0f1: ask for totp if the provided one is invalid
9
+
10
+ ### Patch Changes
11
+
12
+ - e006013e5f: chore: New Livechat SDK Implementation
13
+ - Updated dependencies [e14ec50816]
14
+ - Updated dependencies [74aa677088]
15
+ - Updated dependencies [e006013e5f]
16
+ - Updated dependencies [e846d873b7]
17
+ - Updated dependencies [eecd9fc99a]
18
+ - Updated dependencies [6a474ff952]
19
+ - Updated dependencies [9da856cc67]
20
+ - Updated dependencies [f76d514341]
21
+ - Updated dependencies [12d97e16c2]
22
+ - Updated dependencies [0645f42e12]
23
+ - Updated dependencies [48ac55f4ea]
24
+ - @rocket.chat/core-typings@6.3.0
25
+ - @rocket.chat/rest-typings@6.3.0
26
+
27
+ ## 0.1.0-rc.10
28
+
29
+ ### Patch Changes
30
+
31
+ - @rocket.chat/core-typings@6.3.0-rc.10
32
+ - @rocket.chat/rest-typings@6.3.0-rc.10
33
+
3
34
  ## 0.1.0-rc.9
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/api-client",
3
- "version": "0.1.0-rc.9",
3
+ "version": "0.1.0",
4
4
  "devDependencies": {
5
5
  "@swc/core": "^1.3.66",
6
6
  "@swc/jest": "^0.2.26",
@@ -25,8 +25,8 @@
25
25
  "/dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@rocket.chat/core-typings": "^6.3.0-rc.9",
29
- "@rocket.chat/rest-typings": "^6.3.0-rc.9",
28
+ "@rocket.chat/core-typings": "^6.3.0",
29
+ "@rocket.chat/rest-typings": "^6.3.0",
30
30
  "filter-obj": "^3.0.0",
31
31
  "query-string": "^7.1.3",
32
32
  "split-on-first": "^3.0.0",