@thi.ng/errors
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.2.0...@thi.ng/errors@1.2.1) (2019-11-09) | ||
**Note:** Version bump only for package @thi.ng/errors | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.1.2...@thi.ng/errors@1.2.0) (2019-08-21) | ||
@@ -8,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r(((e=e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.errors={}))}(this,function(e){"use strict";const r=(e,r=(e=>void 0!==e?": "+e:""))=>(class extends Error{constructor(t){super(e(t)+r(t))}}),t=r(()=>"illegal argument(s)"),o=r(()=>"illegal arity"),l=r(()=>"illegal state"),n=r(()=>"unsupported operation");e.IllegalArgumentError=t,e.IllegalArityError=o,e.IllegalStateError=l,e.UnsupportedOperationError=n,e.defError=r,e.illegalArgs=e=>{throw new t(e)},e.illegalArity=e=>{throw new o(e)},e.illegalState=e=>{throw new l(e)},e.unsupported=e=>{throw new n(e)},Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r(((e=e||self).thi=e.thi||{},e.thi.ng=e.thi.ng||{},e.thi.ng.errors={}))}(this,(function(e){"use strict";const r=(e,r=(e=>void 0!==e?": "+e:""))=>(class extends Error{constructor(t){super(e(t)+r(t))}}),t=r(()=>"illegal argument(s)"),o=r(()=>"illegal arity"),l=r(()=>"illegal state"),n=r(()=>"unsupported operation");e.IllegalArgumentError=t,e.IllegalArityError=o,e.IllegalStateError=l,e.UnsupportedOperationError=n,e.defError=r,e.illegalArgs=e=>{throw new t(e)},e.illegalArity=e=>{throw new o(e)},e.illegalState=e=>{throw new l(e)},e.unsupported=e=>{throw new n(e)},Object.defineProperty(e,"__esModule",{value:!0})})); |
{ | ||
"name": "@thi.ng/errors", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Custom error types and helper fns.", | ||
@@ -32,4 +32,4 @@ "module": "./index.js", | ||
"nyc": "^14.0.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.5.3" | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "161b4f8afaef0df742a8e2c7776993b828662589" | ||
"gitHead": "97add769f24aa32a1a5e13c5c941605e1b9eb569" | ||
} |
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
24897