dots-wrapper 3.7.2 → 3.7.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # changelog
2
2
 
3
+ ## **2022-03-26** - new version 3.7.3
4
+
5
+ * npm audit + dependencies updates
6
+
3
7
  ## **2022-03-13** - new version 3.7.2
4
8
 
5
9
  * npm audit + dependencies updates
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # dots <a href="https://www.buymeacoffee.com/pjpimentel"><img align=right width=150 src="https://img.buymeacoffee.com/button-api/?text=buy me a coffee&emoji=&slug=pjpimentel&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00"></a>
1
+ # dots <a href="https://www.buymeacoffee.com/pjpimentel"><img align=right width=150 src="https://img.buymeacoffee.com/button-api/?text=buy me a coffee&emoji=&slug=pjpimentel&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD01" /></a>
2
2
 
3
3
  ## digital ocean api wrapper
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dots-wrapper",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
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",
@@ -31,17 +31,17 @@
31
31
  "axios": "^0.26.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.17.5",
34
+ "@babel/core": "^7.17.8",
35
35
  "@babel/preset-env": "^7.16.11",
36
36
  "@babel/preset-typescript": "^7.16.7",
37
37
  "@types/jest": "^27.4.1",
38
- "@types/node": "^17.0.21",
38
+ "@types/node": "^17.0.23",
39
39
  "axios-mock-adapter": "^1.20.0",
40
40
  "babel-jest": "^27.5.1",
41
41
  "jest": "^27.5.1",
42
42
  "license-webpack-plugin": "^4.0.2",
43
- "ts-jest": "^27.1.3",
44
- "typescript": "^4.6.2",
43
+ "ts-jest": "^27.1.4",
44
+ "typescript": "^4.6.3",
45
45
  "webpack": "^5.70.0",
46
46
  "webpack-cli": "^4.9.2"
47
47
  },