dots-wrapper 3.7.4 → 3.7.7

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