mongoose-slug-updater
Advanced tools
Comparing version 2.5.2 to 2.5.3
{ | ||
"name": "mongoose-slug-updater", | ||
"version": "2.5.2", | ||
"description": "slug plugin for Mongoose - Schema-based declaration - Single or compound - Nested docs and arrays - Relative or absolute paths to any fields - Sync on any change - create, save, update, updateOne, updateMany or findOneAndUpdate supported - $set operator support - Unique slugs - Counter and shortId styles", | ||
"version": "2.5.3", | ||
"description": "Schema-based slug plugin for Mongoose - Single/compound - Unique over collection/group - Nested docs/arrays - Relative/abs paths - Sync on change: create/save/update/updateOne/updateMany/findOneAndUpdate tracked - $set operator - Counter/shortId", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
181093