@uploadista/flow-videos-av-node 0.0.20-beta.4 → 0.0.20-beta.6

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,5 +1,5 @@
1
1
 
2
- > @uploadista/flow-videos-av-node@0.0.20-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
2
+ > @uploadista/flow-videos-av-node@0.0.20-beta.5 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
@@ -10,13 +10,13 @@
10
10
  ℹ Cleaning 7 files
11
11
  ℹ [CJS] dist/index.cjs 14.08 kB │ gzip: 3.35 kB
12
12
  ℹ [CJS] 1 files, total: 14.08 kB
13
- ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
14
- ℹ [CJS] dist/index.d.cts 3.39 kB │ gzip: 1.04 kB
15
- ℹ [CJS] 2 files, total: 4.28 kB
16
- ✔ Build complete in 3232ms
17
13
  ℹ [ESM] dist/index.mjs 13.40 kB │ gzip: 3.36 kB
18
14
  ℹ [ESM] dist/index.mjs.map 61.55 kB │ gzip: 9.93 kB
19
15
  ℹ [ESM] dist/index.d.mts.map  0.88 kB │ gzip: 0.47 kB
20
16
  ℹ [ESM] dist/index.d.mts  3.39 kB │ gzip: 1.04 kB
21
17
  ℹ [ESM] 4 files, total: 79.23 kB
22
- ✔ Build complete in 3240ms
18
+ ✔ Build complete in 1813ms
19
+ ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
20
+ ℹ [CJS] dist/index.d.cts 3.39 kB │ gzip: 1.04 kB
21
+ ℹ [CJS] 2 files, total: 4.28 kB
22
+ ✔ Build complete in 1818ms
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.20-beta.4",
4
+ "version": "0.0.20-beta.6",
5
5
  "description": "FFmpeg video processing plugin for Uploadista Flow with av-node",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "node-av": "5.0.2",
18
- "@uploadista/observability": "0.0.20-beta.4",
19
- "@uploadista/core": "0.0.20-beta.4"
18
+ "@uploadista/core": "0.0.20-beta.6",
19
+ "@uploadista/observability": "0.0.20-beta.6"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -29,7 +29,7 @@
29
29
  "tsdown": "0.17.2",
30
30
  "vitest": "4.0.15",
31
31
  "zod": "4.1.13",
32
- "@uploadista/typescript-config": "0.0.20-beta.4"
32
+ "@uploadista/typescript-config": "0.0.20-beta.6"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown",