@mongosh/history
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@mongosh/history", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "MongoDB Shell History Package", | ||
@@ -14,4 +14,4 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"test": "mocha --timeout 60000 --colors -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", | ||
"test-ci": "mocha --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", | ||
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 --colors -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", | ||
"test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"", | ||
"lint": "eslint \"**/*.{js,ts,tsx}\"", | ||
@@ -32,3 +32,3 @@ "check": "npm run lint", | ||
}, | ||
"gitHead": "169e0d00bc4153b5687551e44cdd259afded699b" | ||
"gitHead": "b545071bd3c742c2954ce1b609d6c7ce4fa29d8c" | ||
} |
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
15549