@uploadista/flow-videos-av-node 0.0.13-beta.4 → 0.0.13-beta.5

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @uploadista/flow-videos-av-node@0.0.13-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
3
+ > @uploadista/flow-videos-av-node@0.0.13-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
4
4
  > tsdown
5
5
 
6
6
  ℹ tsdown v0.16.0 powered by rolldown v1.0.0-beta.46
@@ -8,7 +8,7 @@
8
8
  ℹ entry: src/index.ts
9
9
  ℹ tsconfig: tsconfig.json
10
10
  ℹ Build start
11
- ℹ Cleaning 4 files
11
+ ℹ Cleaning 7 files
12
12
  ℹ [CJS] dist/index.cjs 7.60 kB │ gzip: 2.23 kB
13
13
  ℹ [CJS] 1 files, total: 7.60 kB
14
14
  ℹ [ESM] dist/index.mjs  7.22 kB │ gzip: 2.28 kB
@@ -19,4 +19,4 @@
19
19
  ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
20
20
  ℹ [CJS] dist/index.d.cts 3.39 kB │ gzip: 1.04 kB
21
21
  ℹ [CJS] 2 files, total: 4.28 kB
22
- ✔ Build complete in 7312ms
22
+ ✔ Build complete in 7892ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-videos-av-node",
3
3
  "type": "module",
4
- "version": "0.0.13-beta.4",
4
+ "version": "0.0.13-beta.5",
5
5
  "description": "FFmpeg video processing plugin for Uploadista Flow with av-node",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -17,13 +17,13 @@
17
17
  "node-av": "^3.1.3",
18
18
  "effect": "3.19.2",
19
19
  "zod": "4.1.12",
20
- "@uploadista/core": "0.0.13-beta.4"
20
+ "@uploadista/core": "0.0.13-beta.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/fluent-ffmpeg": "^2.1.28",
24
24
  "@types/node": "24.10.0",
25
25
  "tsdown": "0.16.0",
26
- "@uploadista/typescript-config": "0.0.13-beta.4"
26
+ "@uploadista/typescript-config": "0.0.13-beta.5"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsdown",