hmpo-form-wizard
Advanced tools
Comparing version 11.4.0 to 11.5.0
@@ -51,3 +51,3 @@ 'use strict'; | ||
let wizardChanges = this.getJourneyFieldNames(req, res, changes, false); | ||
let wizardChanges = this.getJourneyFieldNames(req, res, changes); | ||
@@ -54,0 +54,0 @@ let journeyHistory = req.journeyModel.get('history'); |
{ | ||
"name": "hmpo-form-wizard", | ||
"version": "11.4.0", | ||
"version": "11.5.0", | ||
"description": "Routing and request handling for a multi-step form processes", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit", | ||
"test:lint": "eslint .", | ||
"test:unit": "istanbul cover _mocha", | ||
"test:cover": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100" | ||
"test:unit": "nyc --reporter=lcov --reporter=text-summary _mocha", | ||
"test:cover": "nyc check-coverage" | ||
}, | ||
@@ -29,7 +29,7 @@ "repository": { | ||
"debug": "^4.1.1", | ||
"deep-clone-merge": "^1.3.0", | ||
"hmpo-model": "^2.1.3", | ||
"deep-clone-merge": "^1.5.0", | ||
"hmpo-model": "^3.0.0", | ||
"json5": "^2.1.1", | ||
"moment": "^2.17.1", | ||
"underscore": "^1.8.2" | ||
"underscore": "^1.9.2" | ||
}, | ||
@@ -41,11 +41,23 @@ "peerDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^6.7.1", | ||
"eslint": "^6.8.0", | ||
"express": "^4.17.1", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0", | ||
"proxyquire": "^2.1.3", | ||
"reqres": "^2.0.0", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.0.0" | ||
"reqres": "^3.0.1", | ||
"sinon": "^8.1.1", | ||
"sinon-chai": "^3.4.0" | ||
}, | ||
"nyc": { | ||
"all": true, | ||
"exclude": [ | ||
"coverage/**", | ||
"test/**", | ||
"example/**" | ||
], | ||
"lines": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"statements": 100 | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
378095
120
8747
+ Addedcall-bind-apply-helpers@1.0.2(transitive)
+ Addedhmpo-model@3.2.2(transitive)
- Removedasync@2.6.4(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcolors@1.0.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcycle@1.0.3(transitive)
- Removedeyes@0.1.8(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedhmpo-logger@3.0.0(transitive)
- Removedhmpo-model@2.1.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedlodash@4.17.21(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedon-headers@1.0.2(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedsort-object-keys@1.1.3(transitive)
- Removedstack-trace@0.0.10(transitive)
- Removedwinston@2.4.7(transitive)
Updateddeep-clone-merge@^1.5.0
Updatedhmpo-model@^3.0.0
Updatedunderscore@^1.9.2