Comparing version 8.1.0 to 8.1.1
@@ -70,5 +70,4 @@ const arrayify = require('array-back') | ||
preExecute () { | ||
const fastGlob = require('fast-glob') | ||
const files = fastGlob.globSync(this.options.files, { onlyFiles: true }) | ||
this.inputFileSet = { files } | ||
const FileSet = require('file-set') | ||
this.inputFileSet = new FileSet(this.options.files) | ||
} | ||
@@ -75,0 +74,0 @@ |
{ | ||
"name": "jsdoc-api", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "A programmatic interface for jsdoc", | ||
@@ -36,2 +36,3 @@ "repository": { | ||
"collect-all": "^1.0.4", | ||
"file-set": "^4.0.2", | ||
"fs-then-native": "^2.0.0", | ||
@@ -38,0 +39,0 @@ "jsdoc": "^4.0.3", |
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
24955
9
396
+ Addedfile-set@^4.0.2
+ Addedarray-back@5.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfile-set@4.0.2(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)