File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ 1.2.0 / 2025-11-18
2+ ==================
3+ * feat: support mongoose 9 and update github repo org to mongoosejs
4+
151.1.0 / 2023-10-24
26==================
37 * feat: support mongoose 8
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " Always populate() certain fields in your mongoose schemas" ,
55 "main" : " index.js" ,
6- "homepage" : " https://github.com/mongodb-js /mongoose-autopopulate" ,
6+ "homepage" : " https://github.com/mongoosejs /mongoose-autopopulate" ,
77 "scripts" : {
88 "docs" : " acquit-markdown -r acquit-ignore -p ./test/integration.js > examples.md" ,
99 "lint" : " eslint ." ,
1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " https://github.com/mongodb-js /mongoose-autopopulate.git"
16+ "url" : " https://github.com/mongoosejs /mongoose-autopopulate.git"
1717 },
1818 "keywords" : [
1919 " mongoose" ,
3131 "nyc" : " 11.7.3"
3232 },
3333 "peerDependencies" : {
34- "mongoose" : " 6.x || 7.x || 8.x"
34+ "mongoose" : " 6.x || 7.x || 8.x || ^9.0.0-0 "
3535 },
3636 "types" : " ./index.d.ts" ,
3737 "author" : " Valeri Karpov <val@karpov.io>" ,
3838 "license" : " Apache 2.0" ,
3939 "bugs" : {
40- "url" : " https://github.com/mongodb-js /mongoose-autopopulate/issues"
40+ "url" : " https://github.com/mongoosejs /mongoose-autopopulate/issues"
4141 }
4242}
You can’t perform that action at this time.
0 commit comments