We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586ad91 commit 9ede593Copy full SHA for 9ede593
1 file changed
src/api/diffApi.ts
@@ -4,7 +4,7 @@ import { format } from 'jsondiffpatch/formatters/html';
4
import { ISerializableObject } from './clone.ts';
5
export type { Delta } from 'jsondiffpatch';
6
7
-const OBJECT_ID_IN_ARRAY = ['id', '_id', 'uuid', 'name', 'key', 'version'];
+const OBJECT_ID_IN_ARRAY = ['id', '_id', 'uuid', 'guid', 'ulid'];
8
9
const patcher = create({
10
// used to match objects when diffing arrays, by default only === operator is used
0 commit comments