Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
koskimas committed Apr 4, 2019
1 parent b61c978 commit 9c8a755
Showing 2 changed files with 2,687 additions and 1,533 deletions.
4,205 changes: 2,679 additions & 1,526 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objection-db-errors",
"version": "1.0.0",
"version": "1.1.0",
"description": "db-errors plugin for objection.js",
"main": "index.js",
"scripts": {
@@ -12,18 +12,19 @@
"files": [
"README.md",
"LICENSE",
"index.js"
"index.js",
"index.d.ts"
],
"author": "Sami Koskimäki",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"knex": "^0.14.2",
"mocha": "^4.0.1",
"objection": "^0.9.2",
"sqlite3": "^3.1.13"
"knex": "^0.16.3",
"mocha": "^6.0.2",
"objection": "^1.6.6",
"sqlite3": "^4.0.6"
},
"dependencies": {
"db-errors": "^0.1.0"
"db-errors": "^0.2.0"
}
}

0 comments on commit 9c8a755

Please sign in to comment.