@desmos-community/mathquill 2025.10.2-experimental → 2025.11.5-experimental

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,11 +19,11 @@ Add the following tags to your HTML:
19
19
 
20
20
  ```html
21
21
  <link rel="stylesheet"
22
- href="https://cdn.jsdelivr.net/npm/@desmos-community/mathquill@2025.10.2-experimental/dist/style.css"
22
+ href="https://cdn.jsdelivr.net/npm/@desmos-community/mathquill@2025.11.5-experimental/dist/style.css"
23
23
  integrity="sha384-EwTGPJ5T8P/KXJk/NW5ysp5Sp2u6Tv6HQZgViiSZBtUW4jGQW0JHIjLjAdD9qHMu"
24
24
  crossorigin="anonymous"
25
25
  referrerpolicy="no-referrer">
26
- <script src="https://cdn.jsdelivr.net/npm/@desmos-community/mathquill@2025.10.2-experimental/dist/index.global.js"
26
+ <script src="https://cdn.jsdelivr.net/npm/@desmos-community/mathquill@2025.11.5-experimental/dist/index.global.js"
27
27
  integrity="sha384-68W2d5gR7HrZcqqPjfvHjXIWPS4VCsLhgPu0UzFnYIqxlrif0JkyGvBMvr3TeP3q"
28
28
  crossorigin="anonymous"
29
29
  referrerpolicy="no-referrer"></script>
package/package.json CHANGED
@@ -23,5 +23,5 @@
23
23
  "./dist/index.global.js",
24
24
  "./style.css"
25
25
  ],
26
- "version": "2025.10.2-experimental"
26
+ "version": "2025.11.5-experimental"
27
27
  }