@bscotch/utility
Advanced tools
Comparing version 0.8.3 to 0.9.0
@@ -7,2 +7,3 @@ export * from "./lib/strings"; | ||
export * from "./lib/crypto"; | ||
export * from "./lib/dates"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./lib/crypto"), exports); | ||
__exportStar(require("./lib/dates"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare function assert(claim: any, message: string): void; | ||
export declare function assert(claim: any, message: string): asserts claim; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -0,1 +1,10 @@ | ||
# [0.9.0](https://github.com/bscotch/node-util/compare/v0.8.3...v0.9.0) (2020-12-16) | ||
### Features | ||
* Add misc. date functions, mostly for comparing dates. ([2346417](https://github.com/bscotch/node-util/commit/2346417b57d7a44cf9d48363b6d15f003c7e90f2)) | ||
## [0.8.3](https://github.com/bscotch/node-util/compare/v0.8.2...v0.8.3) (2020-12-16) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@bscotch/utility", | ||
"version": "0.8.3", | ||
"version": "0.9.0", | ||
"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
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
54936
40
626