chefcookie 2.8.4 → 2.8.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 +8 -1
- package/_build/script.js +1 -1
- package/chefcookie.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,14 @@ 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.8.
|
|
7
|
+
#### [2.8.4](https://github.com/vielhuber/chefcookie/compare/2.8.4...2.8.4)
|
|
8
|
+
|
|
9
|
+
#### [2.8.4](https://github.com/vielhuber/chefcookie/compare/2.8.3...2.8.4)
|
|
10
|
+
|
|
11
|
+
> 14 September 2023
|
|
12
|
+
|
|
13
|
+
- Add bypass_parameter option. [`cb3c72f`](https://github.com/vielhuber/chefcookie/commit/cb3c72f1feb6a1837ba963ccce7c2d5d3c2c0be7)
|
|
14
|
+
- Update changelog. [`19180a4`](https://github.com/vielhuber/chefcookie/commit/19180a4ba5da39762408fbcb9a1d6b0e79d25f1e)
|
|
8
15
|
|
|
9
16
|
#### [2.8.3](https://github.com/vielhuber/chefcookie/compare/2.8.2...2.8.3)
|
|
10
17
|
|
package/_build/script.js
CHANGED
|
@@ -901,7 +901,7 @@ var chefcookie = /*#__PURE__*/function () {
|
|
|
901
901
|
_script7.innerHTML = "\n _linkedin_partner_id = \"".concat(id, "\";\n window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\n window._linkedin_data_partner_ids.push(_linkedin_partner_id);\n ");
|
|
902
902
|
document.body.appendChild(_script7);
|
|
903
903
|
_script7 = document.createElement('script');
|
|
904
|
-
_script7.innerHTML = "\n (function(){var s = document.getElementsByTagName(\"script\")[0];\n var b = document.createElement(\"script\");\n b.type = \"text/javascript\";b.async = true;\n b.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\n s.parentNode.insertBefore(b, s);})();\n ";
|
|
904
|
+
_script7.innerHTML = "\n (function(l) {if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};\n window.lintrk.q=[]}\n var s = document.getElementsByTagName(\"script\")[0];\n var b = document.createElement(\"script\");\n b.type = \"text/javascript\";b.async = true;\n b.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\n s.parentNode.insertBefore(b, s);})(window.lintrk);\n ";
|
|
905
905
|
document.body.appendChild(_script7);
|
|
906
906
|
_script7 = document.createElement('noscript');
|
|
907
907
|
_script7.innerHTML = "\n <img height=\"1\" width=\"1\" style=\"display:none;\" alt=\"\" src=\"https://px.ads.linkedin.com/collect/?pid=".concat(id, "&fmt=gif\" />\n ");
|