@bitdiver/model
Advanced tools
Comparing version 1.3.9 to 2.0.0
@@ -115,11 +115,2 @@ "use strict"; | ||
/** | ||
* @return promise {promise} A promise to signal that the method is finished | ||
* @deprecated This methode is not used any more. Take the run method direcktly | ||
*/ | ||
doRun() { | ||
return Promise.resolve(); | ||
} | ||
/** | ||
* This method will be called just after the run is finished | ||
@@ -126,0 +117,0 @@ * This method will be called even if the run method has failed |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.3.9", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -38,29 +38,29 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.2.3", | ||
"@babel/core": "7.3.4", | ||
"@babel/cli": "7.4.3", | ||
"@babel/core": "7.4.3", | ||
"@babel/node": "7.2.2", | ||
"@babel/plugin-proposal-object-rest-spread": "7.3.4", | ||
"@babel/plugin-transform-runtime": "7.3.4", | ||
"@babel/polyfill": "7.2.5", | ||
"@babel/preset-env": "7.3.4", | ||
"@babel/register": "7.0.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.3", | ||
"@babel/plugin-transform-runtime": "7.4.3", | ||
"@babel/polyfill": "7.4.3", | ||
"@babel/preset-env": "7.4.3", | ||
"@babel/register": "7.4.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "24.1.0", | ||
"babel-jest": "24.7.1", | ||
"cz-conventional-changelog": "2.1.0", | ||
"eslint": "5.14.1", | ||
"eslint": "5.16.0", | ||
"eslint-config-prettier": "4.1.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"jest": "24.1.0", | ||
"jest-cli": "24.1.0", | ||
"jest": "24.7.1", | ||
"jest-cli": "24.7.1", | ||
"jest-environment-node-debug": "2.0.0", | ||
"prettier": "1.16.4", | ||
"regenerator-runtime": "0.13.1", | ||
"prettier": "1.17.0", | ||
"regenerator-runtime": "0.13.2", | ||
"semantic-release": "15.13.3" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.3.4", | ||
"@bitdiver/logadapter": "1.0.9", | ||
"@babel/runtime": "7.4.3", | ||
"@bitdiver/logadapter": "1.4.1", | ||
"uuid": "3.3.2" | ||
} | ||
} |
@@ -209,3 +209,2 @@ import { | ||
await step.run() | ||
await step.doRun() | ||
await step.afterRun() | ||
@@ -212,0 +211,0 @@ await step.end() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42561
884
+ Added@babel/runtime@7.4.3(transitive)
+ Added@bitdiver/logadapter@1.4.1(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)
- Removed@babel/runtime@7.3.4(transitive)
- Removed@bitdiver/logadapter@1.0.9(transitive)
- Removedregenerator-runtime@0.12.1(transitive)
Updated@babel/runtime@7.4.3
Updated@bitdiver/logadapter@1.4.1