Comparing version 1.0.46 to 1.0.47
@@ -21,8 +21,3 @@ import type { Db } from "mongodb"; | ||
}): TmBuilder<T & { | ||
[key in K]: { | ||
ids: () => string[]; | ||
dataSource: (id: string) => { | ||
[key in string]: V; | ||
}; | ||
}; | ||
[key in K]: MapSource<V>; | ||
}>; | ||
@@ -29,0 +24,0 @@ detach<K extends keyof T>(key: K): TmBuilder<Exclude<T, K>>; |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.46", | ||
"version": "1.0.47", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
93997
2009