@nodl/core
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -29,2 +29,3 @@ "use strict"; | ||
catch (err) { | ||
this.dispose(); | ||
throw new Error('Received a value with an incompatible type'); | ||
@@ -31,0 +32,0 @@ } |
{ | ||
"name": "@nodl/core", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Core implementation of the Nodl framework", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
17733
384