@bitdiver/logadapter-dispatcher
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@bitdiver/logadapter-dispatcher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -38,26 +38,28 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.2.0", | ||
"@babel/core": "7.2.0", | ||
"@babel/node": "7.2.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.2.0", | ||
"@babel/cli": "7.2.3", | ||
"@babel/core": "7.2.2", | ||
"@babel/node": "7.2.2", | ||
"@babel/plugin-proposal-object-rest-spread": "7.3.1", | ||
"@babel/plugin-transform-runtime": "7.2.0", | ||
"@babel/polyfill": "7.0.0", | ||
"@babel/preset-env": "7.2.0", | ||
"@babel/polyfill": "7.2.5", | ||
"@babel/preset-env": "7.3.1", | ||
"@babel/register": "7.0.0", | ||
"@babel/runtime": "7.2.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "23.6.0", | ||
"babel-jest": "24.0.0", | ||
"cz-conventional-changelog": "2.1.0", | ||
"eslint": "5.10.0", | ||
"eslint-config-prettier": "3.3.0", | ||
"eslint": "5.12.1", | ||
"eslint-config-prettier": "4.0.0", | ||
"eslint-plugin-babel": "5.3.0", | ||
"jest": "23.6.0", | ||
"jest-cli": "23.6.0", | ||
"jest": "24.0.0", | ||
"jest-cli": "24.0.0", | ||
"jest-environment-node-debug": "2.0.0", | ||
"prettier": "1.15.3", | ||
"prettier": "1.16.2", | ||
"regenerator-runtime": "0.13.1", | ||
"semantic-release": "15.12.4", | ||
"semantic-release": "15.13.3", | ||
"uuid": "3.3.2" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.3.1" | ||
} | ||
} |
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
11091
22
1
+ Added@babel/runtime@7.3.1
+ Added@babel/runtime@7.3.1(transitive)
+ Addedregenerator-runtime@0.12.1(transitive)