build: rebuild dist

This commit is contained in:
saberzero1 2026-06-03 15:10:06 +02:00
parent 37b89c3fbe
commit ff02040c07
No known key found for this signature in database
4 changed files with 4 additions and 2 deletions

1
dist/index.js vendored
View file

@ -222,6 +222,7 @@ function slugifyPath(s) {
.replace(/%/g, "-percent")
.replace(/\?/g, "")
.replace(/#/g, "")
.replace(/[<>:"|*]/g, "")
.toLowerCase(),
)
.join("/")

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

1
dist/path.js vendored
View file

@ -219,6 +219,7 @@ function slugifyPath(s) {
.replace(/%/g, "-percent")
.replace(/\?/g, "")
.replace(/#/g, "")
.replace(/[<>:"|*]/g, "")
.toLowerCase(),
)
.join("/")

2
dist/path.js.map vendored

File diff suppressed because one or more lines are too long