@ztimson/utils 0.27.2 → 0.27.3

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/objects.d.ts CHANGED
@@ -7,7 +7,7 @@ export type Delta = {
7
7
  * @param deltas List of deltas to apply
8
8
  * @returns Mutated target
9
9
  */
10
- export declare function applyDeltas(base: any, ...deltas: any): any;
10
+ export declare function applyDeltas(base: any, ...deltas: any[]): any;
11
11
  /**
12
12
  * Creates a nested delta that reverts `target` back to `old`.
13
13
  * @param old - Original object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/utils",
3
- "version": "0.27.2",
3
+ "version": "0.27.3",
4
4
  "description": "Utility library",
5
5
  "author": "Zak Timson",
6
6
  "license": "MIT",