Closed koolamusic closed 2 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
EJSON
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 🎺
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.
bson
mongodb-extended-json
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
EJSON
implementation with this package https://www.npmjs.com/package/bson, but found no success for some very weird reasons, which is what i am currently using in my project, according to the readme on the package repo, we are advised to use this https://github.com/mongodb-js/mongodb-extjson#note-this-libray-has-been-merged-into-the-4x-version-of-the-bson-package-and-is-no-longer-being-maintained-as-a-standalone-packagepackages that were updated
All tests are passing 🎺