@fnlb-project/database 1.0.46 → 1.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4202,5 +4202,10 @@ export declare enum DatabaseErrors {
4202
4202
  KeyNotFound = 211,
4203
4203
  DuplicateKey = 11000
4204
4204
  }
4205
+ declare const exportedMongoose: typeof mongoose;
4206
+
4207
+ export {
4208
+ exportedMongoose as mongoose,
4209
+ };
4205
4210
 
4206
4211
  export {};