Skip to content

Commit

Permalink
Merge pull request #25 from fabrix-app/v1.6
Browse files Browse the repository at this point in the history
V1.6
  • Loading branch information
scott-wyatt authored Dec 5, 2018
2 parents 1783d7b + acf630d commit a5674b2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 31 deletions.
54 changes: 30 additions & 24 deletions package-lock.json

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

16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabrix/spool-sequelize",
"version": "1.5.3",
"version": "1.6.1",
"description": "Spool - Datastore Spool for Sequelize.js http://sequelizejs.com",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
Expand All @@ -22,6 +22,10 @@
{
"name": "Jaumard",
"url": "https://github.com/jaumard"
},
{
"name": "pmould",
"url": "http://pmouldeveloper.co"
}
],
"keywords": [
Expand Down Expand Up @@ -52,10 +56,10 @@
"sequelize": "^4.41.2"
},
"devDependencies": {
"@fabrix/fabrix": "^1.5.9",
"@fabrix/fabrix": "^1.6.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@fabrix/spool-router": "^1.5.1",
"@fabrix/spool-tapestries": "^1.5.1",
"@fabrix/spool-router": "^1.6.0",
"@fabrix/spool-tapestries": "^1.6.0",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
"@types/sequelize": "^4.27.31",
Expand All @@ -71,8 +75,8 @@
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.5.9",
"@fabrix/spool-router": "^1.5.1"
"@fabrix/fabrix": "^1.6.0",
"@fabrix/spool-router": "^1.6.0"
},
"engines": {
"node": ">= 7.6.0"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/lib/errors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const assert = require('assert')
const errors = require('../../../dist/errors')

describe('errors', () => {
describe('lib.errors', () => {
describe('#ModelErrors', () => {
it('should create E_NOT_FOUND Error', () => {
const err = new errors.ModelError('E_NOT_FOUND', 'Not Found')
Expand Down

0 comments on commit a5674b2

Please sign in to comment.