@duckduckgo/autoconsent 16.29.0 → 16.30.0
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/CHANGELOG.md +15 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/rule-index.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.standalone.js +1 -1
- package/package.json +1 -1
- package/rules/autoconsent/bankmillennium-pl.json +26 -0
- package/rules/autoconsent/bibliotheek-nl.json +33 -0
- package/rules/autoconsent/r42-cookiebar.json +37 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/bankmillennium-pl.spec.ts +5 -0
- package/tests/bibliotheek-nl.spec.ts +3 -0
- package/tests/r42-cookiebar.spec.ts +7 -0
- package/tests-wtr/rules/cmp-test-urls.json +0 -2
- package/rules/generated/auto_NL_averoachmea.nl_fxj.json +0 -40
- package/rules/generated/auto_NL_centraalbeheer.nl_ooy.json +0 -40
- package/tests/generated/auto_NL_averoachmea.nl_fxj.spec.ts +0 -6
- package/tests/generated/auto_NL_centraalbeheer.nl_ooy.spec.ts +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v16.30.0 (Thu Aug 27 2026)
|
|
2
|
+
|
|
3
|
+
#### Rules
|
|
4
|
+
|
|
5
|
+
- Rule update: bankmillennium.pl [#1497](https://github.com/duckduckgo/autoconsent/pull/1497) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
6
|
+
- Rule update: bibliotheek-nl [#1498](https://github.com/duckduckgo/autoconsent/pull/1498) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
7
|
+
- Rule update: r42-cookiebar [#1499](https://github.com/duckduckgo/autoconsent/pull/1499) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
8
|
+
|
|
9
|
+
#### Authors: 2
|
|
10
|
+
|
|
11
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
12
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v16.29.0 (Wed Aug 26 2026)
|
|
2
17
|
|
|
3
18
|
#### Rules
|