@quarto/jupyterlab-quarto 0.3.1 → 0.3.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.
@@ -91,7 +91,7 @@ MathJax = {
91
91
  };`;
92
92
  document.head.appendChild(configEl);
93
93
  const polyFillEl = document.createElement('script');
94
- polyFillEl.setAttribute('src', 'https://polyfill.io/v3/polyfill.min.js?features=es6');
94
+ polyFillEl.setAttribute('src', 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6');
95
95
  document.head.appendChild(polyFillEl);
96
96
  const scriptEl = document.createElement('script');
97
97
  scriptEl.id = mathjaxId;
@@ -104,7 +104,7 @@ MathJax = {
104
104
  }
105
105
  });
106
106
  /*
107
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
107
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
108
108
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
109
109
 
110
110
  */
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.1",
2
+ "version": "0.3.5",
3
3
  "name": "@quarto/jupyterlab-quarto",
4
4
  "description": "Jupyter extension to enable authoring of Quarto documents within Jupyterlab Notebooks.",
5
5
  "keywords": [