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

Commits on Nov 11, 2022

  1. fix: update ts

    gajus committed Nov 11, 2022
    Copy the full SHA
    aa25121 View commit details
  2. chore: include .d.ts

    gajus committed Nov 11, 2022
    Copy the full SHA
    ec70d39 View commit details
Showing with 10 additions and 9 deletions.
  1. +7 −7 package-lock.json
  2. +1 −1 package.json
  3. +2 −1 tsconfig.json
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
"semantic-release": "^19.0.5",
"sinon": "^14.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"engines": {
"node": ">=10.0"
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
],
"include": [
"src",
"test"
"test",
"types"
]
}