stubborn-ws
Advanced tools
Comparing version 5.3.12 to 5.3.13
@@ -0,1 +1,8 @@ | ||
## [5.3.13](https://github.com/ybonnefond/stubborn/compare/v5.3.12...v5.3.13) (2021-07-30) | ||
### Automatic Dependencies Upgrade | ||
* bump chalk from 4.1.1 to 4.1.2 ([1dfd2d6](https://github.com/ybonnefond/stubborn/commit/1dfd2d607271ab232612bebea6aa42cc678c231f)) | ||
## [5.3.12](https://github.com/ybonnefond/stubborn/compare/v5.3.11...v5.3.12) (2021-06-14) | ||
@@ -2,0 +9,0 @@ |
@@ -222,4 +222,3 @@ "use strict"; | ||
[ | ||
{ a: (val) => val === 'test' }, | ||
{ a: 'toast' }, | ||
{ a: (val) => val === 'test' }, { a: 'toast' }, | ||
{ type: constants_1.DIFF_TYPES.FAIL_FUNCTION, path: 'a', definition: '(val) => val === \'test\'', value: 'toast' } | ||
@@ -226,0 +225,0 @@ ], |
{ | ||
"name": "stubborn-ws", | ||
"version": "5.3.12", | ||
"version": "5.3.13", | ||
"description": "Web server to mock external HTTP APIs in tests", | ||
@@ -60,7 +60,7 @@ "homepage": "https://github.com/ybonnefond/stubborn#stubborn", | ||
"got": "^11.3.0", | ||
"husky": "^5.0.9", | ||
"husky": "^6.0.0", | ||
"jest": "^26.0.1", | ||
"jest-diff": "^26.0.1", | ||
"jsdoc-to-markdown": "^6.0.1", | ||
"lint-staged": "^10.2.11", | ||
"lint-staged": "^11.0.0", | ||
"prettier": "^2.0.5", | ||
@@ -67,0 +67,0 @@ "semantic-release": "^17.1.0", |
121071
3181