We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bf6a commit 918d8beCopy full SHA for 918d8be
dist/index.js
@@ -91,7 +91,7 @@
91
}
92
93
const getLibVersion = () => {
94
- return '5.0.0';
+ return '5.1.0';
95
};
96
function diff(original, current) {
97
const { addedAndChanged, deletedAndChanged } = _getPaths(original, current);
src/index.ts
@@ -29,7 +29,7 @@ export type PathsResult = {
29
30
31
export const getLibVersion = (): string => {
32
- return '5.0.0'
+ return '5.1.0'
33
34
35
export function diff(original: Input, current: Input): DiffResult {
0 commit comments