Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: jagermesh/sys-watcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.75
Choose a base ref
...
head repository: jagermesh/sys-watcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.76
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2023

  1. fx

    jagermesh committed Nov 19, 2023
    Copy the full SHA
    cab42e6 View commit details
  2. 1.0.76

    jagermesh committed Nov 19, 2023
    Copy the full SHA
    e6cc967 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"bytes": "3.1.0",
"colors": "1.4.0",
"commander": "6.2.1",
"diskusage": "1.1.3",
"diskusage": "1.2.0",
"express": "4.17.1",
"free-memory": "1.0.0",
"hashmap": "2.4.0",
@@ -70,7 +70,7 @@
"release": "np",
"test": "echo \"OK\""
},
"version": "1.0.75",
"version": "1.0.76",
"engines": {
"node": ">=12.0.0"
}