@bendyline/squisq-react 2.3.0 → 2.3.1
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 +3 -3
- package/THIRD_PARTY_LICENSES.txt +4469 -0
- package/dist/squisq-player.full.global.js +326 -325
- package/dist/squisq-player.global.js +52 -51
- package/dist/standalone-source.js +1 -1
- package/dist/styles/index.d.ts +1 -0
- package/package.json +9 -5
package/NOTICE.md
CHANGED
|
@@ -14,6 +14,6 @@ Third-party components remain under their respective license terms.
|
|
|
14
14
|
| react-dom _(peer)_ | ^18.0.0 \|\| ^19.0.0 | MIT | https://github.com/facebook/react |
|
|
15
15
|
|
|
16
16
|
Mermaid is Copyright (c) 2014-2022 Knut Sveidqvist and is distributed under
|
|
17
|
-
the MIT License. Preact is used by the standalone browser bundles.
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
the MIT License. Preact is used by the standalone browser bundles. Exact
|
|
18
|
+
third-party license texts for the complete standalone bundle graph are shipped
|
|
19
|
+
in THIRD_PARTY_LICENSES.txt.
|