Comparing version 0.17.0 to 0.17.1
@@ -0,1 +1,5 @@ | ||
# v0.17.1 | ||
- Fix incorrect dependence relationships being made in certain cases. | ||
# v0.17.0 | ||
@@ -2,0 +6,0 @@ |
@@ -572,2 +572,3 @@ 'use strict'; | ||
async [_callTransform](file, event) { | ||
await null; | ||
create(file.path); | ||
@@ -587,2 +588,3 @@ try { | ||
const generator = this[_generators].get(symbol); | ||
await null; | ||
create(symbol); | ||
@@ -589,0 +591,0 @@ try { |
@@ -568,2 +568,3 @@ import { readdir, readFile, stat, watch } from 'fs'; | ||
async [_callTransform](file, event) { | ||
await null; | ||
create(file.path); | ||
@@ -583,2 +584,3 @@ try { | ||
const generator = this[_generators].get(symbol); | ||
await null; | ||
create(symbol); | ||
@@ -585,0 +587,0 @@ try { |
{ | ||
"name": "defiler", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "A small, strange building block", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -14,2 +14,6 @@ # Defiler: A small, strange building block. | ||
## Compatibility note | ||
Pending [this issue](https://github.com/nodejs/node/issues/20274), this library will not work on Node 10. | ||
## Documentation | ||
@@ -16,0 +20,0 @@ |
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
127393
1209
30