@jsenv/core 28.6.0 → 29.0.0

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.
@@ -314,7 +314,7 @@ h4 {
314
314
  </section>
315
315
  </article>
316
316
  </div>
317
- <script>
317
+ <script no-supervisor="">
318
318
  // eslint-disable-next-line no-undef
319
319
  const { rootDirectoryUrl, groups, files } = SERVER_PARAMS
320
320
 
@@ -428,7 +428,7 @@ h4 {
428
428
 
429
429
  document.querySelector("main").appendChild(fileListElement)
430
430
  </script>
431
- <script>
431
+ <script no-supervisor="">
432
432
  // make menu scrollable
433
433
  const getMenuWrapperSize = () => {
434
434
  return document.querySelector(".menu-wrapper").getBoundingClientRect()