@adguard/filters-compiler 3.3.0 → 3.3.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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1605,7 +1605,7 @@ const RULES_SEPARATOR = '\r\n';
|
|
|
1605
1605
|
let filterIdsPool = [];
|
|
1606
1606
|
let metadataFilterIdsPool = [];
|
|
1607
1607
|
|
|
1608
|
-
const OPTIMIZED_PLATFORMS_LIST = ['ext_safari', 'android', 'ios'];
|
|
1608
|
+
const OPTIMIZED_PLATFORMS_LIST = ['ext_safari', 'android', 'ios', 'ext_android_cb'];
|
|
1609
1609
|
|
|
1610
1610
|
const PLATFORM_FILTERS_DIR = 'filters';
|
|
1611
1611
|
const FILTERS_METADATA_FILE_JSON = 'filters.json';
|
package/dist/index.js
CHANGED
|
@@ -1602,7 +1602,7 @@ const RULES_SEPARATOR = '\r\n';
|
|
|
1602
1602
|
let filterIdsPool = [];
|
|
1603
1603
|
let metadataFilterIdsPool = [];
|
|
1604
1604
|
|
|
1605
|
-
const OPTIMIZED_PLATFORMS_LIST = ['ext_safari', 'android', 'ios'];
|
|
1605
|
+
const OPTIMIZED_PLATFORMS_LIST = ['ext_safari', 'android', 'ios', 'ext_android_cb'];
|
|
1606
1606
|
|
|
1607
1607
|
const PLATFORM_FILTERS_DIR = 'filters';
|
|
1608
1608
|
const FILTERS_METADATA_FILE_JSON = 'filters.json';
|