ExtraBB / typegoose-cursor-pagination

A mongoose plugin for cursor pagination with typegoose support
MIT License
17 stars 10 forks source link

release: @typegoose/typegoose version 8.0.0-beta.5 #25

Closed koolamusic closed 2 years ago

koolamusic commented 3 years ago

updating the libraries here to fix some issues with using this plugin on the next release version of typegoose https://github.com/typegoose/typegoose/tree/beta

packages that were updated

        "@typegoose/typegoose": "8.0.0-beta.5",
        "mongodb-extended-json": "^1.11.0",
        "mongoose": "^5.12.4",
        "ts-node": "^9.1.1",
        "typescript": "^4.2.4"

All tests are passing 🎺

ExtraBB commented 2 years ago

I have updated all dependencies to the latest version in version 2.0.1. I also now use the bson package instead of the mongodb-extended-json for EJSON.