@oclif/core
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.3.3](https://github.com/oclif/core/compare/v1.3.2...v1.3.3) (2022-02-09) | ||
### Bug Fixes | ||
* update isProd utility ([#368](https://github.com/oclif/core/issues/368)) ([a58315d](https://github.com/oclif/core/commit/a58315dc401071675c0f1b08a7ab82c35846ce6d)) | ||
### [1.3.2](https://github.com/oclif/core/compare/v1.3.1...v1.3.2) (2022-02-08) | ||
@@ -7,0 +14,0 @@ |
@@ -43,4 +43,5 @@ "use strict"; | ||
function isProd() { | ||
return process.env.NODE_ENV !== 'development'; | ||
var _a; | ||
return !['development', 'test'].includes((_a = process.env.NODE_ENV) !== null && _a !== void 0 ? _a : ''); | ||
} | ||
exports.isProd = isProd; |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
283049
7181
3
7
1
94