desy-html 10.0.0 → 10.0.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/docs/index.html CHANGED
@@ -38,6 +38,10 @@
38
38
 
39
39
  <h2>Changelog (English)</h2>
40
40
  <p>What's new in the latest version of desy-html</p>
41
+ <h3>v.10.0.1</h3>
42
+ <ul class="text-sm">
43
+ <li>Fixed cally not loading in templates.</li>
44
+ </ul>
41
45
  <h3>v.10.0.0</h3>
42
46
  <ul class="text-sm">
43
47
  <li>Updated to Node v20.14.0 and Npm v10.8.1. Audit fix --save to update dependencies to latest.</li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-html",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "desy-html contains the code you need to start building a user interface for Gobierno de Aragón government webapps.",
5
5
  "type": "module",
6
6
  "author": {
@@ -24,6 +24,7 @@
24
24
  }
25
25
  }
26
26
  </script>
27
+ <script type="module" src="js/cally.js"></script>
27
28
  <script src="js/popper.min.js"></script>
28
29
  <script src="js/tippy-bundle.umd.min.js"></script>
29
30
  <script type="module" src="js/index.js"></script>
@@ -1,4 +1,5 @@
1
1
  <!-- page.foot -->
2
+ <script type="module" src="js/cally.js"></script>
2
3
  <script src="js/popper.min.js"></script>
3
4
  <script src="js/tippy-bundle.umd.min.js"></script>
4
5
  <script type="module" src="js/index.js"></script>