Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 79eacee3f0 0.41.18 2025-11-23 03:10:20 +01:00
DebaucheryLibrarian 1fc77587ed Added 'compilation' to global tag filter. 2025-11-23 03:10:18 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@ const tags = {
gay: 'gay',
transsexual: 'transsexual',
bisexual: 'bisexual',
compilation: 'compilation',
bts: 'behind the scenes',
vr: 'virtual reality',
};

4
package-lock.json generated
View File

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

View File

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