@bunt/unit
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.15.1](https://github.com/izatop/bunt/compare/v0.15.0...v0.15.1) (2021-01-25) | ||
### Bug Fixes | ||
* env reader ([25dc913](https://github.com/izatop/bunt/commit/25dc913418e15b7ef9f9f1c97f93f031e86eec11)) | ||
# [0.15.0](https://github.com/izatop/bunt/compare/v0.14.9...v0.15.0) (2021-01-25) | ||
@@ -8,0 +19,0 @@ |
export * from "./Runtime"; | ||
export * from "./Heartbeat"; | ||
export * from "./Disposer"; | ||
export * from "./EnvReader"; | ||
export * from "./internal"; | ||
export * from "./interfaces"; |
@@ -16,4 +16,5 @@ "use strict"; | ||
__exportStar(require("./Disposer"), exports); | ||
__exportStar(require("./EnvReader"), exports); | ||
__exportStar(require("./internal"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bunt/unit", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "66576502bef6096d6c7cb0917f9ce4b84a24609f" | ||
"gitHead": "9a57fdb418a66c7b9b7e35ff8074e41f37f6934f" | ||
} |
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
65829
63
868