@quarto/jupyterlab-quarto 0.3.2 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.2",
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": [