@mongosh/logging 2.3.2 → 2.3.4

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.
Files changed (2) hide show
  1. package/AUTHORS +1 -0
  2. package/package.json +10 -10
package/AUTHORS CHANGED
@@ -10,3 +10,4 @@ Paula Stachova <paula.stachova@tutanota.com>
10
10
  Rhys Howell <rhys@rhysh@live.com>
11
11
  Basit <1305718+mabaasit@users.noreply.github.com>
12
12
  Alena Khineika <alena.khineika@mongodb.com>
13
+ Gagik Amaryan <me@gagik.co>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/logging",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "MongoDB Shell Logging Utilities Package",
5
5
  "homepage": "https://github.com/mongodb-js/mongosh",
6
6
  "license": "Apache-2.0",
@@ -17,23 +17,23 @@
17
17
  "node": ">=14.15.1"
18
18
  },
19
19
  "dependencies": {
20
- "@mongodb-js/devtools-connect": "^3.3.0",
21
- "@mongosh/errors": "2.3.2",
22
- "@mongosh/history": "2.3.2",
23
- "@mongosh/types": "2.3.2",
20
+ "@mongodb-js/devtools-connect": "^3.3.3",
21
+ "@mongosh/errors": "2.3.4",
22
+ "@mongosh/history": "2.3.4",
23
+ "@mongosh/types": "2.3.4",
24
24
  "mongodb-log-writer": "^1.4.2",
25
25
  "mongodb-redact": "^1.1.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@mongodb-js/eslint-config-mongosh": "2.3.2",
28
+ "@mongodb-js/eslint-config-mongosh": "2.3.4",
29
29
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
30
- "@mongodb-js/tsconfig-mongosh": "2.3.2",
31
- "depcheck": "^1.4.3",
30
+ "@mongodb-js/tsconfig-mongosh": "2.3.4",
31
+ "depcheck": "^1.4.7",
32
32
  "eslint": "^7.25.0",
33
33
  "prettier": "^2.8.8"
34
34
  },
35
35
  "scripts": {
36
- "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"",
36
+ "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register --reporter \"../../configs/mocha-config-mongosh/reporter.ts\" \"./src/**/*.spec.ts\"",
37
37
  "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
38
38
  "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
39
39
  "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
@@ -49,5 +49,5 @@
49
49
  "mongosh": {
50
50
  "unitTestsOnly": true
51
51
  },
52
- "gitHead": "591aaa54de23dfd7a4457835353dbfed40524057"
52
+ "gitHead": "ce418fac5b229e2e4d45c58480d49af445b592ae"
53
53
  }