@mongosh/editor 3.29.0 → 3.29.1

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/package.json +7 -9
  2. package/.depcheckrc +0 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/editor",
3
- "version": "3.29.0",
3
+ "version": "3.29.1",
4
4
  "description": "MongoDB Shell External Editor",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -17,8 +17,7 @@
17
17
  "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
18
18
  "eslint": "eslint",
19
19
  "lint": "npm run eslint . && npm run prettier -- --check .",
20
- "check": "npm run lint && npm run depcheck",
21
- "depcheck": "depcheck",
20
+ "check": "npm run lint",
22
21
  "compile": "tsc -p tsconfig.json",
23
22
  "prepublish": "npm run compile",
24
23
  "prettier": "prettier",
@@ -35,10 +34,10 @@
35
34
  "unitTestsOnly": true
36
35
  },
37
36
  "dependencies": {
38
- "@mongosh/js-multiline-to-singleline": "2.4.11",
39
- "@mongosh/shell-api": "^3.29.0",
40
- "@mongosh/shell-evaluator": "^3.29.0",
41
- "@mongosh/types": "^3.14.1",
37
+ "@mongosh/js-multiline-to-singleline": "2.4.12",
38
+ "@mongosh/shell-api": "^3.29.1",
39
+ "@mongosh/shell-evaluator": "^3.29.1",
40
+ "@mongosh/types": "^3.14.2",
42
41
  "bson": "^6.10.4",
43
42
  "js-beautify": "^1.15.1"
44
43
  },
@@ -46,10 +45,9 @@
46
45
  "@mongodb-js/eslint-config-mongosh": "^1.0.0",
47
46
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
48
47
  "@mongodb-js/tsconfig-mongosh": "^1.0.0",
49
- "depcheck": "^1.4.7",
50
48
  "eslint": "^7.25.0",
51
49
  "nanobus": "^4.5.0",
52
50
  "prettier": "^2.8.8"
53
51
  },
54
- "gitHead": "d2069810a846a535c51c88929224a57e49960778"
52
+ "gitHead": "9a7abcedcbd9ae1bbaef46d3bad7713ecfbcee4a"
55
53
  }
package/.depcheckrc DELETED
@@ -1,14 +0,0 @@
1
- ignores:
2
- - '@mongodb-js/eslint-config-mongosh'
3
- - '@mongodb-js/tsconfig-mongosh'
4
- - '@mongodb-js/prettier-config-devtools'
5
- - '@typescript-eslint/parser'
6
- - '@typescript-eslint/eslint-plugin'
7
- - chai
8
- - sinon
9
- - sinon-chai
10
- - ts-sinon
11
- - eslint-plugin-mocha
12
- - eslint-config-mongodb-js
13
- ignore-patterns:
14
- - .eslintrc.js