Comparing version 1.1.1 to 1.1.2
1.1.2 / 2020-06-03 | ||
================== | ||
* upgrade tape to ~5 | ||
* document AKUKU env variable | ||
1.1.1 / 2019-03-07 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "akuku", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Small timing counter utility.", | ||
@@ -24,3 +24,3 @@ "author": { | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.10.1" | ||
"tape": "^5.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -45,3 +45,10 @@ [![NPM version][npm-image]][npm-url] | ||
## Environment | ||
The `AKUKU` environment variable has to be set to `1`, `on`, or `true` to enable `akuku` timers and counters. | ||
AKUKU=1 node myapp | ||
When `AKUKU` is not defined or set to a _falsy_ value `akuku` API is implemented using empty stubs. | ||
## API | ||
@@ -48,0 +55,0 @@ |
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
7945
100