@filteringdev/tinyshield 2.0.12 → 2.0.14

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.12
11
+ // @version 2.0.14
12
12
  // @author PiQuark6046 and contributors
13
13
  //
14
14
  // @match *://ygosu.com/*
@@ -1620,6 +1620,10 @@
1620
1620
  // @match *://*.theakforum.net/*
1621
1621
  // @match *://trailvoy.com/*
1622
1622
  // @match *://*.trailvoy.com/*
1623
+ // @match *://invoice-generator.com/*
1624
+ // @match *://*.invoice-generator.com/*
1625
+ // @match *://namemc.com/*
1626
+ // @match *://*.namemc.com/*
1623
1627
  //
1624
1628
  // @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
1625
1629
  // @description:ko tinyShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 빠르게 저항할 수 있도록 합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filteringdev/tinyshield",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@types/node": "^24.7.2"
32
+ "@types/node": "^24.8.0"
33
33
  },
34
34
  "devDependencies": {
35
- "esbuild": "^0.25.10",
35
+ "esbuild": "^0.25.11",
36
36
  "eslint": "^9.37.0",
37
37
  "typescript": "^5.9.3",
38
- "typescript-eslint": "^8.46.0"
38
+ "typescript-eslint": "^8.46.1"
39
39
  }
40
40
  }