@targetprocess/charts-client 3.6.0 → 3.7.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/charts-client",
3
- "version": "3.6.0",
3
+ "version": "3.7.1-alpha.0",
4
4
  "description": "Client for the service of processing helm charts",
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": "Pavel Shapel <shapel@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": "844cddfae7dbe8ee04cc1459dfab63f590a787f8"
35
+ "gitHead": "7d3baeccc2a8a8f8052b606e5d4b453984929293"
35
36
  }
package/CHANGELOG.md DELETED
@@ -1,247 +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.6.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.6.0-alpha.0...@targetprocess/charts-client@3.6.0) (2021-02-01)
7
-
8
- **Note:** Version bump only for package @targetprocess/charts-client
9
-
10
-
11
-
12
-
13
-
14
- <a name="3.5.0"></a>
15
- # [3.5.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.4.1...@targetprocess/charts-client@3.5.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.4.1"></a>
26
- ## [3.4.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.4.0...@targetprocess/charts-client@3.4.1) (2020-08-13)
27
-
28
-
29
-
30
-
31
- **Note:** Version bump only for package @targetprocess/charts-client
32
-
33
- <a name="3.4.0"></a>
34
- # [3.4.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.3.0...@targetprocess/charts-client@3.4.0) (2020-06-08)
35
-
36
-
37
- ### Features
38
-
39
- * **nodejs:** update node to v12 for all packages ([9eb108b](https://gitlab.tpondemand.net/ci-cd/octopus/commit/9eb108b))
40
-
41
-
42
-
43
-
44
- <a name="3.3.0"></a>
45
- # [3.3.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.2.2...@targetprocess/charts-client@3.3.0) (2020-05-19)
46
-
47
-
48
- ### Features
49
-
50
- * **charts:** add values from subcharts ([5f98eeb](https://gitlab.tpondemand.net/ci-cd/octopus/commit/5f98eeb))
51
-
52
-
53
-
54
-
55
- <a name="3.2.2"></a>
56
- ## [3.2.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.2.1...@targetprocess/charts-client@3.2.2) (2020-02-03)
57
-
58
-
59
-
60
-
61
- **Note:** Version bump only for package @targetprocess/charts-client
62
-
63
- <a name="3.2.1"></a>
64
- ## [3.2.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.2.0...@targetprocess/charts-client@3.2.1) (2019-10-13)
65
-
66
-
67
-
68
-
69
- **Note:** Version bump only for package @targetprocess/charts-client
70
-
71
- <a name="3.2.0"></a>
72
- # [3.2.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.0.0...@targetprocess/charts-client@3.2.0) (2019-10-04)
73
-
74
-
75
- ### Features
76
-
77
- * **charts:** add commit SHA to chart contract ([a0a72d1](https://gitlab.tpondemand.net/ci-cd/octopus/commit/a0a72d1))
78
-
79
-
80
-
81
-
82
- <a name="3.1.0"></a>
83
- # [3.1.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@3.0.0...@targetprocess/charts-client@3.1.0) (2019-10-01)
84
-
85
-
86
- ### Features
87
-
88
- * **charts:** add commit SHA to chart contract ([a0a72d1](https://gitlab.tpondemand.net/ci-cd/octopus/commit/a0a72d1))
89
-
90
-
91
-
92
-
93
- <a name="3.0.0"></a>
94
- # [3.0.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.1.2...@targetprocess/charts-client@3.0.0) (2019-08-30)
95
-
96
-
97
- ### Code Refactoring
98
-
99
- * charts swagger spec cleanup ([6c7945d](https://gitlab.tpondemand.net/ci-cd/octopus/commit/6c7945d))
100
-
101
-
102
- ### BREAKING CHANGES
103
-
104
- * IConfig renamed to IChartValues (semantics left untouched)
105
-
106
-
107
-
108
-
109
- <a name="2.1.2"></a>
110
- ## [2.1.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.1.1...@targetprocess/charts-client@2.1.2) (2018-10-11)
111
-
112
-
113
-
114
-
115
- **Note:** Version bump only for package @targetprocess/charts-client
116
-
117
- <a name="2.1.1"></a>
118
- ## [2.1.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.1.0...@targetprocess/charts-client@2.1.1) (2018-10-05)
119
-
120
-
121
- ### Bug Fixes
122
-
123
- * chart shape in API ([212646a](https://gitlab.tpondemand.net/ci-cd/octopus/commits/212646a))
124
-
125
-
126
-
127
-
128
- <a name="2.1.0"></a>
129
- # [2.1.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.0.2...@targetprocess/charts-client@2.1.0) (2018-10-04)
130
-
131
-
132
- ### Features
133
-
134
- * extend Chart with full list of properties + return readme from chart ([0e709fe](https://gitlab.tpondemand.net/ci-cd/octopus/commits/0e709fe))
135
-
136
-
137
-
138
-
139
- <a name="2.0.2"></a>
140
- ## [2.0.2](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.0.1...@targetprocess/charts-client@2.0.2) (2018-06-04)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * fix auth server url in swagger spec ([a2b0a3f](https://gitlab.tpondemand.net/ci-cd/octopus/commits/a2b0a3f))
146
-
147
-
148
-
149
-
150
- <a name="2.0.1"></a>
151
- ## [2.0.1](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@2.0.0...@targetprocess/charts-client@2.0.1) (2018-02-22)
152
-
153
-
154
- ### Bug Fixes
155
-
156
- * extend cluster with infrastructure info ([82cde81](https://gitlab.tpondemand.net/ci-cd/octopus/commits/82cde81))
157
-
158
-
159
-
160
-
161
- <a name="2.0.0"></a>
162
- # [2.0.0](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@1.0.4...@targetprocess/charts-client@2.0.0) (2018-01-05)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * change values format ([adb0ddf](https://gitlab.tpondemand.net/ci-cd/octopus/commits/adb0ddf))
168
-
169
-
170
- ### BREAKING CHANGES
171
-
172
- * change chart values format
173
-
174
-
175
-
176
-
177
- <a name="1.0.4"></a>
178
- ## [1.0.4](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@1.0.3...@targetprocess/charts-client@1.0.4) (2018-01-05)
179
-
180
-
181
-
182
-
183
- **Note:** Version bump only for package @targetprocess/charts-client
184
-
185
- <a name="1.0.3"></a>
186
- ## [1.0.3](https://gitlab.tpondemand.net/ci-cd/octopus/compare/@targetprocess/charts-client@1.0.2...@targetprocess/charts-client@1.0.3) (2017-12-29)
187
-
188
-
189
-
190
-
191
- **Note:** Version bump only for package @targetprocess/charts-client
192
-
193
- <a name="1.0.2"></a>
194
- ## 1.0.2 (2017-12-18)
195
-
196
-
197
-
198
-
199
- **Note:** Version bump only for package @targetprocess/charts-client
200
-
201
- <a name="1.0.1"></a>
202
- ## 1.0.1 (2017-11-29)
203
-
204
-
205
-
206
-
207
- **Note:** Version bump only for package @targetprocess/charts-client
208
-
209
- <a name="1.0.2"></a>
210
- ## 1.0.2 (2017-11-29)
211
-
212
-
213
-
214
-
215
- **Note:** Version bump only for package @targetprocess/charts-client
216
-
217
- <a name="1.0.1"></a>
218
- ## 1.0.1 (2017-11-29)
219
-
220
-
221
-
222
-
223
- **Note:** Version bump only for package @targetprocess/charts-client
224
-
225
- <a name="0.1.0"></a>
226
- # 0.1.0 (2017-11-29)
227
-
228
-
229
- ### Features
230
-
231
- * init ([4121257](https://gitlab.tpondemand.net/ci-cd/octopus/commits/4121257))
232
-
233
-
234
-
235
-
236
- <a name="1.0.0"></a>
237
- # 1.0.0 (2017-11-28)
238
-
239
-
240
-
241
- <a name="1.0.0"></a>
242
- # 1.0.0 (2017-11-28)
243
-
244
-
245
- ### Features
246
-
247
- * init ([e62b5ce](https://gitlab.tpondemand.net/ci-cd/octopus/commits/e62b5ce))