mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2 to 0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2", | ||
"version": "0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723", | ||
"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", | ||
@@ -45,3 +45,3 @@ "typecheck": "tsc -p tsconfig-lint.json --noEmit", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
@@ -53,13 +53,12 @@ "check-ci": "npm run check", | ||
"test-ci": "npm run test-cov", | ||
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-3e38d04842590a493696eb1a9ec7a0212edbf2d2", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-40feb530037f84aa3d3a86e24346e9cfc5003723", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"bson": "^6.0.0", | ||
"chai": "^4.3.6", | ||
@@ -76,5 +75,6 @@ "depcheck": "^1.4.1", | ||
"dependencies": { | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "3e38d04842590a493696eb1a9ec7a0212edbf2d2" | ||
"gitHead": "40feb530037f84aa3d3a86e24346e9cfc5003723" | ||
} |
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
44688
16
2
+ Addedbson@^6.7.0
+ Addedbson@6.10.0(transitive)