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: gajus/slonik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v37.0.2
Choose a base ref
...
head repository: gajus/slonik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v37.0.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 23, 2023

  1. fix: correct node engines

    gajus committed Oct 23, 2023
    Copy the full SHA
    d8afb8d View commit details
Showing with 7 additions and 5 deletions.
  1. +5 −4 package-lock.json
  2. +2 −1 package.json
9 changes: 5 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@types/node": "^18.15.3",
"@types/sinon": "^10.0.20",
"ava": "^5.3.1",
"cspell": "^7.3.8",
@@ -45,7 +46,7 @@
"zod": "^3.22.4"
},
"engines": {
"node": ">=10.0"
"node": ">=18"
},
"files": [
"./src",