@filteringdev/tinyshield 3.2.0-build.2 → 3.2.1
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.
- package/dist/interface.js +1 -5
- package/dist/interface.js.map +2 -2
- package/dist/tinyShield.user.js +11394 -4
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@filteringdev/tinyshield",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"build:interface": "esbuild sources/interface.ts --bundle --format=esm --splitting --sourcemap --target=es2024 --external:/node_modules --outdir=dist && tsc sources/interface.ts --outDir dist/types --declaration --emitDeclarationOnly
|
|
7
|
+
"build:interface": "esbuild sources/interface.ts --bundle --format=esm --splitting --sourcemap --target=es2024 --external:/node_modules --outdir=dist && tsc sources/interface.ts --outDir dist/types --declaration --emitDeclarationOnly",
|
|
8
8
|
"build:userscript": "tsx builder.ts -- production",
|
|
9
9
|
"build": "npm run build:interface && npm run build:userscript",
|
|
10
10
|
"debug": "tsx builder.ts -- development",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"esbuild": "^0.27.0",
|
|
39
39
|
"eslint": "^9.38.0",
|
|
40
40
|
"semver": "^7.7.3",
|
|
41
|
-
"ts-morph": "^27.0.2",
|
|
42
41
|
"tsx": "^4.21.0",
|
|
43
42
|
"typescript": "^5.9.3",
|
|
44
43
|
"typescript-eslint": "^8.46.2",
|