@bendyline/squisq-video 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/THIRD_PARTY_LICENSES.txt +8 -0
- package/package.json +5 -4
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
THIRD-PARTY LICENSES FOR @bendyline/squisq-video
|
|
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
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bendyline/squisq-video",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Cross-runtime video and animated-GIF helpers with browser-based ffmpeg.wasm encoding for Squisq documents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Bendyline",
|
|
@@ -39,15 +39,16 @@
|
|
|
39
39
|
"dist",
|
|
40
40
|
"!dist/**/*.map",
|
|
41
41
|
"LICENSE",
|
|
42
|
-
"NOTICE.md"
|
|
42
|
+
"NOTICE.md",
|
|
43
|
+
"THIRD_PARTY_LICENSES.txt"
|
|
43
44
|
],
|
|
44
45
|
"scripts": {
|
|
45
|
-
"build": "tsup && node ../../scripts/remove-empty-chunks.mjs dist",
|
|
46
|
+
"build": "tsup && node ../../scripts/generate-bundle-licenses.mjs . && node ../../scripts/remove-empty-chunks.mjs dist",
|
|
46
47
|
"dev": "concurrently -n js,dts -c blue,gray -r \"tsup --watch --no-dts --no-clean\" \"tsup --watch --dts-only --no-clean\"",
|
|
47
48
|
"typecheck": "tsc --noEmit"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@bendyline/squisq": "2.3.
|
|
51
|
+
"@bendyline/squisq": "2.3.1",
|
|
51
52
|
"@ffmpeg/ffmpeg": "0.12.15",
|
|
52
53
|
"@ffmpeg/util": "0.12.2"
|
|
53
54
|
},
|