mongodb-atlas-api-client 4.14.0 → 4.15.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 +10 -7
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mongodb-atlas-api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
4
4
|
"description": "A mongodb atlas api client for nodejs.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"pretest": "npm run depcheck && eslint --cache \"src/**/*.js\" \"test/**/*.js\"",
|
|
8
|
-
"depcheck": "depcheck",
|
|
9
|
-
"test": "./node_modules/@hapi/lab/bin/lab -I '@@any-promise/REGISTRATION,Symbol(undici.globalDispatcher.1),File' ./test/ -v -S --assert @hapi/code --threshold 100 -p 1 -o test-results/result.json -r json -r console -o stdout",
|
|
8
|
+
"depcheck": "depcheck --ignores=\"@babel/core,@babel/eslint-parser\"",
|
|
9
|
+
"test": "./node_modules/@hapi/lab/bin/lab -I '@@any-promise/REGISTRATION,Symbol(undici.globalDispatcher.1),Symbol(undici.globalDispatcher.2),File' ./test/ -v -S --assert @hapi/code --threshold 100 -p 1 -o test-results/result.json -r json -r console -o stdout",
|
|
10
10
|
"lint": "./node_modules/.bin/eslint ./src --fix",
|
|
11
11
|
"premajor": "npm run test",
|
|
12
12
|
"major": "npm version major -m \"published to npm as v%s\" && git push --follow-tags && npm publish",
|
|
@@ -36,14 +36,17 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://github.com/montumodi/mongodb-atlas-api-client#readme",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@
|
|
39
|
+
"@babel/core": "^7.29.7",
|
|
40
|
+
"@babel/eslint-parser": "^7.29.7",
|
|
41
|
+
"@eslint/js": "^9.39.4",
|
|
40
42
|
"@hapi/code": "^9.0.3",
|
|
43
|
+
"@hapi/eslint-plugin": "^6.0.0",
|
|
41
44
|
"@hapi/lab": "^25.3.2",
|
|
42
45
|
"depcheck": "^1.4.7",
|
|
43
|
-
"eslint": "^9.
|
|
44
|
-
"sinon": "^
|
|
46
|
+
"eslint": "^9.39.4",
|
|
47
|
+
"sinon": "^22.0.0"
|
|
45
48
|
},
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"urllib": "^4.
|
|
50
|
+
"urllib": "^4.9.0"
|
|
48
51
|
}
|
|
49
52
|
}
|