@callstack/byorg-utils
Advanced tools
Comparing version 0.6.0 to 0.7.0
# @callstack/byorg-utils | ||
## 0.7.0 | ||
### Patch Changes | ||
- d6b3e3a: core: reduce some of the startup logs severity to debug | ||
## 0.6.0 | ||
@@ -4,0 +10,0 @@ |
@@ -115,8 +115,6 @@ // The require scope | ||
;// CONCATENATED MODULE: ./src/env.ts | ||
function requireEnv(key) { | ||
const value = process.env[key]; | ||
if (!value) { | ||
logger_error(`Missing environment variable: ${key}`); | ||
process.exit(1); | ||
throw new Error(`Missing environment variable: ${key}`); | ||
} | ||
@@ -123,0 +121,0 @@ return value; |
{ | ||
"name": "@callstack/byorg-utils", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
12629
313