@duckduckgo/autoconsent 6.1.0 → 6.1.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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.1.1 (Thu Sep 14 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update test site domain [#252](https://github.com/duckduckgo/autoconsent/pull/252) ([@sammacbeth](https://github.com/sammacbeth))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
10
+
11
+ ---
12
+
1
13
  # v6.1.0 (Tue Sep 12 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2023.8.22",
4
+ "version": "2023.9.12",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Autoconsent",
4
- "version": "2023.8.22",
4
+ "version": "2023.9.12",
5
5
  "background": {
6
6
  "service_worker": "background.bundle.js"
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckduckgo/autoconsent",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "",
5
5
  "main": "dist/autoconsent.cjs.js",
6
6
  "module": "dist/autoconsent.esm.js",
@@ -1,5 +1,5 @@
1
1
  import generateCMPTests from "../playwright/runner";
2
2
 
3
3
  generateCMPTests('Test page cosmetic CMP', [
4
- 'https://privacy-test-pages.glitch.me/features/autoconsent/banner.html'
4
+ 'https://privacy-test-pages.site/features/autoconsent/banner.html'
5
5
  ]);
@@ -1,5 +1,5 @@
1
1
  import generateCMPTests from "../playwright/runner";
2
2
 
3
3
  generateCMPTests('Test page CMP', [
4
- 'https://privacy-test-pages.glitch.me/features/autoconsent/'
4
+ 'https://privacy-test-pages.site/features/autoconsent/'
5
5
  ]);