@thi.ng/api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.1.1"></a> | ||
## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.0...@thi.ng/api@2.1.1) (2018-03-28) | ||
### Bug Fixes | ||
* **api:** illegalState() creates IllegalStateError ([2b7e99b](https://github.com/thi-ng/umbrella/commit/2b7e99b)) | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +19,0 @@ # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.0.4...@thi.ng/api@2.1.0) (2018-03-21) |
@@ -36,3 +36,3 @@ "use strict"; | ||
function illegalState(msg) { | ||
throw new IllegalArgumentError(msg); | ||
throw new IllegalStateError(msg); | ||
} | ||
@@ -39,0 +39,0 @@ exports.illegalState = illegalState; |
{ | ||
"name": "@thi.ng/api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
38232
187
0
2
0
37