4 Commits

Author SHA1 Message Date
Starystars67 d2ec932153 Bump package version to 2.4.22 & address vulns 2026-05-16 13:45:14 -05:00
Starystars67 38213e1a50 Remove Horizon Hosting and Vertuo Hosting entries
Removed entries for Horizon Hosting and Vertuo Hosting from partners.json.
2026-05-16 18:12:51 +01:00
Mackenzie d879a2995f fix typos in partners config 2026-05-02 11:11:06 +01:00
Starystars67 c2e37eea5a fix flags for languages 2026-04-14 16:45:18 +01:00
4 changed files with 11 additions and 21 deletions
+6 -5
View File
@@ -1,12 +1,12 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"version": "2.4.19", "version": "2.4.22",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "beammp-website", "name": "beammp-website",
"version": "2.4.19", "version": "2.4.22",
"dependencies": { "dependencies": {
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@vueuse/core": "^14.1.0", "@vueuse/core": "^14.1.0",
@@ -2841,9 +2841,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.6", "version": "8.5.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -2858,6 +2858,7 @@
"url": "https://github.com/sponsors/ai" "url": "https://github.com/sponsors/ai"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.11", "nanoid": "^3.3.11",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"private": true, "private": true,
"version": "2.4.19", "version": "2.4.22",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+2 -14
View File
@@ -1,10 +1,4 @@
[ [
{
"name": "Horizon Hosting",
"website": "https://hrzn.link/beammp",
"from": "$3.34/mo",
"logo": "https://hrznhosting.com/assets/logo.svg"
},
{ {
"name": "RackGenius", "name": "RackGenius",
"website": "https://rackgeni.us/beammp-plans", "website": "https://rackgeni.us/beammp-plans",
@@ -48,23 +42,17 @@
"logo": "https://vyperhosting.com/assets/logo.png" "logo": "https://vyperhosting.com/assets/logo.png"
}, },
{ {
"name": "BisecHosting", "name": "BisectHosting",
"website": "https://bisecthosting.com/beammp-server-hosting", "website": "https://bisecthosting.com/beammp-server-hosting",
"from": "$5.99/mo", "from": "$5.99/mo",
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg" "logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg"
}, },
{ {
"name": "Four Season Hosting", "name": "Four Seasons Hosting",
"website": "https://fourseasonshosting.com", "website": "https://fourseasonshosting.com",
"from": "$3.00/mo", "from": "$3.00/mo",
"logo": "https://fourseasonshosting.com/_next/image?url=%2Flogo.png&w=256&q=75" "logo": "https://fourseasonshosting.com/_next/image?url=%2Flogo.png&w=256&q=75"
}, },
{
"name": "Vertuo Hosting",
"website": "https://vertuohosting.com",
"from": "$1.99/mo",
"logo": "https://vertuohosting.com/assets/img/logo.png"
},
{ {
"name": "Winheberg", "name": "Winheberg",
"website": "https://winheberg.fr/offres/gaming/beammp", "website": "https://winheberg.fr/offres/gaming/beammp",
+2 -1
View File
@@ -38,7 +38,8 @@ const toggleDropdown = () => {
} }
const getFlagUrl = (flagName) => { const getFlagUrl = (flagName) => {
return new URL(`../assets/flags/${flagName}.png`, import.meta.url).href //return new URL(`../assets/flags/${flagName}.png`, import.meta.url).href
return `/flags/${flagName}.png`
} }
onMounted(async () => { onMounted(async () => {