@cliqz/adblocker
Advanced tools
Comparing version 1.30.0 to 1.30.1
@@ -23,3 +23,3 @@ /*! | ||
import PreprocessorBucket from './bucket/preprocessor.js'; | ||
export declare const ENGINE_VERSION = 657; | ||
export declare const ENGINE_VERSION = 661; | ||
export interface BlockingResponse { | ||
@@ -26,0 +26,0 @@ match: boolean; |
@@ -50,3 +50,3 @@ "use strict"; | ||
const preprocessor_js_2 = __importDefault(require("./bucket/preprocessor.js")); | ||
exports.ENGINE_VERSION = 657; | ||
exports.ENGINE_VERSION = 661; | ||
function shouldApplyHideException(filters) { | ||
@@ -53,0 +53,0 @@ if (filters.length === 0) { |
@@ -23,3 +23,3 @@ /*! | ||
import PreprocessorBucket from './bucket/preprocessor.js'; | ||
export declare const ENGINE_VERSION = 657; | ||
export declare const ENGINE_VERSION = 661; | ||
export interface BlockingResponse { | ||
@@ -26,0 +26,0 @@ match: boolean; |
@@ -21,3 +21,3 @@ /*! | ||
import PreprocessorBucket from './bucket/preprocessor.js'; | ||
export const ENGINE_VERSION = 657; | ||
export const ENGINE_VERSION = 661; | ||
function shouldApplyHideException(filters) { | ||
@@ -24,0 +24,0 @@ if (filters.length === 0) { |
{ | ||
"name": "@cliqz/adblocker", | ||
"version": "1.30.0", | ||
"version": "1.30.1", | ||
"description": "Ghostery adblocker library", | ||
@@ -119,12 +119,12 @@ "author": { | ||
"dependencies": { | ||
"@cliqz/adblocker-content": "^1.30.0", | ||
"@cliqz/adblocker-extended-selectors": "^1.30.0", | ||
"@cliqz/adblocker-content": "^1.30.1", | ||
"@cliqz/adblocker-extended-selectors": "^1.30.1", | ||
"@remusao/guess-url-type": "^1.3.0", | ||
"@remusao/small": "^1.2.1", | ||
"@remusao/smaz": "^1.9.1", | ||
"@types/chrome": "^0.0.268", | ||
"@types/chrome": "^0.0.269", | ||
"@types/firefox-webext-browser": "^120.0.0", | ||
"tldts-experimental": "^6.0.14" | ||
}, | ||
"gitHead": "2f37bd5abc1e7874036cabc19dfe3744417ee6b9" | ||
"gitHead": "a1e9517d001a297be4b827684ca21aa24c237ee4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
+ Added@types/chrome@0.0.269(transitive)
- Removed@types/chrome@0.0.268(transitive)
Updated@types/chrome@^0.0.269