filelist-utils
Advanced tools
Comparing version 1.10.2 to 1.11.0
@@ -64,3 +64,6 @@ import fetch from 'cross-fetch'; | ||
}; | ||
const expanded = await expandAndFilter(item, options); | ||
const expanded = await expandAndFilter(item, { | ||
...options, | ||
...entry.options, | ||
}); | ||
// we should be aware that we don't cache the zip file itself | ||
@@ -67,0 +70,0 @@ for (const item of expanded) { |
@@ -0,1 +1,2 @@ | ||
import { Options } from './Options'; | ||
export interface WebSourceFile { | ||
@@ -6,2 +7,3 @@ relativePath: string; | ||
baseURL?: string; | ||
options?: Options; | ||
} | ||
@@ -8,0 +10,0 @@ export interface WebSource { |
@@ -70,3 +70,6 @@ "use strict"; | ||
}; | ||
const expanded = await (0, expandAndFilter_1.expandAndFilter)(item, options); | ||
const expanded = await (0, expandAndFilter_1.expandAndFilter)(item, { | ||
...options, | ||
...entry.options, | ||
}); | ||
// we should be aware that we don't cache the zip file itself | ||
@@ -73,0 +76,0 @@ for (const item of expanded) { |
@@ -0,1 +1,2 @@ | ||
import { Options } from './Options'; | ||
export interface WebSourceFile { | ||
@@ -6,2 +7,3 @@ relativePath: string; | ||
baseURL?: string; | ||
options?: Options; | ||
} | ||
@@ -8,0 +10,0 @@ export interface WebSource { |
{ | ||
"name": "filelist-utils", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"description": "Create a FileCollection from a path or a zip file", | ||
@@ -48,16 +48,16 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@types/jest": "^29.5.3", | ||
"@types/pako": "^2.0.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/jest": "^29.5.11", | ||
"@types/pako": "^2.0.3", | ||
"cheminfo-build": "^1.2.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-cheminfo-typescript": "^12.0.4", | ||
"eslint": "^8.56.0", | ||
"eslint-config-cheminfo-typescript": "^12.1.0", | ||
"fifo-logger": "^0.6.1", | ||
"jest": "^29.6.2", | ||
"msw": "^1.2.3", | ||
"prettier": "^3.0.2", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.1.6", | ||
"undici": "^5.23.0" | ||
"jest": "^29.7.0", | ||
"msw": "^2.1.2", | ||
"prettier": "^3.2.4", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3", | ||
"undici": "^6.4.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "dependencies": { |
@@ -80,3 +80,6 @@ import fetch from 'cross-fetch'; | ||
}; | ||
const expanded = await expandAndFilter(item, options); | ||
const expanded = await expandAndFilter(item, { | ||
...options, | ||
...entry.options, | ||
}); | ||
// we should be aware that we don't cache the zip file itself | ||
@@ -83,0 +86,0 @@ for (const item of expanded) { |
@@ -0,1 +1,3 @@ | ||
import { Options } from './Options'; | ||
export interface WebSourceFile { | ||
@@ -6,2 +8,3 @@ relativePath: string; | ||
baseURL?: string; | ||
options?: Options; | ||
} | ||
@@ -8,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
170634
2768