Skip to content

Commit

Permalink
Add deepobjectdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Jul 13, 2024
1 parent 87450a6 commit 3eb432f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ export * from './util/purerand';
export * from './util/runescape';
export * from './util/string';
export { default as deepMerge } from 'deepmerge';
import { detailedDiff } from 'deep-object-diff';
export { detailedDiff as deepObjectDiff };
//# sourceMappingURL=index.d.ts.map
4 changes: 3 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"dependencies": {
"decimal.js": "^10.4.3",
"deep-object-diff": "^1.1.9",
"deepmerge": "4.3.1",
"e": "0.2.33",
"emoji-regex": "^10.2.1",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ export * from './util/string';

// External
export { default as deepMerge } from 'deepmerge';

import { detailedDiff } from 'deep-object-diff';
export { detailedDiff as deepObjectDiff };
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ __metadata:
"@vitest/coverage-v8": "npm:^1.6.0"
concurrently: "npm:^8.2.2"
decimal.js: "npm:^10.4.3"
deep-object-diff: "npm:^1.1.9"
deepmerge: "npm:4.3.1"
discord.js: "npm:^14.15.3"
e: "npm:0.2.33"
Expand Down Expand Up @@ -1149,6 +1150,13 @@ __metadata:
languageName: node
linkType: hard

"deep-object-diff@npm:^1.1.9":
version: 1.1.9
resolution: "deep-object-diff@npm:1.1.9"
checksum: 10c0/12cfd1b000d16c9192fc649923c972f8aac2ddca4f71a292f8f2c1e2d5cf3c9c16c85e73ab3e7d8a89a5ec6918d6460677d0b05bd160f7bd50bb4816d496dc24
languageName: node
linkType: hard

"deepmerge@npm:4.3.1":
version: 4.3.1
resolution: "deepmerge@npm:4.3.1"
Expand Down

0 comments on commit 3eb432f

Please sign in to comment.