From 39cbaa32e14ff485452370cd5c8e6bd773a35017 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 11 Aug 2025 00:20:06 +0300 Subject: [PATCH] Update rollup-plugin-terser to version 7.0.2 and add new logos for Ntfy and Vite --- package-lock.json | 5 ++++- package.json | 2 +- public/data/logos.json | 39 +++++++++++++++++++++++++++++++++++ public/images/flags/us-tn.svg | 2 +- public/images/logos/ntfy.svg | 29 ++++++++++++++++++++++++++ public/images/logos/vite.svg | 2 +- 6 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 public/images/logos/ntfy.svg diff --git a/package-lock.json b/package-lock.json index 2a27dfa..3b79e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-svelte": "^7.0.0", - "rollup-plugin-terser": "^7.0.0", + "rollup-plugin-terser": "^7.0.2", "svelte": "3.59.2" } }, @@ -1854,6 +1854,9 @@ }, "node_modules/rollup-plugin-terser": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", + "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 106f0f1..8d46818 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-svelte": "^7.0.0", - "rollup-plugin-terser": "^7.0.0", + "rollup-plugin-terser": "^7.0.2", "svelte": "3.59.2" }, "dependencies": { diff --git a/public/data/logos.json b/public/data/logos.json index 6e7b801..3ec2d1d 100644 --- a/public/data/logos.json +++ b/public/data/logos.json @@ -3873,5 +3873,44 @@ "main": "white" } } + }, + { + "name": "Ntfy", + "path": "ntfy.svg", + "format": "SVG", + "disable": false, + "brand": "NTFY", + "tags": [ + "Selfhosted", + "Notifications" + ], + "colors": { + "white": "#FFFFFF", + "green": "#49a996", + "black": "#000000" + }, + "targets": { + "background_outer": "#background>rect", + "background_inner": "#background>path", + "logo": "#logo" + }, + "sets": { + "light": { + "background_outer": "green", + "background_inner": "green", + "logo": "white" + }, + "dark": { + "background_outer": "green", + "background_inner": "green", + "logo": "black" + } + } + }, + { + "name": "Vite", + "path": "vite.svg", + "format": "SVG", + "disable": false } ] diff --git a/public/images/flags/us-tn.svg b/public/images/flags/us-tn.svg index 54b0967..0f2a732 100644 --- a/public/images/flags/us-tn.svg +++ b/public/images/flags/us-tn.svg @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/public/images/logos/ntfy.svg b/public/images/logos/ntfy.svg new file mode 100644 index 0000000..fefeb8e --- /dev/null +++ b/public/images/logos/ntfy.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + diff --git a/public/images/logos/vite.svg b/public/images/logos/vite.svg index e7b8dfb..a735046 100644 --- a/public/images/logos/vite.svg +++ b/public/images/logos/vite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file