lambda-monitor-logger
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "lambda-monitor-logger", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Logging designed to be used with lambda-monitor", | ||
@@ -14,3 +14,9 @@ "main": "lib/index.js", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"gardener": "node gardener" | ||
"gardener": "node gardener", | ||
"docker": "docker run -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"yu": "yarn upgrade --latest --force", | ||
"yi": "yarn install --frozen-lockfile", | ||
"t": "yarn test", | ||
"ts": "yarn run test-simple", | ||
"tsv": "yarn run test-simple --verbose" | ||
}, | ||
@@ -43,13 +49,13 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "7.5.0", | ||
"@babel/core": "7.5.4", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.4", | ||
"@babel/register": "7.4.4", | ||
"@blackflux/eslint-plugin-rules": "1.0.20", | ||
"@blackflux/robo-config-plugin": "2.0.1", | ||
"@babel/cli": "7.5.5", | ||
"@babel/core": "7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.5", | ||
"@babel/register": "7.5.5", | ||
"@blackflux/eslint-plugin-rules": "1.0.23", | ||
"@blackflux/robo-config-plugin": "2.1.3", | ||
"babel-eslint": "10.0.2", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.5", | ||
"eslint": "6.0.1", | ||
"js-gardener": "^2.0.42", | ||
"eslint": "6.1.0", | ||
"js-gardener": "^2.0.53", | ||
"nyc": "14.1.1", | ||
@@ -56,0 +62,0 @@ "semantic-release": "15.13.18" |
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
9985