@ghostery/adblocker-content
Advanced tools
Comparing version 2.0.4 to 2.1.0
{ | ||
"name": "@ghostery/adblocker-content", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Ghostery adblocker library (content-scripts helpers)", | ||
@@ -55,3 +55,3 @@ "author": { | ||
"dependencies": { | ||
"@ghostery/adblocker-extended-selectors": "^2.0.4" | ||
"@ghostery/adblocker-extended-selectors": "^2.1.0" | ||
}, | ||
@@ -101,3 +101,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "3b2f0415461e945c453c5f7ecc44fdf5d64c2c61" | ||
"gitHead": "3d74a4bdc7e109bd494e1b7b525a64c47c4428e7" | ||
} |
@@ -22,5 +22,5 @@ <h1 align="center">@ghostery/adblocker-content</h2> | ||
<a href="https://github.com/ghostery/adblocker/actions?query=workflow%3ATests"> | ||
<img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/ghostery/adblocker/Tests?label=tests&style=flat-square"></a> | ||
<img alt="Github Actions Build Status" src="https://img.shields.io/github/actions/workflow/status/ghostery/adblocker/tests.yml?label=tests&style=flat-square"></a> | ||
<a href="https://github.com/ghostery/adblocker/actions?query=workflow%3Assets"> | ||
<img alt="Github Actions Assets Status" src="https://img.shields.io/github/workflow/status/ghostery/adblocker/Assets?label=assets&style=flat-square"></a> | ||
<img alt="Github Actions Assets Status" src="https://img.shields.io/github/actions/workflow/status/ghostery/adblocker/assets.yml?label=assets&style=flat-square"></a> | ||
<a href="https://twitter.com/acdlite/status/974390255393505280"> | ||
@@ -27,0 +27,0 @@ <img alt="Blazing Fast" src="https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg?style=flat-square"></a> |
83067