@thi.ng/api
Advanced tools
Comparing version 2.1.3 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.3...@thi.ng/api@2.2.0) (2018-04-08) | ||
### Features | ||
* **api:** add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345)) | ||
<a name="2.1.3"></a> | ||
@@ -8,0 +19,0 @@ ## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.2...@thi.ng/api@2.1.3) (2018-04-04) |
import * as decorators from "./decorators"; | ||
import * as mixins from "./mixins"; | ||
export * from "./api"; | ||
export * from "./bench"; | ||
export * from "./compare"; | ||
@@ -5,0 +6,0 @@ export * from "./error"; |
@@ -11,4 +11,5 @@ "use strict"; | ||
__export(require("./api")); | ||
__export(require("./bench")); | ||
__export(require("./compare")); | ||
__export(require("./error")); | ||
__export(require("./equiv")); |
{ | ||
"name": "@thi.ng/api", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
@@ -27,3 +27,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/checks": "^1.3.2" | ||
"@thi.ng/checks": "^1.4.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "keywords": [ |
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
40091
39
823
Updated@thi.ng/checks@^1.4.0