Comparing version 1.0.15 to 1.0.16
@@ -8,3 +8,3 @@ import type { Db } from "mongodb"; | ||
}; | ||
export type ClientTmApi<T> = Exclude<AgTmObject<T>, 'bind' | 'unbind' | 'loadLatest'>; | ||
export type ClientTmApi<T> = Omit<AgTmObject<T>, 'bind' | 'unbind' | 'loadLatest'>; | ||
export type TimeMachine<T> = { | ||
@@ -11,0 +11,0 @@ [Key in keyof T]: T[Key] extends MapSource<infer v> ? Readonly<{ |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
85054