@adguard/agtree 2.1.3 → 2.2.0
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/agtree.d.ts +5 -2
- package/dist/agtree.js +91 -13
- package/dist/agtree.mjs +91 -13
- package/dist/compatibility-table-data.js +296 -148
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adguard/agtree",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Tool set for working with adblock filter lists",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adblock",
|
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
"ts-node": "^10.9.2",
|
|
99
99
|
"tsx": "^4.7.3",
|
|
100
100
|
"type-fest": "^4.18.0",
|
|
101
|
-
"typescript": "^5.0.4"
|
|
101
|
+
"typescript": "^5.0.4",
|
|
102
|
+
"xregexp": "^5.1.1"
|
|
102
103
|
},
|
|
103
104
|
"dependencies": {
|
|
104
105
|
"clone-deep": "^4.0.1",
|
|
@@ -107,7 +108,6 @@
|
|
|
107
108
|
"semver": "^7.5.3",
|
|
108
109
|
"sprintf-js": "^1.1.3",
|
|
109
110
|
"tldts": "^5.7.112",
|
|
110
|
-
"xregexp": "^5.1.1",
|
|
111
111
|
"zod": "3.21.4",
|
|
112
112
|
"@adguard/css-tokenizer": "^1.1.1"
|
|
113
113
|
},
|