File tree Expand file tree Collapse file tree 16 files changed +64
-64
lines changed
adblocker-electron-example
adblocker-electron-preload
adblocker-extended-selectors
adblocker-playwright-example
adblocker-puppeteer-example
adblocker-webextension-cosmetics
adblocker-webextension-example Expand file tree Collapse file tree 16 files changed +64
-64
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.26.8 " ,
2
+ "version" : " 1.26.9 " ,
3
3
"npmClient" : " yarn" ,
4
4
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-benchmarks" ,
3
3
"private" : true ,
4
- "version" : " 1.26.8 " ,
4
+ "version" : " 1.26.9 " ,
5
5
"description" : " Content blockers benchmark" ,
6
6
"author" : {
7
7
"name" : " Cliqz"
26
26
"url" : " https://github.com/cliqz-oss/adblocker/issues"
27
27
},
28
28
"dependencies" : {
29
- "@cliqz/adblocker" : " ^1.26.8 " ,
29
+ "@cliqz/adblocker" : " ^1.26.9 " ,
30
30
"tldts-experimental" : " ^6.0.14"
31
31
},
32
32
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-content" ,
3
- "version" : " 1.26.8 " ,
3
+ "version" : " 1.26.9 " ,
4
4
"description" : " Cliqz adblocker library (content-scripts helpers)" ,
5
5
"author" : {
6
6
"name" : " Cliqz"
33
33
"url" : " https://github.com/cliqz-oss/adblocker/issues"
34
34
},
35
35
"dependencies" : {
36
- "@cliqz/adblocker-extended-selectors" : " ^1.26.8 "
36
+ "@cliqz/adblocker-extended-selectors" : " ^1.26.9 "
37
37
},
38
38
"devDependencies" : {
39
39
"@rollup/plugin-node-resolve" : " ^15.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-electron-example" ,
3
3
"private" : true ,
4
- "version" : " 1.26.8 " ,
4
+ "version" : " 1.26.9 " ,
5
5
"description" : " Cliqz adblocker Electron wrapper" ,
6
6
"author" : {
7
7
"name" : " Cliqz"
60
60
}
61
61
],
62
62
"dependencies" : {
63
- "@cliqz/adblocker-electron" : " ^1.26.8 " ,
63
+ "@cliqz/adblocker-electron" : " ^1.26.9 " ,
64
64
"electron" : " ^27.0.0" ,
65
65
"node-fetch" : " ^3.3.2" ,
66
66
"ts-node" : " ^10.9.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-electron-preload" ,
3
- "version" : " 1.26.8 " ,
3
+ "version" : " 1.26.9 " ,
4
4
"description" : " Cliqz adblocker Electron wrapper preload script" ,
5
5
"author" : {
6
6
"name" : " Cliqz"
36
36
"electron" : " >11"
37
37
},
38
38
"dependencies" : {
39
- "@cliqz/adblocker-content" : " ^1.26.8 "
39
+ "@cliqz/adblocker-content" : " ^1.26.9 "
40
40
},
41
41
"devDependencies" : {
42
42
"@rollup/plugin-commonjs" : " ^25.0.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-electron" ,
3
- "version" : " 1.26.8 " ,
3
+ "version" : " 1.26.9 " ,
4
4
"description" : " Cliqz adblocker Electron wrapper" ,
5
5
"author" : {
6
6
"name" : " Cliqz"
37
37
"electron" : " >11"
38
38
},
39
39
"dependencies" : {
40
- "@cliqz/adblocker" : " ^1.26.8 " ,
41
- "@cliqz/adblocker-electron-preload" : " ^1.26.8 " ,
40
+ "@cliqz/adblocker" : " ^1.26.9 " ,
41
+ "@cliqz/adblocker-electron-preload" : " ^1.26.9 " ,
42
42
"tldts-experimental" : " ^6.0.14"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-extended-selectors" ,
3
- "version" : " 1.26.8 " ,
3
+ "version" : " 1.26.9 " ,
4
4
"description" : " Cliqz adblocker library (extended CSS selectors implementation)" ,
5
5
"author" : {
6
6
"name" : " Cliqz"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-playwright-example" ,
3
3
"private" : true ,
4
- "version" : " 1.26.8 " ,
4
+ "version" : " 1.26.9 " ,
5
5
"description" : " Cliqz adblocker PlayWright wrapper" ,
6
6
"author" : {
7
7
"name" : " Cliqz"
25
25
"url" : " https://github.com/cliqz-oss/adblocker/issues"
26
26
},
27
27
"dependencies" : {
28
- "@cliqz/adblocker-playwright" : " ^1.26.8 " ,
28
+ "@cliqz/adblocker-playwright" : " ^1.26.9 " ,
29
29
"node-fetch" : " ^3.3.2" ,
30
30
"playwright" : " ^1.38.0" ,
31
31
"ts-node" : " ^10.9.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-playwright" ,
3
- "version" : " 1.26.8 " ,
3
+ "version" : " 1.26.9 " ,
4
4
"description" : " Cliqz adblocker Playwright wrapper" ,
5
5
"author" : {
6
6
"name" : " Cliqz"
37
37
"playwright" : " ^1.x"
38
38
},
39
39
"dependencies" : {
40
- "@cliqz/adblocker" : " ^1.26.8 " ,
41
- "@cliqz/adblocker-content" : " ^1.26.8 " ,
40
+ "@cliqz/adblocker" : " ^1.26.9 " ,
41
+ "@cliqz/adblocker-content" : " ^1.26.9 " ,
42
42
"tldts-experimental" : " ^6.0.14"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cliqz/adblocker-puppeteer-example" ,
3
3
"private" : true ,
4
- "version" : " 1.26.8 " ,
4
+ "version" : " 1.26.9 " ,
5
5
"description" : " Cliqz adblocker Puppeteer wrapper" ,
6
6
"author" : {
7
7
"name" : " Cliqz"
25
25
"url" : " https://github.com/cliqz-oss/adblocker/issues"
26
26
},
27
27
"dependencies" : {
28
- "@cliqz/adblocker-puppeteer" : " ^1.26.8 " ,
28
+ "@cliqz/adblocker-puppeteer" : " ^1.26.9 " ,
29
29
"node-fetch" : " ^3.3.2" ,
30
30
"puppeteer" : " 21.3.8" ,
31
31
"ts-node" : " ^10.9.1"
You can’t perform that action at this time.
0 commit comments