@filteringdev/tinyshield 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@
8
8
  // @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
9
9
  // @license MIT
10
10
  //
11
- // @version 2.0.4
11
+ // @version 2.0.6
12
12
  // @author PiQuark6046 and contributors
13
13
  //
14
14
  // @match *://ygosu.com/*
@@ -1522,6 +1522,26 @@
1522
1522
  // @match *://*.teuteuf.fr/*
1523
1523
  // @match *://arkadium.com/*
1524
1524
  // @match *://*.arkadium.com/*
1525
+ // @match *://hvac-talk.com/*
1526
+ // @match *://*.hvac-talk.com/*
1527
+ // @match *://thecelticblog.com/*
1528
+ // @match *://*.thecelticblog.com/*
1529
+ // @match *://alfa.lt/*
1530
+ // @match *://*.alfa.lt/*
1531
+ // @match *://bilis.lt/*
1532
+ // @match *://*.bilis.lt/*
1533
+ // @match *://etaplius.lt/*
1534
+ // @match *://*.etaplius.lt/*
1535
+ // @match *://new.mmm.lt/*
1536
+ // @match *://*.new.mmm.lt/*
1537
+ // @match *://raskakcija.lt/*
1538
+ // @match *://*.raskakcija.lt/*
1539
+ // @match *://sudokutable.com/*
1540
+ // @match *://*.sudokutable.com/*
1541
+ // @match *://superhonda.com/*
1542
+ // @match *://*.superhonda.com/*
1543
+ // @match *://thefirearmblog.com/*
1544
+ // @match *://*.thefirearmblog.com/*"
1525
1545
  //
1526
1546
  // @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
1527
1547
  // @description:ko tinyShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 빠르게 저항할 수 있도록 합니다.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@filteringdev/tinyshield",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
7
- "build": "esbuild sources/src/index.ts --bundle --minify-whitespace --minify-syntax --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/tinyShield.user.js",
8
- "debug": "esbuild sources/src/index.ts --bundle --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/tinyShield-debug.user.js",
7
+ "build": "esbuild sources/src/index.ts --bundle --minify-whitespace --minify-syntax --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2024,chrome119,safari17,firefox121 --outfile=./dist/tinyShield.user.js",
8
+ "debug": "esbuild sources/src/index.ts --bundle --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2024,chrome119,safari17,firefox121 --outfile=./dist/tinyShield-debug.user.js",
9
9
  "lint": "tsc --noEmit && eslint sources/**/*.ts"
10
10
  },
11
11
  "keywords": [],
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "esbuild": "^0.25.10",
25
- "eslint": "^9.35.0",
25
+ "eslint": "^9.36.0",
26
26
  "typescript": "^5.9.2",
27
- "typescript-eslint": "^8.44.0"
27
+ "typescript-eslint": "^8.44.1"
28
28
  }
29
29
  }