@duckduckgo/autoconsent 10.11.0 → 10.12.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 +20 -0
- package/data/coverage.json +1064 -1166
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +67 -0
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +67 -0
- package/dist/autoconsent.playwright.js +1 -1
- package/dist/autoconsent.unit.js +67 -0
- package/package.json +1 -1
- package/rules/autoconsent/acris.json +38 -0
- package/rules/autoconsent/check24-partnerprogramm-de.json +27 -0
- package/rules/rules.json +67 -0
- package/tests/arcris.spec.ts +6 -0
- package/tests/check24-partnerprogramm-de.spec.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v10.12.0 (Tue Jul 23 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Support check24-partnerprogramm.de [#465](https://github.com/duckduckgo/autoconsent/pull/465) ([@seia-soto](https://github.com/seia-soto))
|
|
6
|
+
- Support Acris CMP [#464](https://github.com/duckduckgo/autoconsent/pull/464) ([@seia-soto](https://github.com/seia-soto) [@muodov](https://github.com/muodov))
|
|
7
|
+
|
|
8
|
+
#### 🐛 Bug Fix
|
|
9
|
+
|
|
10
|
+
- Monthly Coverage data update [#463](https://github.com/duckduckgo/autoconsent/pull/463) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
11
|
+
|
|
12
|
+
#### Authors: 4
|
|
13
|
+
|
|
14
|
+
- Dax the Deployer (dax@duckduckgo.com)
|
|
15
|
+
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))
|
|
16
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
17
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v10.11.0 (Mon Jul 01 2024)
|
|
2
22
|
|
|
3
23
|
#### 🚀 Enhancement
|