@duckduckgo/autoconsent 10.0.0 → 10.2.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 +36 -0
- package/data/coverage.json +897 -965
- package/dist/addon-firefox/background.bundle.js +7 -1
- package/dist/addon-firefox/content.bundle.js +12 -6
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +6 -6
- package/dist/addon-mv3/background.bundle.js +7 -1
- package/dist/addon-mv3/content.bundle.js +12 -6
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +6 -6
- package/dist/autoconsent.cjs.js +12 -6
- package/dist/autoconsent.esm.js +12 -6
- package/dist/autoconsent.playwright.js +1 -1
- package/dist/autoconsent.unit.js +18 -12
- package/lib/cmps/onetrust.ts +5 -5
- package/lib/eval-snippets.ts +6 -1
- package/package.json +2 -2
- package/rules/autoconsent/cc-banner-springer.json +1 -1
- package/rules/autoconsent/sirdata.json +4 -3
- package/rules/rules.json +6 -6
- package/tests/onetrust.spec.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# v10.2.0 (Tue Mar 05 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: support coca-cola.com using OneTrust [#376](https://github.com/duckduckgo/autoconsent/pull/376) ([@seia-soto](https://github.com/seia-soto))
|
|
6
|
+
|
|
7
|
+
#### 🔩 Dependency Updates
|
|
8
|
+
|
|
9
|
+
- Bump the dev-dependencies group with 4 updates [#385](https://github.com/duckduckgo/autoconsent/pull/385) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
10
|
+
|
|
11
|
+
#### Authors: 2
|
|
12
|
+
|
|
13
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
14
|
+
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# v10.1.0 (Tue Mar 05 2024)
|
|
19
|
+
|
|
20
|
+
#### 🚀 Enhancement
|
|
21
|
+
|
|
22
|
+
- Sirdata fix [#379](https://github.com/duckduckgo/autoconsent/pull/379) ([@sammacbeth](https://github.com/sammacbeth) [@muodov](https://github.com/muodov))
|
|
23
|
+
|
|
24
|
+
#### 🐛 Bug Fix
|
|
25
|
+
|
|
26
|
+
- Fix a US popup on nature.com [#384](https://github.com/duckduckgo/autoconsent/pull/384) ([@muodov](https://github.com/muodov))
|
|
27
|
+
- Monthly Coverage data update [#383](https://github.com/duckduckgo/autoconsent/pull/383) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
28
|
+
|
|
29
|
+
#### Authors: 3
|
|
30
|
+
|
|
31
|
+
- Dax the Deployer (dax@duckduckgo.com)
|
|
32
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
33
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
# v10.0.0 (Fri Mar 01 2024)
|
|
2
38
|
|
|
3
39
|
#### 💥 Breaking Change
|