@or-sdk/deployer 0.23.0 → 0.23.1-238.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 +0 -74
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,77 +9,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
11
|
* **deployer:** Added removeRole method ([18908df](https://gitlab.com/onereach/platform/or-sdk-next/commit/18908df9d36158f7a403a911573d42d5a6e88efd))
|
|
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",
|
|
2
|
+
"version": "0.23.1-238.0",
|
|
3
3
|
"name": "@or-sdk/deployer",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
@@ -26,6 +26,5 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@or-sdk/base": "^0.22.4",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
|
-
}
|
|
30
|
-
"gitHead": "a9eddf5c16570ad595f0951d734fc9fa0ee0840a"
|
|
29
|
+
}
|
|
31
30
|
}
|