Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awesomeorganization/hyperlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d87f267182953e222d8fb2aaf2b463536d7135e1
Choose a base ref
..
head repository: awesomeorganization/hyperlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 547d6adbc8e845293dee37055bdf875e3048004e
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +3 −3 example/package-lock.json
  2. +1 −1 example/package.json
6 changes: 3 additions & 3 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@
"type": "module",
"dependencies": {
"@awesomeorganization/hyperlink": "..",
"undici": "4.2.1"
"undici": "4.2.2"
}
}