Comparing version 0.13.0 to 0.13.1
@@ -0,1 +1,5 @@ | ||
# v0.13.1 | ||
- Fix `defiler.get` typechecking | ||
# v0.13.0 | ||
@@ -2,0 +6,0 @@ |
@@ -358,2 +358,3 @@ 'use strict'; | ||
) { | ||
throw new TypeError('defiler.get: path must be a string or an array of strings') | ||
} | ||
@@ -360,0 +361,0 @@ if (Array.isArray(path$$1)) return Promise.all(path$$1.map(path$$1 => this.get(path$$1))) |
@@ -352,2 +352,3 @@ import { readdir, readFile, stat, watch } from 'fs'; | ||
) { | ||
throw new TypeError('defiler.get: path must be a string or an array of strings') | ||
} | ||
@@ -354,0 +355,0 @@ if (Array.isArray(path)) return Promise.all(path.map(path => this.get(path))) |
{ | ||
"name": "defiler", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "A small, strange building block", | ||
@@ -5,0 +5,0 @@ "keywords": ["build", "framework", "async", "watch"], |
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
110009
930