@boost/internal
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,14 @@ # Change Log | ||
### 1.0.2 - 2019-12-27 | ||
#### 🐞 Fixes | ||
- Rename env vars to not collide with Boost C++ library. ([b3d1153](https://github.com/milesj/boost/commit/b3d1153)) | ||
**Note:** Version bump only for package @boost/internal | ||
### 1.0.1 - 2019-11-12 | ||
@@ -8,0 +20,0 @@ |
@@ -7,6 +7,7 @@ /** | ||
import createInternalDebugger from './createInternalDebugger'; | ||
import env from './env'; | ||
import ExitError from './ExitError'; | ||
import RuntimeError from './RuntimeError'; | ||
import SignalError from './SignalError'; | ||
export { color, createInternalDebugger, ExitError, RuntimeError, SignalError }; | ||
export { color, createInternalDebugger, env, ExitError, RuntimeError, SignalError }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,2 +14,4 @@ "use strict"; | ||
exports.createInternalDebugger = createInternalDebugger_1.default; | ||
const env_1 = __importDefault(require("./env")); | ||
exports.env = env_1.default; | ||
const ExitError_1 = __importDefault(require("./ExitError")); | ||
@@ -16,0 +18,0 @@ exports.ExitError = ExitError_1.default; |
{ | ||
"name": "@boost/internal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Boost internals.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9d9e6858b1330fd3d1d580f2bb4216118d38ff31" | ||
"gitHead": "2121f3e6c0b9a9db0559abd65a889253a74f3c03" | ||
} |
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
12727
26
183