@resolveio/client-lib-core 15.3.25 → 15.3.26
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.
|
@@ -11,4 +11,4 @@ export declare function deepDiffDetails(object1: any, object2: any): string;
|
|
|
11
11
|
export declare function generateCronStringFromDate(date: Date): string;
|
|
12
12
|
export declare function s2ab(s: any): ArrayBuffer;
|
|
13
13
|
export declare function mergeDeep(target: any, ...sources: any[]): any;
|
|
14
|
-
export declare function applyMongoUpdate(
|
|
14
|
+
export declare function applyMongoUpdate(uDoc: any, delta: any): any;
|
package/package.json
CHANGED