@arque/mongo-config-adapter
Advanced tools
Comparing version 0.10.10 to 0.10.11
@@ -8,14 +8,16 @@ import { Schema } from 'mongoose'; | ||
_id?: string; | ||
timestamp?: Date; | ||
timestamp?: NativeDate; | ||
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{ | ||
events: number[]; | ||
_id?: string; | ||
timestamp?: Date; | ||
timestamp?: NativeDate; | ||
}>> & import("mongoose").FlatRecord<{ | ||
events: number[]; | ||
_id?: string; | ||
timestamp?: Date; | ||
timestamp?: NativeDate; | ||
}> & Required<{ | ||
_id: string; | ||
}>>; | ||
}> & { | ||
__v: number; | ||
}>; | ||
export { Stream }; |
{ | ||
"name": "@arque/mongo-config-adapter", | ||
"version": "0.10.10", | ||
"version": "0.10.11", | ||
"author": "ScaleForge", | ||
@@ -23,6 +23,6 @@ "homepage": "https://github.com/ScaleForge/arque#README.md", | ||
"dependencies": { | ||
"@arque/core": "^0.10.9", | ||
"@arque/core": "^0.10.10", | ||
"debug": "4.3.5", | ||
"lru-cache": "10.2.2", | ||
"mongoose": "8.4.1" | ||
"mongoose": "8.9.5" | ||
}, | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a5624731f37b488da87a2b93b346aeecaf3385c4" | ||
"gitHead": "488e75ab2b0eda1552e7883295ffc0ec63fac8c3" | ||
} |
10842
168
+ Addedmongodb@6.12.0(transitive)
+ Addedmongoose@8.9.5(transitive)
- Removedmongodb@6.6.2(transitive)
- Removedmongoose@8.4.1(transitive)
Updated@arque/core@^0.10.10
Updatedmongoose@8.9.5