Skip to content

Commit

Permalink
Merge branch 'release/1.3.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Sep 29, 2020
2 parents dc6f44e + 1d76428 commit 3ad8fbc
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

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

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "sequelize-test-helpers",
"version": "1.3.0",
"version": "1.3.1",
"description": "A collection of utilities to help with unit-testing sequelize models",
"author": "Dave Sag <[email protected]>",
"contributors": [
"gerhardkubion (https://github.com/gerhardkubion)"
],
"type": "commonjs",
"license": "MIT",
"funding": {
Expand Down Expand Up @@ -57,10 +60,10 @@
"ajv": "^6.12.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.9.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -72,9 +75,9 @@
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"proxyquire": "^2.1.3",
"sinon": "^9.0.3",
"sinon": "^9.1.0",
"sinon-chai": "^3.5.0",
"snyk": "^1.401.0"
"snyk": "^1.404.0"
},
"peerDependencies": {
"chai": ">= 4",
Expand Down
1 change: 1 addition & 0 deletions src/sequelize.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const sequelize = {
Object.keys(modelDefn).forEach(attachProp)

model.prototype.indexes = metaData.indexes
model.prototype.scopes = metaData.scopes
return model
}
}
Expand Down

0 comments on commit 3ad8fbc

Please sign in to comment.