Upgrade dependencies + bump version

This commit is contained in:
younesaassila 2024-08-27 11:39:00 +02:00
parent 129bbe8478
commit c4909968d4
4 changed files with 412 additions and 131 deletions

535
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ttv-lol-pro",
"version": "2.3.8",
"version": "2.3.9",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
"@parcel/bundler-default": {
"minBundles": 10000000,
@ -44,7 +44,7 @@
"dependencies": {
"bowser": "^2.11.0",
"ip-address": "^9.0.5",
"m3u8-parser": "^7.1.0"
"m3u8-parser": "^7.2.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",

View File

@ -3,7 +3,7 @@
"name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
"homepage_url": "https://github.com/younesaassila/ttv-lol-pro",
"version": "2.3.8",
"version": "2.3.9",
"background": {
"service_worker": "background/background.ts",
"type": "module"

View File

@ -3,7 +3,7 @@
"name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.",
"homepage_url": "https://github.com/younesaassila/ttv-lol-pro",
"version": "2.3.8",
"version": "2.3.9",
"background": {
"scripts": ["background/background.ts"],
"persistent": false