@jsenv/core 30.0.1 → 30.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -1370,7 +1370,7 @@ const collectFiles = async ({
|
|
|
1370
1370
|
associations,
|
|
1371
1371
|
predicate
|
|
1372
1372
|
}) => {
|
|
1373
|
-
const rootDirectoryUrl = assertAndNormalizeDirectoryUrl(directoryUrl);
|
|
1373
|
+
const rootDirectoryUrl = decodeURIComponent(assertAndNormalizeDirectoryUrl(directoryUrl));
|
|
1374
1374
|
if (typeof predicate !== "function") {
|
|
1375
1375
|
throw new TypeError(`predicate must be a function, got ${predicate}`);
|
|
1376
1376
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "30.0.
|
|
3
|
+
"version": "30.0.2",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@jsenv/ast": "1.4.8",
|
|
71
71
|
"@jsenv/babel-plugins": "1.1.0",
|
|
72
72
|
"@jsenv/plugin-bundling": "1.0.0",
|
|
73
|
-
"@jsenv/filesystem": "4.1.
|
|
73
|
+
"@jsenv/filesystem": "4.1.7",
|
|
74
74
|
"@jsenv/importmap": "1.2.1",
|
|
75
75
|
"@jsenv/integrity": "0.0.1",
|
|
76
76
|
"@jsenv/log": "3.3.2",
|