@or-sdk/key-value-storage 0.23.0-pgsql.0 → 0.23.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 +85 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,85 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.23.0 (2022-04-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **bots:** Added ability to pass projection to listBots ([e050358](https://gitlab.com/onereach/platform/or-sdk-next/commit/e05035865d5cf0b10b3467657b2ce1790ecb1987))
12
+
13
+ ### 0.22.4 (2022-03-30)
14
+
15
+ ### 0.22.4-brokenloc.0 (2022-03-30)
16
+
17
+ ### 0.22.3 (2022-03-29)
18
+
19
+ ### 0.22.3-tablesfilters.0 (2022-03-29)
20
+
21
+ ### 0.22.2 (2022-03-28)
22
+
23
+ ### 0.22.1 (2022-03-28)
24
+
25
+ ### 0.22.1-fixorderoptionstype.1 (2022-03-28)
26
+
27
+ ### 0.22.1-fixorderoptionstype.0 (2022-03-28)
28
+
29
+ ## 0.22.0 (2022-03-28)
30
+
31
+ ### 0.21.2-auth.1 (2022-03-28)
32
+
33
+ ### 0.21.2-auth.0 (2022-03-28)
34
+
35
+ ### 0.21.1 (2022-03-28)
36
+
37
+ ### 0.21.1-addserviceurl.1 (2022-03-27)
38
+
39
+ ### 0.21.1-addserviceurl.0 (2022-03-25)
40
+
41
+ ## 0.21.0 (2022-03-22)
42
+
43
+
44
+ ### Features
45
+
46
+ * add users api ([1829d50](https://gitlab.com/onereach/platform/or-sdk-next/commit/1829d50b2e3d4deccaf176d0f861a4f101e77486))
47
+
48
+ ## 0.20.0 (2022-03-18)
49
+
50
+ ### 0.19.3 (2022-03-15)
51
+
52
+ ### 0.19.2 (2022-03-14)
53
+
54
+ ### 0.19.1 (2022-03-14)
55
+
56
+ ## 0.19.0 (2022-03-07)
57
+
58
+ ## 0.18.0 (2022-03-07)
59
+
60
+
61
+ ### Features
62
+
63
+ * **flows:** add ability to override projection for listFlows method ([a302e8e](https://gitlab.com/onereach/platform/or-sdk-next/commit/a302e8e38e82c72a0895d93681195452fd5b9a46))
64
+
65
+ ### 0.17.1 (2022-02-22)
66
+
67
+ ## 0.17.0 (2022-02-22)
68
+
69
+ ### 0.16.1 (2022-02-22)
70
+
71
+ ## 0.16.0 (2022-02-02)
72
+
73
+ ## 0.15.0 (2022-01-31)
74
+
75
+ ## 0.14.0 (2022-01-24)
76
+
77
+ ### 0.13.1 (2022-01-20)
78
+
79
+ ## 0.13.0 (2022-01-12)
80
+
81
+ ## 0.12.0 (2022-01-12)
82
+
83
+ ## 0.11.0 (2022-01-12)
84
+
85
+ ## 0.10.0 (2021-12-30)
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.23.0-pgsql.0",
2
+ "version": "0.23.0",
3
3
  "name": "@or-sdk/key-value-storage",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -23,8 +23,8 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@or-sdk/base": "^0.23.0-pgsql.0",
27
- "@or-sdk/sdk-api": "^0.23.0-pgsql.0"
26
+ "@or-sdk/base": "^0.23.0",
27
+ "@or-sdk/sdk-api": "^0.23.0"
28
28
  },
29
- "gitHead": "1ae7d9d2916f04d84b9cd47b525cb56d1ce1274c"
29
+ "gitHead": "484628973ca37a9cb69964d6106b77338c9d658e"
30
30
  }