Compare commits

..

No commits in common. "378e0edc75d89ad48928a0c056a0c1c09d002809" and "602765bfbbd469fdc422a65fa9a06b3affc733a0" have entirely different histories.

4 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.42.10",
"version": "0.42.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.42.10",
"version": "0.42.9",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -87,7 +87,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.42.10",
"version": "0.42.9",
"imports": {
"#/*": "./*.js"
}

View File

@ -40,7 +40,7 @@ const accentMap = {
};
const plainCharRegex = /[a-zA-Z0-9]/;
const defaultPunctuationRegex = /[.,?!:;&'"“”…()[\]{}<>/*—]/;
const defaultPunctuationRegex = /[.,?!:;&'"“”…()[]{}<>\/*—]/;
const defaultSymbolRegex = /[@$€£#%^+=\\~]/;
export default function slugify(strings, delimiter = '-', {
@ -48,7 +48,7 @@ export default function slugify(strings, delimiter = '-', {
lower = true,
encode = false,
accents: keepAccents = false,
punctuation: keepPunctuation = 'split',
punctuation: keepPunctuation = false,
punctuationRegex = defaultPunctuationRegex,
symbols: keepSymbols = false,
symbolRegex = defaultSymbolRegex,

2
static

@ -1 +1 @@
Subproject commit c05345e3c73cef25e2bb03931ffded6e7cfbe743
Subproject commit 50a262da611d6435a0bf77662f47d0a9126615f0