mongoose-slug-updater
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "mongoose-slug-updater", | ||
"version": "2.5.1", | ||
"description": "Sophisticated slugifier plugin for Mongoose: - Schema-based declaration - Single or compound slugs - Nested docs and arrays support - Relative or absolute paths to any fields - Initial generation and updating on any change - create, save, update, updateOne, updateMany or findOneAndUpdate supported - $set update operator support - Unique slugs - Counter and shortId styles - Autoloading of missing data", | ||
"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", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
181153