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