Comparing version 1.0.3 to 1.0.4
#!/usr/bin/env node | ||
// Not currently needed globally but just incase | ||
global.__DEV__ = process.env.NODE_ENV !== 'production' | ||
global.__DEV__ = process.env.NODE_ENV === 'development'; | ||
@@ -6,0 +6,0 @@ if (__DEV__) { |
@@ -60,3 +60,3 @@ 'use strict'; | ||
exports.default = function () { | ||
_commander2.default.version('1.0.3').option('-a, --amounts [amounts]', 'Array of amounts of lines to be output in the specified invertval').option('-i, --interval [interval]', 'Length of time in ms for the average amounts to be output during').option('-f, --format [format]', 'The format of the line to be output, including any generator functions').parse(process.argv); | ||
_commander2.default.version('1.0.4').option('-a, --amounts [amounts]', 'Array of amounts of lines to be output in the specified invertval').option('-i, --interval [interval]', 'Length of time in ms for the average amounts to be output during').option('-f, --format [format]', 'The format of the line to be output, including any generator functions').parse(process.argv); | ||
@@ -63,0 +63,0 @@ return { |
{ | ||
"name": "log-gen", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This is a configurable script for generating dummy log file output.", | ||
@@ -12,4 +12,4 @@ "main": "bin/start.js", | ||
"scripts": { | ||
"start": "NODE_ENV=production node bin/start.js", | ||
"dev": "node bin/start.js", | ||
"start": "node bin/start.js", | ||
"dev": "NODE_ENV=development node bin/start.js", | ||
"lib:clean": "rm -fr lib && mkdir -p lib", | ||
@@ -16,0 +16,0 @@ "lib:compile": "babel -d lib/ src/", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19045
0