chefcookie 2.7.3 → 2.7.5
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 -1
- package/_build/script.js +1 -1
- package/chefcookie.min.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
#### [2.7.
|
|
7
|
+
#### [2.7.4](https://github.com/vielhuber/chefcookie/compare/2.7.4...2.7.4)
|
|
8
|
+
|
|
9
|
+
#### [2.7.4](https://github.com/vielhuber/chefcookie/compare/2.7.3...2.7.4)
|
|
10
|
+
|
|
11
|
+
> 2 November 2022
|
|
12
|
+
|
|
13
|
+
- Move babel polyfill from dev dependencies to dependencies. [`9a976a0`](https://github.com/vielhuber/chefcookie/commit/9a976a00fd6134a728710503d2b1441ffae94be1)
|
|
14
|
+
- Update changelog. [`013f951`](https://github.com/vielhuber/chefcookie/commit/013f951636768aac8e255b2e28b26e5de5296bfb)
|
|
15
|
+
|
|
16
|
+
#### [2.7.3](https://github.com/vielhuber/chefcookie/compare/2.7.2...2.7.3)
|
|
17
|
+
|
|
18
|
+
> 17 October 2022
|
|
19
|
+
|
|
20
|
+
- Update dependencies. [`bc90d8b`](https://github.com/vielhuber/chefcookie/commit/bc90d8be421ab603ca9af6bc53f821b021059f25)
|
|
21
|
+
- Update changelog. [`3f3221d`](https://github.com/vielhuber/chefcookie/commit/3f3221d254c3eb8e7708c8af9af76e4c91ff9006)
|
|
8
22
|
|
|
9
23
|
#### [2.7.2](https://github.com/vielhuber/chefcookie/compare/2.7.1...2.7.2)
|
|
10
24
|
|
package/_build/script.js
CHANGED
|
@@ -927,7 +927,7 @@ var chefcookie = /*#__PURE__*/function () {
|
|
|
927
927
|
_script10.setAttribute('data-block-cookies', 'true');
|
|
928
928
|
_script10.setAttribute('data-respect-dnt', 'true');
|
|
929
929
|
_script10.setAttribute('data-secure-code', id);
|
|
930
|
-
_script10.src = '//
|
|
930
|
+
_script10.src = '//code.etracker.com/code/e.js';
|
|
931
931
|
document.head.appendChild(_script10);
|
|
932
932
|
}
|
|
933
933
|
if (provider === 'matomo') {
|