mongodb-atlas-api-client 3.10.0 → 3.12.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.
@@ -31,8 +31,8 @@ jobs:
31
31
  node-version: 14
32
32
  registry-url: https://registry.npmjs.org/
33
33
  - run: npm update
34
- - run: npm audit fix
35
34
  - run: npm install
35
+ - run: npm audit fix
36
36
  - run: npm test
37
37
  - run: git config --global user.email "montumodi@gmail.com"
38
38
  - run: git config --global user.name "Ashish Modi"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb-atlas-api-client",
3
- "version": "3.10.0",
3
+ "version": "3.12.0",
4
4
  "description": "A mongodb atlas api client for nodejs.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {