dots-wrapper 3.7.5 → 3.7.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "dots-wrapper",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "Digital Ocean v2 api wrapper - javascript - typescript - nodejs",
5
5
  "main": "dist/index.js",
6
6
  "browser": "dist/index-browser.min.js",
@@ -34,13 +34,13 @@
34
34
  "@babel/core": "^7.17.10",
35
35
  "@babel/preset-env": "^7.17.10",
36
36
  "@babel/preset-typescript": "^7.16.7",
37
- "@types/jest": "^27.4.1",
38
- "@types/node": "^17.0.30",
37
+ "@types/jest": "^27.5.0",
38
+ "@types/node": "^17.0.31",
39
39
  "axios-mock-adapter": "^1.20.0",
40
- "babel-jest": "^28.0.3",
41
- "jest": "^27.5.1",
40
+ "babel-jest": "^28.1.0",
41
+ "jest": "^28.1.0",
42
42
  "license-webpack-plugin": "^4.0.2",
43
- "ts-jest": "^27.1.4",
43
+ "ts-jest": "^28.0.1",
44
44
  "typescript": "^4.6.4",
45
45
  "webpack": "^5.72.0",
46
46
  "webpack-cli": "^4.9.2"
package/CHANGELOG.md DELETED
@@ -1,240 +0,0 @@
1
- # changelog
2
-
3
- ## **2022-04-30** - new version 3.7.5
4
-
5
- * add downloads badge to readme.md
6
- * npm audit + dependencies updates
7
- * remove console.log from spec file
8
-
9
- ## **2022-04-09** - new version 3.7.4
10
-
11
- * npm audit + dependencies updates
12
-
13
- ## **2022-03-26** - new version 3.7.3
14
-
15
- * npm audit + dependencies updates
16
-
17
- ## **2022-03-13** - new version 3.7.2
18
-
19
- * npm audit + dependencies updates
20
-
21
- ## **2022-02-26** - new version 3.7.1
22
-
23
- * npm audit + dependencies updates
24
-
25
- ## **2022-02-16** - new version 3.7.0
26
-
27
- * npm audit + dependencies updates
28
- * add module dots.monitoring
29
- * breaking change: removed dots.util, now it's called dots.modules.common
30
-
31
- ## **2022-02-10** - new version 3.6.3
32
-
33
- * npm audit + dependencies updates
34
- * fix dots.action.getAction(input) (https://github.com/pjpimentel/dots/issues/186)
35
-
36
- ## **2021-10-30** - new version 3.6.2
37
-
38
- * npm audit + dependencies updates
39
-
40
- ## **2021-10-05** - new version 3.6.1
41
-
42
- * readme update + docs update thanks ([@codyogden](https://github.com/codyogden))
43
-
44
- ## **2021-10-04** - new version 3.6.0
45
-
46
- * add "force_build" input to dots.app.createAppDeployment
47
-
48
- ## **2021-09-25** - new version 3.5.9
49
-
50
- * npm audit + dependencies updates
51
-
52
- ## **2021-09-04** - new version 3.5.8
53
-
54
- * npm audit + dependencies updates
55
-
56
- ## **2021-06-14** - new version 3.5.7
57
-
58
- * npm audit + dependencies updates
59
-
60
- ## **2021-05-29** - new version 3.5.6
61
-
62
- * npm audit + dependencies updates
63
- * security update, https://github.com/advisories/GHSA-6fc8-4gx4-v693
64
-
65
- ## **2021-05-17**
66
-
67
- * fixed domain module docs
68
-
69
- ## **2021-05-06** - new version: 3.5.5
70
-
71
- * npm audit + dependencies updates
72
- * security update, https://github.com/advisories/GHSA-35jh-r3h4-6jhm
73
-
74
- ## **2021-05-01** - new version: 3.5.4
75
-
76
- * npm audit + dependencies updates
77
- * add method volume.deleteVolumeByName
78
-
79
- ## **2021-03-29** - new version: 3.5.3
80
-
81
- * npm audit + dependencies updates
82
-
83
- ## **2020-12-22** - new version: 3.5.2
84
-
85
- * npm audit + dependencies updates
86
-
87
- ## **2020-12-03** - new version: 3.5.1
88
-
89
- * app platform type fixes (thanks ([@rijkvanzanten](https://github.com/rijkvanzanten)))
90
-
91
- ## **2020-11-21** - new version: 3.5.0
92
-
93
- * npm audit + dependencies updates
94
- * add app module
95
- * removed node 8 test support
96
- * add k8s container registry methods
97
-
98
- ## **2020-11-01** - new version: 3.4.0
99
-
100
- * add missing attributes to firewall type
101
- * npm audit + dependencies updates
102
- * add list domain record filters
103
- * add k8s node pool taints
104
- * add droplet.destroyDropletAndAllAssociatedResources
105
- * add droplet.destroyDropletAndAssociatedResources
106
- * add droplet.getDropletDestroyStatus
107
- * add droplet.listDropletAssociatedResources
108
- * add droplet.retryDropletDestroy
109
- * "add is_default" parameter to vpc.updateVpc and vpc.createVpc
110
- * removed "id" field compatibility, see 3.1.0
111
-
112
- ## **2020-08-10** - new version: 3.3.3
113
-
114
- * load balancer types
115
- * npm audit + dependencies updates
116
-
117
- ## **2020-07-22** - new version: 3.3.2
118
-
119
- * pkg.json homepage
120
-
121
- ## **2020-07-15** - new version: 3.3.1
122
-
123
- * npm audit + dependencies updates
124
-
125
- ## **2020-06-20** - new version: 3.3.0
126
-
127
- * add listInvoices, downloadInvoice, getInvoiceSummary, getInvoice to customer module
128
- * npm audit + dependencies updates
129
- ## **2020-05-22** - new version: 3.2.1
130
-
131
- * ICreateDropletsApiRequest && ICreateDropletApiRequest ssh_keys attr
132
-
133
- ## **2020-05-03** - new version: 3.2.0
134
-
135
- * add vpc module
136
- * add kubernetes node pool labels
137
- * add mysql_settings to createDatabaseClusterUser
138
- * npm audit
139
-
140
- ## **2020-04-30** - new version: 3.1.10
141
-
142
- * add customer.getBalance
143
- * add customer.listBillingHistory
144
- * fix dev dependencies security issue GHSA-jpcq-cgw6-v4j6
145
- * fix DO changed list-all-droplet-neighbors behavior https://developers.digitalocean.com/documentation/changelog/api-v2/changes-to-the-droplet-neighbors-report/
146
-
147
- ## **2020-04-27** - new version: 3.1.9
148
-
149
- * IKubernetesClusterStatus type
150
- * npm audit
151
-
152
- ## **2020-04-18** - new version: 3.1.8
153
-
154
- * IDroplet type
155
-
156
- ## **2020-03-17** - new version: 3.1.7
157
-
158
- * packages update
159
- * npm audit
160
-
161
- ## **2020-03-15** - new version: 3.1.6
162
-
163
- * automatic update package acorn from 5.7.3 to 5.7.4
164
-
165
- ## **2019-12-15** - new version: 3.1.5
166
-
167
- * fix quality gate issues
168
-
169
- ## **2019-12-15** - new version: 3.1.4
170
-
171
- * add **cdn-endpoints** module
172
- * add **container-registry** module
173
- * fix list-available-options-of-kubernetes url path
174
-
175
- ## **2019-12-14** - new version: 3.1.3
176
-
177
- * add **kubernetes** module
178
- * fix updateLoadBalancer test
179
-
180
- ## **2019-12-12** - new version: 3.1.2
181
-
182
- * add **project** module
183
-
184
- ## **2019-12-10** - new version: 3.1.1
185
-
186
- * add **droplet**.deleteDropletsByTag ([@Cosmic-Goat](https://github.com/Cosmic-Goat))
187
-
188
- ## **2019-12-08** - new version: 3.1.0
189
-
190
- the `id` input was removed from the following methods to avoid missunderstands.
191
- now it is `{entity}_id`.
192
- (to allow backward compatibility the `id` field still accepted but will be removed in future versions)
193
-
194
- the following methods were affected:
195
- * add **database** module
196
- * **loadBalancer**.addDropletsToLoadBalancer >> id -> load_balancer_id
197
- * **loadBalancer**.addRulesToLoadBalancer >> id -> load_balancer_id
198
- * **loadBalancer**.deleteLoadBalancer >> id -> load_balancer_id
199
- * **loadBalancer**.getLoadBalancer >> id -> load_balancer_id
200
- * **loadBalancer**.removeDropletsFromLoadBalancer >> id -> load_balancer_id
201
- * **loadBalancer**.removeRulesFromLoadBalancer >> id -> load_balancer_id
202
- * **loadBalancer**.updateLoadBalancer >> id -> load_balancer_id
203
- * **snapshot**.deleteSnapshot >> id -> snapshot_id
204
- * **snapshot**.getSnapshot >> id -> snapshot_id
205
- * **sshKey**.destroySshKey >> id -> ssh_key_id
206
- * **sshKey**.getSshKey >> id -> ssh_key_id
207
- * **sshKey**.updateSshKey >> id -> ssh_key_id
208
- * **volume**.attachVolumeToDroplet >> id -> volume_id
209
- * **volume**.createVolumeSnapshot >> id -> volume_id
210
- * **volume**.deleteVolume >> id -> volume_id
211
- * **volume**.detachVolumeFromDroplet >> id -> volume_id
212
- * **volume**.getVolume >> id -> volume_id
213
- * **volume**.listVolumeActions >> id -> volume_id
214
- * **volume**.listVolumeSnapshots >> id -> volume_id
215
- * **volume**.resizeVolume >> id -> volume_id
216
-
217
- ## **2019-11-20** - new version: 3.0.2
218
-
219
- * browser build
220
-
221
- ## **2019-11-17** - new version: 3.0.1
222
-
223
- * updated main readme
224
-
225
- ## **2019-11-09** - new version: 3.0.0
226
-
227
- project refactor to make it (simple and better) to (use and mantain).
228
-
229
- if you are using the 2.6.0 and migrate to 3.0.0 you will need to change the inputs/outputs to fit the new pattern.
230
-
231
- the main changes are:
232
-
233
- * not using rxjs anymore, just simple promises.
234
- * the return signature contain the full http response.
235
- * as DO use snake_case, ALL camelCase properties were removed.
236
- * unit tests with 100% code coverage.
237
-
238
- ## version 2.6.0
239
-
240
- * initial stable version