Compare commits
2 Commits
602765bfbb
...
378e0edc75
| Author | SHA1 | Date | |
|---|---|---|---|
| 378e0edc75 | |||
| a2622aa536 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.42.9",
|
||||
"version": "0.42.10",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.42.9",
|
||||
"version": "0.42.10",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.42.9",
|
||||
"version": "0.42.10",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
||||
@@ -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 = false,
|
||||
punctuation: keepPunctuation = 'split',
|
||||
punctuationRegex = defaultPunctuationRegex,
|
||||
symbols: keepSymbols = false,
|
||||
symbolRegex = defaultSymbolRegex,
|
||||
|
||||
2
static
2
static
Submodule static updated: 50a262da61...c05345e3c7
Reference in New Issue
Block a user