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: v30.3.0
Choose a base ref
...
head repository: gajus/slonik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v30.3.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 19, 2022

  1. chore(deps): bump tar from 6.1.6 to 6.1.11 (#374)

    Bumps [tar](https://github.com/npm/node-tar) from 6.1.6 to 6.1.11.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.6...v6.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2022
    Copy the full SHA
    b7d6a3f View commit details

Commits on Aug 20, 2022

  1. Copy the full SHA
    3bd59e0 View commit details
Showing with 13 additions and 13 deletions.
  1. +10 −10 package-lock.json
  2. +3 −3 package.json
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@
"postgres-interval": "^4.0.0",
"roarr": "^7.11.0",
"serialize-error": "^8.0.0",
"through2": "^4.0.2"
"through2": "^4.0.2",
"zod": "^3.18.0"
},
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
@@ -49,8 +50,7 @@
"semantic-release": "^19.0.3",
"sinon": "^12.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.7.4",
"zod": "^3.18.0"
"typescript": "^4.7.4"
},
"engines": {
"node": ">=10.0"