@bendyline/squisq-video-react 2.2.0 → 2.2.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 CHANGED
@@ -36,4 +36,5 @@ that package version:
36
36
  - https://ffmpegwasm.netlify.app/docs/contribution/core/
37
37
 
38
38
  mp4-muxer is bundled as a private runtime implementation detail so its legacy
39
- global WebCodecs declaration dependencies are not installed for consumers.
39
+ global WebCodecs declaration dependencies are not installed for consumers. Its
40
+ exact license text is shipped in THIRD_PARTY_LICENSES.txt.
@@ -0,0 +1,60 @@
1
+ THIRD-PARTY LICENSES FOR @bendyline/squisq-video-react
2
+
3
+ Generated from the actual esbuild input graph. Package-local license, copying,
4
+ and notice files are reproduced verbatim. When an npm tarball omits its
5
+ repository license, the pinned upstream copy is vendored and identified below.
6
+
7
+ COMPONENTS
8
+ - @ffmpeg/ffmpeg@0.12.15 (MIT); files: VENDORED-ffmpeg-wasm-0.12.15.txt
9
+ - mp4-muxer@5.2.2 (MIT); files: LICENSE
10
+
11
+ ==============================================================================
12
+ @ffmpeg/ffmpeg@0.12.15 - VENDORED-ffmpeg-wasm-0.12.15.txt
13
+ ==============================================================================
14
+ MIT License
15
+
16
+ Copyright (c) 2019 Jerome Wu
17
+
18
+ Permission is hereby granted, free of charge, to any person obtaining a copy
19
+ of this software and associated documentation files (the "Software"), to deal
20
+ in the Software without restriction, including without limitation the rights
21
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22
+ copies of the Software, and to permit persons to whom the Software is
23
+ furnished to do so, subject to the following conditions:
24
+
25
+ The above copyright notice and this permission notice shall be included in all
26
+ copies or substantial portions of the Software.
27
+
28
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34
+ SOFTWARE.
35
+
36
+ ==============================================================================
37
+ mp4-muxer@5.2.2 - LICENSE
38
+ ==============================================================================
39
+ MIT License
40
+
41
+ Copyright (c) 2023 Vanilagy
42
+
43
+ Permission is hereby granted, free of charge, to any person obtaining a copy
44
+ of this software and associated documentation files (the "Software"), to deal
45
+ in the Software without restriction, including without limitation the rights
46
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
+ copies of the Software, and to permit persons to whom the Software is
48
+ furnished to do so, subject to the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be included in all
51
+ copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
59
+ SOFTWARE.
60
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/squisq-video-react",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "React components for browser-based MP4 and animated-GIF export of Squisq documents",
5
5
  "license": "MIT",
6
6
  "author": "Bendyline",
@@ -52,10 +52,11 @@
52
52
  "!dist/**/*.map",
53
53
  "LICENSE",
54
54
  "NOTICE.md",
55
+ "THIRD_PARTY_LICENSES.txt",
55
56
  "COPYING.GPL-2.0.txt"
56
57
  ],
57
58
  "scripts": {
58
- "build": "tsup && node ../../scripts/remove-empty-chunks.mjs dist",
59
+ "build": "tsup && node ../../scripts/generate-bundle-licenses.mjs . && node ../../scripts/remove-empty-chunks.mjs dist",
59
60
  "dev": "concurrently -n js,dts -c blue,gray -r \"tsup --watch --no-dts --no-clean\" \"tsup --watch --dts-only --no-clean\"",
60
61
  "typecheck": "tsc --noEmit"
61
62
  },
@@ -64,9 +65,9 @@
64
65
  "react-dom": "^18.0.0 || ^19.0.0"
65
66
  },
66
67
  "dependencies": {
67
- "@bendyline/squisq": "2.3.0",
68
- "@bendyline/squisq-video": "2.2.0",
69
- "@bendyline/squisq-react": "2.3.0",
68
+ "@bendyline/squisq": "2.3.1",
69
+ "@bendyline/squisq-video": "2.2.1",
70
+ "@bendyline/squisq-react": "2.3.1",
70
71
  "@ffmpeg/core": "0.12.9",
71
72
  "@ffmpeg/ffmpeg": "0.12.15",
72
73
  "@ffmpeg/util": "0.12.2",