@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 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';
package/package.json CHANGED
@@ -59,7 +59,7 @@
59
59
  "typescript": "6.0.3",
60
60
  "vitest": "3.0.5"
61
61
  },
62
- "version": "3.3.0",
62
+ "version": "3.3.1",
63
63
  "scripts": {
64
64
  "prebuild": "rimraf dist",
65
65
  "build": "rollup --config rollup.config.js --silent",