We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de4de1 commit eb31990Copy full SHA for eb31990
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@filteringdev/tinyshield",
3
- "version": "2.0.8",
+ "version": "2.0.9",
4
"description": "",
5
"type": "module",
6
"scripts": {
@@ -29,12 +29,12 @@
29
},
30
"license": "MIT",
31
"dependencies": {
32
- "@types/node": "^24.6.0"
+ "@types/node": "^24.6.2"
33
34
"devDependencies": {
35
"esbuild": "^0.25.10",
36
"eslint": "^9.36.0",
37
- "typescript": "^5.9.2",
+ "typescript": "^5.9.3",
38
"typescript-eslint": "^8.45.0"
39
}
40
sources/banner.txt
@@ -8,7 +8,7 @@
8
// @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
9
// @license MIT
10
//
11
-// @version 2.0.8
+// @version 2.0.9
12
// @author PiQuark6046 and contributors
13
14
// @match *://ygosu.com/*
0 commit comments