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

Commits on Sep 27, 2023

  1. Copy the full SHA
    503618f View commit details

Commits on Sep 28, 2023

  1. Copy the full SHA
    de8fe86 View commit details
  2. Copy the full SHA
    3f61784 View commit details
  3. Copy the full SHA
    ddce5ce View commit details
  4. feat: add types to streams

    gajus committed Sep 28, 2023
    Copy the full SHA
    6f5f986 View commit details
  5. fix: remove unused dependencies

    gajus committed Sep 28, 2023
    Copy the full SHA
    7910b32 View commit details
  6. Copy the full SHA
    5ba86e2 View commit details
  7. Copy the full SHA
    8bd7b79 View commit details
  8. Copy the full SHA
    92ccf85 View commit details
42 changes: 24 additions & 18 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,23 +10,21 @@
"get-stack-trace": "^3.1.1",
"iso8601-duration": "^1.3.0",
"pg": "^8.11.3",
"pg-cursor": "^2.10.0",
"pg-protocol": "^1.6.0",
"pg-query-stream": "^4.5.3",
"pg-types": "^4.0.1",
"postgres-array": "^3.0.2",
"postgres-interval": "^4.0.0",
"roarr": "^7.15.0",
"safe-stable-stringify": "^2.4.3",
"serialize-error": "^8.0.0",
"through2": "^4.0.2"
"serialize-error": "^8.0.0"
},
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^10.0.3",
"@types/sinon": "^10.0.15",
"@types/through2": "^2.0.38",
"ava": "^5.3.0",
"cspell": "^7.3.6",
"delay": "^5.0.0",
132 changes: 0 additions & 132 deletions src/QueryStream.ts

This file was deleted.

Loading