@speedkit/cli 2.76.2 → 2.77.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.77.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.76.2...v2.77.0) (2025-02-07)
2
+
3
+
4
+ ### Features
5
+
6
+ * **onboarding:** create compatibility for videoPoster in docHandlerLocalMode ([2c35494](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/2c3549499e79ea7a1ae323ff02c1258900b2a7d5))
7
+
1
8
  ## [2.76.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.76.1...v2.76.2) (2025-02-05)
2
9
 
3
10
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @speedkit/cli
21
21
  $ sk COMMAND
22
22
  running command...
23
23
  $ sk (--version)
24
- @speedkit/cli/2.76.2 linux-x64 node-v20.18.2
24
+ @speedkit/cli/2.77.0 linux-x64 node-v20.18.2
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -175,6 +175,7 @@ class DocumentHandlerServer {
175
175
  URL: URL,
176
176
  fetch: this.createFetchMock(),
177
177
  Buffer: Buffer,
178
+ Blob: Blob,
178
179
  };
179
180
  if (this.verboseLevel) {
180
181
  context["console"] = console;
@@ -712,5 +712,5 @@
712
712
  ]
713
713
  }
714
714
  },
715
- "version": "2.76.2"
715
+ "version": "2.77.0"
716
716
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.76.2",
4
+ "version": "2.77.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"
@@ -81,6 +81,7 @@
81
81
  "dom-serializer": "2.0.0",
82
82
  "domhandler": "5.0.3",
83
83
  "domutils": "^3.1",
84
+ "fluent-ffmpeg": "^2.1.3",
84
85
  "dotenv": "^16.4.7",
85
86
  "extract-zip": "^2.0.1",
86
87
  "fs-extra": "^11.2.0",