@mongosh/snippet-manager 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 +2 -0
  2. package/package.json +11 -11
package/AUTHORS CHANGED
@@ -7,3 +7,5 @@ Leonardo Rossi <leonardo.rossi@gmail.com>
7
7
  Martin Rodriguez Reboredo <yakoyoku@gmail.com>
8
8
  Le Roux Bodenstein <lerouxb@gmail.com>
9
9
  Paula Stachova <paula.stachova@tutanota.com>
10
+ Sergey Petushkov <petushkov.sergey@gmail.com>
11
+ Gagik Amaryan <me@gagik.co>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/snippet-manager",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "MongoDB Shell Snippet Manager",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -11,7 +11,7 @@
11
11
  "unsafe-perm": true
12
12
  },
13
13
  "scripts": {
14
- "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"",
14
+ "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register --reporter \"../../configs/mocha-config-mongosh/reporter.ts\" \"./{src,lib}/**/*.spec.ts\"",
15
15
  "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
16
16
  "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
17
17
  "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
@@ -35,26 +35,26 @@
35
35
  "unitTestsOnly": true
36
36
  },
37
37
  "dependencies": {
38
- "@mongodb-js/devtools-proxy-support": "^0.3.9",
39
- "@mongosh/errors": "2.3.1",
40
- "@mongosh/shell-api": "2.3.1",
41
- "@mongosh/types": "2.3.1",
42
- "bson": "^6.7.0",
38
+ "@mongodb-js/devtools-proxy-support": "^0.4.1",
39
+ "@mongosh/errors": "2.3.3",
40
+ "@mongosh/shell-api": "2.3.3",
41
+ "@mongosh/types": "2.3.3",
42
+ "bson": "^6.9.0",
43
43
  "cross-spawn": "^7.0.3",
44
44
  "escape-string-regexp": "^4.0.0",
45
45
  "joi": "^17.4.0",
46
46
  "tar": "^6.1.15"
47
47
  },
48
48
  "devDependencies": {
49
- "@mongodb-js/eslint-config-mongosh": "2.3.1",
49
+ "@mongodb-js/eslint-config-mongosh": "2.3.3",
50
50
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
51
- "@mongodb-js/tsconfig-mongosh": "2.3.1",
51
+ "@mongodb-js/tsconfig-mongosh": "2.3.3",
52
52
  "@types/cross-spawn": "^6.0.2",
53
53
  "@types/tar": "^4.0.4",
54
- "depcheck": "^1.4.3",
54
+ "depcheck": "^1.4.7",
55
55
  "eslint": "^7.25.0",
56
56
  "nanobus": "^4.5.0",
57
57
  "prettier": "^2.8.8"
58
58
  },
59
- "gitHead": "57a904a1acb7821eee4e4cde98ff779b87c612b1"
59
+ "gitHead": "e78998f6c73b2aefa47cecd09860ff23c49d1971"
60
60
  }