@mongosh/shell-evaluator 2.3.1 → 2.3.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.
Files changed (2) hide show
  1. package/AUTHORS +1 -0
  2. package/package.json +10 -10
package/AUTHORS CHANGED
@@ -12,3 +12,4 @@ Alena Khineika <alena.khineika@gmail.com>
12
12
  Martin Rodriguez Reboredo <yakoyoku@gmail.com>
13
13
  Le Roux Bodenstein <lerouxb@gmail.com>
14
14
  Kevin Mas Ruiz <kevin.mas@hey.com>
15
+ Gagik Amaryan <me@gagik.co>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@mongosh/shell-evaluator",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "MongoDB Top Level API Package",
5
5
  "main": "./lib/index.js",
6
6
  "scripts": {
7
- "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"",
7
+ "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register --reporter \"../../configs/mocha-config-mongosh/reporter.ts\" \"./{src,lib}/**/*.spec.ts\"",
8
8
  "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
9
9
  "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
10
10
  "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
@@ -35,19 +35,19 @@
35
35
  "unitTestsOnly": true
36
36
  },
37
37
  "devDependencies": {
38
- "@mongodb-js/eslint-config-mongosh": "2.3.1",
38
+ "@mongodb-js/eslint-config-mongosh": "2.3.3",
39
39
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
40
- "@mongodb-js/tsconfig-mongosh": "2.3.1",
41
- "@mongosh/types": "2.3.1",
40
+ "@mongodb-js/tsconfig-mongosh": "2.3.3",
41
+ "@mongosh/types": "2.3.3",
42
42
  "@types/sinon-chai": "^3.2.4",
43
- "depcheck": "^1.4.3",
43
+ "depcheck": "^1.4.7",
44
44
  "eslint": "^7.25.0",
45
45
  "prettier": "^2.8.8"
46
46
  },
47
47
  "dependencies": {
48
- "@mongosh/async-rewriter2": "2.3.1",
49
- "@mongosh/history": "2.3.1",
50
- "@mongosh/shell-api": "2.3.1"
48
+ "@mongosh/async-rewriter2": "2.3.3",
49
+ "@mongosh/history": "2.3.3",
50
+ "@mongosh/shell-api": "2.3.3"
51
51
  },
52
- "gitHead": "57a904a1acb7821eee4e4cde98ff779b87c612b1"
52
+ "gitHead": "e78998f6c73b2aefa47cecd09860ff23c49d1971"
53
53
  }