@mongodb-js/ssh-tunnel
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"repository": { | ||
@@ -38,3 +38,3 @@ "type": "git", | ||
"bootstrap": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist", | ||
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs", | ||
@@ -54,3 +54,3 @@ "eslint": "eslint", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^0.8.0", | ||
"@mongodb-js/eslint-config-compass": "^0.9.0", | ||
"@mongodb-js/mocha-config-compass": "^0.10.0", | ||
@@ -82,3 +82,3 @@ "@mongodb-js/prettier-config-compass": "^0.5.0", | ||
}, | ||
"gitHead": "2c4149184e87b8340851590663287b914d7ee63e" | ||
"gitHead": "63c32b940f523e4c3e45b86a5aecaeadef93253f" | ||
} |
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
45163