@mongosh/errors
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "@mongosh/errors", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "MongoDB Shell Errors Package", | ||
@@ -20,3 +20,3 @@ "homepage": "https://github.com/mongodb-js/mongosh", | ||
"scripts": { | ||
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"", | ||
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register --reporter \"../../configs/mocha-config-mongosh/reporter.ts\" \"./src/**/*.spec.ts\"", | ||
"test-ci": "node ../../scripts/run-if-package-requested.js npm test", | ||
@@ -39,7 +39,7 @@ "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-mongosh": "2.3.2", | ||
"@mongodb-js/eslint-config-mongosh": "2.3.3", | ||
"@mongodb-js/prettier-config-devtools": "^1.0.1", | ||
"@mongodb-js/tsconfig-mongosh": "2.3.2", | ||
"@mongodb-js/tsconfig-mongosh": "2.3.3", | ||
"chalk": "^4.1.2", | ||
"depcheck": "^1.4.3", | ||
"depcheck": "^1.4.7", | ||
"eslint": "^7.25.0", | ||
@@ -50,3 +50,3 @@ "handlebars": "^4.7.7", | ||
}, | ||
"gitHead": "591aaa54de23dfd7a4457835353dbfed40524057" | ||
"gitHead": "e78998f6c73b2aefa47cecd09860ff23c49d1971" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55003