@bscotch/utility
Advanced tools
Comparing version 0.5.1 to 0.5.2
export * from "./lib/strings"; | ||
export * from "./lib/paths"; | ||
export * from "./lib/files"; | ||
export * from "./lib/wait"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,2 +16,3 @@ "use strict"; | ||
__exportStar(require("./lib/files"), exports); | ||
__exportStar(require("./lib/wait"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,10 @@ | ||
## [0.5.2](https://github.com/bscotch/node-util/compare/v0.5.1...v0.5.2) (2020-11-11) | ||
### Features | ||
* Add async 'wait' functions, for delaying progression until a timer has expired. ([2ee8810](https://github.com/bscotch/node-util/commit/2ee8810e0de36a562a40fcd0926e02760bc1abb1)) | ||
## [0.5.1](https://github.com/bscotch/node-util/compare/v0.5.0...v0.5.1) (2020-10-15) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@bscotch/utility", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Bscotch Utilities: Methods for common Node.js needs.", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
26629
24
293