Skip to content

Commit e74f99e

Browse files
committed
1 parent 7b702b6 commit e74f99e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

node_modules/just-diff/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "just-diff",
3-
"version": "5.0.3",
3+
"version": "5.1.1",
44
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
55
"main": "index.js",
66
"module": "index.mjs",
77
"exports": {
88
".": {
99
"require": "./index.js",
10+
"types": "./index.d.ts",
1011
"default": "./index.mjs"
11-
}
12+
},
13+
"./package.json": "./package.json"
1214
},
1315
"types": "index.d.ts",
1416
"scripts": {
@@ -28,4 +30,4 @@
2830
"bugs": {
2931
"url": "https://github.com/angus-c/just/issues"
3032
}
31-
}
33+
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,9 +4415,9 @@
44154415
}
44164416
},
44174417
"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==",
44214421
"inBundle": true
44224422
},
44234423
"node_modules/just-diff-apply": {

0 commit comments

Comments
 (0)