@bendyline/squisq-react 2.7.1 → 2.7.2
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/NOTICE.md +1 -1
- package/THIRD_PARTY_LICENSES.txt +2 -2
- package/dist/squisq-player.full.global.js +314 -314
- package/dist/squisq-player.global.js +1 -1
- package/dist/standalone-source.js +1 -1
- package/package.json +2 -2
package/NOTICE.md
CHANGED
|
@@ -9,7 +9,7 @@ Third-party components remain under their respective license terms.
|
|
|
9
9
|
| Package | Version | License | Repository |
|
|
10
10
|
| ----------------------------- | -------------------- | ----------------------------- | ------------------------------------------- |
|
|
11
11
|
| @fortawesome/fontawesome-free | 7.2.0 | CC-BY-4.0 AND OFL-1.1 AND MIT | https://github.com/FortAwesome/Font-Awesome |
|
|
12
|
-
| mermaid | 11.16.
|
|
12
|
+
| mermaid | 11.16.1 | MIT | https://github.com/mermaid-js/mermaid |
|
|
13
13
|
| preact _(bundled)_ | 10.29.0 | MIT | https://github.com/preactjs/preact |
|
|
14
14
|
| react _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
15
15
|
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
package/THIRD_PARTY_LICENSES.txt
CHANGED
|
@@ -100,7 +100,7 @@ COMPONENTS
|
|
|
100
100
|
- mdast-util-phrasing@4.1.0 (MIT); files: license
|
|
101
101
|
- mdast-util-to-markdown@2.1.2 (MIT); files: license
|
|
102
102
|
- mdast-util-to-string@4.0.0 (MIT); files: license
|
|
103
|
-
- mermaid@11.16.
|
|
103
|
+
- mermaid@11.16.1 (MIT); files: LICENSE
|
|
104
104
|
- micromark-core-commonmark@2.0.3 (MIT); files: license
|
|
105
105
|
- micromark-extension-directive@3.0.2 (MIT); files: license
|
|
106
106
|
- micromark-extension-frontmatter@2.0.0 (MIT); files: license
|
|
@@ -2985,7 +2985,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
2985
2985
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2986
2986
|
|
|
2987
2987
|
==============================================================================
|
|
2988
|
-
mermaid@11.16.
|
|
2988
|
+
mermaid@11.16.1 - LICENSE
|
|
2989
2989
|
==============================================================================
|
|
2990
2990
|
The MIT License (MIT)
|
|
2991
2991
|
|