@bendyline/squisq-cli 2.4.0 → 2.4.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
@@ -9,7 +9,7 @@ Third-party components remain under their respective license terms.
9
9
  | Package | Version | License | Repository |
10
10
  | --------------- | ------- | ---------- | --------------------------------------- |
11
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 |
12
+ | playwright-core | 1.61.1 | Apache-2.0 | https://github.com/microsoft/playwright |
13
13
 
14
14
  Copyright and complete license texts for these dependencies are included in
15
15
  their respective npm distributions and source repositories.
File without changes
package/dist/api.d.ts CHANGED
@@ -191,8 +191,7 @@ declare function framesToGifNativeBytes(ffmpegPath: string, frames: Uint8Array[]
191
191
  * Programmatic Rendered-Media API
192
192
  *
193
193
  * Provides library-style entry points for rendering Squisq documents to MP4
194
- * or animated GIF from Node.js callers (e.g., Qualla's pipeline). This avoids
195
- * the need to shell
194
+ * or animated GIF from Node.js callers. This avoids the need to shell
196
195
  * out to the `squisq video` CLI and gives callers full control over the Doc,
197
196
  * MemoryContentContainer, and encoding options.
198
197
  *
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
File without changes