@eui/tools 6.12.43 → 6.12.44

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.
@@ -1 +1 @@
1
- 6.12.43
1
+ 6.12.44
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.12.44 (2023-08-17)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted injection of piwik script for sedia remotes - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([26c926dd](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/26c926dd88f27fd5da414fa41f746473a48e794f))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.12.43 (2023-08-17)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.12.43",
3
+ "version": "6.12.44",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -5,7 +5,7 @@
5
5
  <base href="/">
6
6
  <script defer src="https://europa.eu/webtools/load.js" type="text/javascript"></script>
7
7
  <!--Used for analytics-->
8
- <script type="application/json">
8
+ <!-- <script type="application/json">
9
9
  {
10
10
  "utility": "piwik",
11
11
  "siteID": 237,
@@ -14,7 +14,7 @@
14
14
  "siteSection": "info classFundingTenders opportunities",
15
15
  "mode": "manual"
16
16
  }
17
- </script>
17
+ </script> -->
18
18
  </head>
19
19
  <body>
20
20
  </body>