@bendyline/squisq-cli 2.2.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 +4 -8
- package/README.md +1 -1
- package/THIRD_PARTY_LICENSES.txt +4471 -0
- package/dist/{api-5SX73ZKT.js → api-L5AORQHA.js} +1 -1
- package/dist/api.js +15 -6
- package/dist/{chunk-GYHQHKO5.js → chunk-TPODSM5L.js} +17 -8
- package/dist/index.js +39 -20
- package/dist/squisq-player.global.js +574 -0
- package/package.json +10 -7
package/NOTICE.md
CHANGED
|
@@ -6,14 +6,10 @@ Third-party components remain under their respective license terms.
|
|
|
6
6
|
|
|
7
7
|
## Runtime dependencies
|
|
8
8
|
|
|
9
|
-
| Package
|
|
10
|
-
|
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
| @bendyline/squisq-react | 2.1.0 | MIT | https://github.com/bendyline/squisq |
|
|
14
|
-
| @bendyline/squisq-video | 2.0.2 | MIT | https://github.com/bendyline/squisq |
|
|
15
|
-
| commander | 12.1.0 | MIT | https://github.com/tj/commander.js |
|
|
16
|
-
| playwright-core | 1.58.2 | Apache-2.0 | https://github.com/microsoft/playwright |
|
|
9
|
+
| Package | Version | License | Repository |
|
|
10
|
+
| --------------- | ------- | ---------- | --------------------------------------- |
|
|
11
|
+
| commander | 12.1.0 | MIT | https://github.com/tj/commander.js |
|
|
12
|
+
| playwright-core | 1.58.2 | Apache-2.0 | https://github.com/microsoft/playwright |
|
|
17
13
|
|
|
18
14
|
Copyright and complete license texts for these dependencies are included in
|
|
19
15
|
their respective npm distributions and source repositories.
|
package/README.md
CHANGED
|
@@ -248,7 +248,7 @@ await extractThumbnails({
|
|
|
248
248
|
- `MemoryContentContainer` (re-export from `@bendyline/squisq/storage`)
|
|
249
249
|
- `VideoQuality`, `VideoOrientation` types (re-exports from `@bendyline/squisq-video`)
|
|
250
250
|
|
|
251
|
-
See the full [API Reference](
|
|
251
|
+
See the full [API Reference](https://github.com/bendyline/squisq/blob/main/docs/API.md#bendylinesquisq-cli) for all types and options.
|
|
252
252
|
|
|
253
253
|
## Related Packages
|
|
254
254
|
|