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: kysely-org/kysely
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c844d8d6fa6f8ae4c8306eb50437991d6fd75f89
Choose a base ref
..
head repository: kysely-org/kysely
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73c954e18c92ec3d707ac09f05cfdf9e7a98f21d
Choose a head ref
Showing with 13 additions and 13 deletions.
  1. +7 −7 example/package-lock.json
  2. +1 −1 example/package.json
  3. +4 −4 package-lock.json
  4. +1 −1 package.json
14 changes: 7 additions & 7 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
@@ -23,7 +23,7 @@
"pg": "^8.8.0"
},
"devDependencies": {
"@types/chai": "^5.2.0",
"@types/chai": "^5.2.1",
"@types/jsonwebtoken": "^9.0.0",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.10",
8 changes: 4 additions & 4 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
@@ -75,7 +75,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@types/better-sqlite3": "^7.6.11",
"@types/chai": "^5.2.0",
"@types/chai": "^5.2.1",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-subset": "^1.3.5",
"@types/mocha": "^10.0.7",