File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " just-diff" ,
3
- "version" : " 5.0.3 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"description" : " Return an object representing the diffs between two objects. Supports jsonPatch protocol" ,
5
5
"main" : " index.js" ,
6
6
"module" : " index.mjs" ,
7
7
"exports" : {
8
8
"." : {
9
9
"require" : " ./index.js" ,
10
+ "types" : " ./index.d.ts" ,
10
11
"default" : " ./index.mjs"
11
- }
12
+ },
13
+ "./package.json" : " ./package.json"
12
14
},
13
15
"types" : " index.d.ts" ,
14
16
"scripts" : {
28
30
"bugs" : {
29
31
"url" : " https://github.com/angus-c/just/issues"
30
32
}
31
- }
33
+ }
Original file line number Diff line number Diff line change 4415
4415
}
4416
4416
},
4417
4417
"node_modules/just-diff" : {
4418
- "version" : " 5.0.3 " ,
4419
- "resolved" : " https://registry.npmjs.org/just-diff/-/just-diff-5.0.3 .tgz" ,
4420
- "integrity" : " sha512-a8p80xcpJ6sdurk5PxDKb4mav9MeKjA3zFKZpCWBIfvg8mznfnmb13MKZvlrwJ+Lhis0wM3uGAzE0ArhFHvIcg ==" ,
4418
+ "version" : " 5.1.1 " ,
4419
+ "resolved" : " https://registry.npmjs.org/just-diff/-/just-diff-5.1.1 .tgz" ,
4420
+ "integrity" : " sha512-u8HXJ3HlNrTzY7zrYYKjNEfBlyjqhdBkoyTVdjtn7p02RJD5NvR8rIClzeGA7t+UYP1/7eAkWNLU0+P3QrEqKQ ==" ,
4421
4421
"inBundle" : true
4422
4422
},
4423
4423
"node_modules/just-diff-apply" : {
You can’t perform that action at this time.
0 commit comments