Comparing version 2.10.0 to 2.11.0
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"boolean": "^0.1.3", | ||
"boolean": "^0.2.0", | ||
"semver-compare": "^1.0.0", | ||
@@ -20,20 +20,20 @@ "sprintf-js": "^1.1.1" | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-rc.1", | ||
"@babel/core": "^7.0.0-rc.1", | ||
"@babel/node": "^7.0.0-rc.1", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.1", | ||
"@babel/preset-env": "^7.0.0-rc.1", | ||
"@babel/register": "^7.0.0-rc.1", | ||
"ava": "^1.0.0-beta.7", | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/node": "^7.0.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"ava": "^1.0.0-beta.8", | ||
"babel-plugin-istanbul": "^5.0.1", | ||
"babel-plugin-transform-export-default-name": "^2.0.4", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.3.0", | ||
"eslint-config-canonical": "^11.0.0", | ||
"flow-bin": "^0.78.0", | ||
"eslint": "^5.5.0", | ||
"eslint-config-canonical": "^12.0.0", | ||
"flow-bin": "^0.80.0", | ||
"flow-copy-source": "^2.0.2", | ||
"husky": "^1.0.0-rc.13", | ||
"nock": "^9.6.0", | ||
"nock": "^9.6.1", | ||
"nyc": "^13.0.1", | ||
"semantic-release": "^15.9.8", | ||
"semantic-release": "^15.9.12", | ||
"sinon": "^6.1.5" | ||
@@ -79,3 +79,3 @@ }, | ||
}, | ||
"version": "2.10.0" | ||
"version": "2.11.0" | ||
} |
@@ -37,2 +37,3 @@ # Roarr | ||
* [Using with Elasticsearch](#using-with-elasticsearch) | ||
* [Documenting use of Roarr](#documenting-use-of-roarr) | ||
@@ -524,1 +525,14 @@ ## Motivation | ||
``` | ||
### Documenting use of Roarr | ||
If your package is using Roarr, include instructions to README.md describing how to enable logging, e.g. | ||
```markdown | ||
## Logging | ||
This package is using [`roarr`](https://www.npmjs.com/package/roarr) logger to log the program's state. | ||
Export `ROARR_LOG=true` environment variable to enable log printing to stdout. | ||
``` |
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
49485
537
+ Addedboolean@0.2.0(transitive)
- Removedboolean@0.1.3(transitive)
Updatedboolean@^0.2.0