@adguard/agtree
Version:
Tool set for working with adblock filter lists
18 lines (16 loc) • 575 B
JavaScript
/*
* AGTree v3.4.3 (build date: Thu, 11 Dec 2025 13:43:19 GMT)
* (c) 2025 Adguard Software Ltd.
* Released under the MIT license
* https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree#readme
*/
/**
* @file Binary schema version.
*/
/**
* Binary schema version.
* This version number is used to ensure that the binary format is compatible with the current library version.
* We increment this number if the serialized format changes in a way that is not backwards-compatible.
*/
const BINARY_SCHEMA_VERSION = 1;
export { BINARY_SCHEMA_VERSION };