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.1.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: v33.1.4
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 23, 2023

  1. Copy the full SHA
    74f361d View commit details
  2. $1

    gajus committed Mar 23, 2023
    Copy the full SHA
    bf94877 View commit details
  3. $1

    gajus committed Mar 23, 2023
    Copy the full SHA
    767c860 View commit details
  4. $1

    gajus committed Mar 23, 2023
    Copy the full SHA
    5d173b1 View commit details
  5. $1

    gajus committed Mar 23, 2023
    Copy the full SHA
    13cbbbc View commit details
Showing with 15 additions and 38 deletions.
  1. +0 −9 .editorconfig
  2. +0 −1 .eslintignore
  3. +1 −0 .eslintrc
  4. +0 −3 .gitignore
  5. +0 −5 .npmignore
  6. +3 −3 LICENSE
  7. +10 −17 package-lock.json
  8. +1 −0 package.json
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "canonical/auto",
"ignorePatterns": [
"dist",
"package-lock.json"
],
"overrides": [
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -3,12 +3,9 @@ dist
node_modules
*.log
.*
!.editorconfig
!.eslintignore
!.eslintrc
!.github
!.gitignore
!.ncurc.js
!.npmignore
!.README
!.releaserc
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019, Gajus Kuizinas (http://gajus.com/)
Copyright (c) 2023, Gajus Kuizinas (https://gajus.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
@@ -8,14 +8,14 @@ modification, are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the Gajus Kuizinas (http://gajus.com/) nor the
* Neither the name of the Gajus Kuizinas (https://gajus.com/) nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL ANUARY BE LIABLE FOR ANY
DISCLAIMED. IN NO EVENT SHALL GAJUS KUIZINAS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27 changes: 10 additions & 17 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"@types/pg": "^8.6.6",
"concat-stream": "^2.0.0",
"es6-error": "^4.1.1",
"get-stack-trace": "^2.1.1",