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