@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 CHANGED
@@ -6,14 +6,10 @@ Third-party components remain under their respective license terms.
6
6
 
7
7
  ## Runtime dependencies
8
8
 
9
- | Package | Version | License | Repository |
10
- | ------------------------- | ------- | ---------- | --------------------------------------- |
11
- | @bendyline/squisq | 2.1.0 | MIT | https://github.com/bendyline/squisq |
12
- | @bendyline/squisq-formats | 2.1.0 | MIT | https://github.com/bendyline/squisq |
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](../../docs/API.md#bendylinesquisq-cli) for all types and options.
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