@targetprocess/equalizer-client 3.3.0 → 3.4.1-alpha.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/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@targetprocess/equalizer-client",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.1-alpha.0",
|
|
4
4
|
"description": "Client for the clusters configuration synchronization service",
|
|
5
5
|
"files": [
|
|
6
|
-
"
|
|
6
|
+
"bin/src"
|
|
7
7
|
],
|
|
8
|
-
"main": "
|
|
9
|
-
"typings": "
|
|
8
|
+
"main": "bin/src/client.js",
|
|
9
|
+
"typings": "bin/src/client.d.ts",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"generate": "npm run _clean && npm run build",
|
|
12
12
|
"rebuild": "npm run _clean && npm run build",
|
|
13
13
|
"build": "tsc -b --pretty",
|
|
14
|
-
"_clean": "rimraf
|
|
14
|
+
"_clean": "rimraf bin",
|
|
15
|
+
"prepublishOnly": "npm run rebuild"
|
|
15
16
|
},
|
|
16
17
|
"keywords": [
|
|
17
18
|
"sdk"
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
"author": "Ilya Dus <dus@targetprocess.com>",
|
|
20
21
|
"license": "ISC",
|
|
21
22
|
"devDependencies": {
|
|
22
|
-
"@types/node": "^
|
|
23
|
+
"@types/node": "^18.17.0"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"cross-fetch": "3.x"
|
|
@@ -31,5 +32,5 @@
|
|
|
31
32
|
"publishConfig": {
|
|
32
33
|
"access": "public"
|
|
33
34
|
},
|
|
34
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7d3baeccc2a8a8f8052b606e5d4b453984929293"
|
|
35
36
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,164 +0,0 @@
|
|
|
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
|
-
# [3.3.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@3.3.0-alpha.0...@targetprocess/equalizer-client@3.3.0) (2021-02-01)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<a name="3.1.0"></a>
|
|
15
|
-
# [3.1.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@3.0.1...@targetprocess/equalizer-client@3.1.0) (2020-12-24)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* 🎸 update chart contracts ([459f6a4](https://gitlab.tpondemand.net/ci-cd/octopus/commit/459f6a4))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<a name="3.0.1"></a>
|
|
26
|
-
## [3.0.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@3.0.0...@targetprocess/equalizer-client@3.0.1) (2020-08-13)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
32
|
-
|
|
33
|
-
<a name="3.0.0"></a>
|
|
34
|
-
# [3.0.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@2.1.0...@targetprocess/equalizer-client@3.0.0) (2020-07-07)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Code Refactoring
|
|
38
|
-
|
|
39
|
-
* **cleanup:** get rid of IRelease order and excludeBulk fields ([40d498e](https://gitlab.tpondemand.net/ci-cd/octopus/commit/40d498e))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### BREAKING CHANGES
|
|
43
|
-
|
|
44
|
-
* **cleanup:** order and excludeBulk fields removed from IRelease contract
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<a name="2.1.0"></a>
|
|
50
|
-
# [2.1.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@2.0.0...@targetprocess/equalizer-client@2.1.0) (2020-06-08)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* **nodejs:** update node to v12 for all packages ([9eb108b](https://gitlab.tpondemand.net/ci-cd/octopus/commit/9eb108b))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<a name="2.0.0"></a>
|
|
61
|
-
# [2.0.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.4.0...@targetprocess/equalizer-client@2.0.0) (2020-05-19)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* **bulk deploy:** store list of target clusters in IConfigSyncResult contract ([1968766](https://gitlab.tpondemand.net/ci-cd/octopus/commit/1968766))
|
|
67
|
-
* **charts:** add values from subcharts ([5f98eeb](https://gitlab.tpondemand.net/ci-cd/octopus/commit/5f98eeb))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### BREAKING CHANGES
|
|
71
|
-
|
|
72
|
-
* **bulk deploy:** IConfigSyncResult contract stores array of target clusters instead of single one
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
<a name="1.4.0"></a>
|
|
78
|
-
# [1.4.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.3.2...@targetprocess/equalizer-client@1.4.0) (2020-05-06)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
* **partial bulk deploy:** add possibility to filter suggested changes in bulk deploy by namespaces ([33da5bb](https://gitlab.tpondemand.net/ci-cd/octopus/commit/33da5bb))
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<a name="1.3.2"></a>
|
|
89
|
-
## [1.3.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.3.1...@targetprocess/equalizer-client@1.3.2) (2020-02-03)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
95
|
-
|
|
96
|
-
<a name="1.3.1"></a>
|
|
97
|
-
## [1.3.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.3.0...@targetprocess/equalizer-client@1.3.1) (2019-10-13)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
103
|
-
|
|
104
|
-
<a name="1.3.0"></a>
|
|
105
|
-
# [1.3.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.2.2...@targetprocess/equalizer-client@1.3.0) (2019-10-03)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Features
|
|
109
|
-
|
|
110
|
-
* **equalizer:** return merge blockers in clusters sync endpoint ([a947483](https://gitlab.tpondemand.net/ci-cd/octopus/commit/a947483))
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
<a name="1.2.4"></a>
|
|
116
|
-
## [1.2.4](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.2.2...@targetprocess/equalizer-client@1.2.4) (2019-09-27)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
122
|
-
|
|
123
|
-
<a name="1.2.3"></a>
|
|
124
|
-
## [1.2.3](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.2.2...@targetprocess/equalizer-client@1.2.3) (2019-09-25)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
130
|
-
|
|
131
|
-
<a name="1.2.2"></a>
|
|
132
|
-
## [1.2.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.2.1...@targetprocess/equalizer-client@1.2.2) (2019-09-09)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
138
|
-
|
|
139
|
-
<a name="1.2.1"></a>
|
|
140
|
-
## [1.2.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/equalizer-client@1.2.0...@targetprocess/equalizer-client@1.2.1) (2019-09-05)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @targetprocess/equalizer-client
|
|
146
|
-
|
|
147
|
-
<a name="1.2.0"></a>
|
|
148
|
-
# 1.2.0 (2019-08-30)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### Features
|
|
152
|
-
|
|
153
|
-
* add ClustersDiff contract to equalizer-client ([b9f55ad](https://gitlab.tpondemand.net/ci-cd/octopus/commit/b9f55ad))
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
<a name="1.1.0"></a>
|
|
159
|
-
# 1.1.0 (2019-08-28)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* init equalizer service and it's client ([107d176](https://gitlab.tpondemand.net/ci-cd/octopus/commit/107d176))
|