mongoose-geojson-schema
Advanced tools
Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "mongoose-geojson-schema", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Schema definitions for GeoJSON types for use with Mongoose JS", | ||
@@ -31,7 +31,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"eslint": "^8.31.0", | ||
"mocha": "^9.2.1", | ||
"mongoose": "^6.4.6" | ||
"chai": "^4.3.7", | ||
"eslint": "^8.45.0", | ||
"mocha": "^10.2.0", | ||
"mongoose": "^7.4.0" | ||
} | ||
} |
@@ -28,3 +28,3 @@ /** | ||
before(async function () { | ||
await GeoJSON.find({}).remove() | ||
await GeoJSON.find({}).deleteMany() | ||
}) | ||
@@ -31,0 +31,0 @@ |
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
42882