@uploadista/flow-videos-av-node 0.1.0-beta.5 → 0.1.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.
@@ -1,24 +1,22 @@
1
-
2
- 
3
- > @uploadista/flow-videos-av-node@0.1.0-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
4
- > tsc --noEmit && tsdown
5
-
6
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
7
- ℹ config file: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ target: es2022
10
- ℹ tsconfig: tsconfig.json
11
- ℹ Build start
12
- ℹ Cleaning 7 files
13
- ℹ [CJS] dist/index.cjs 16.47 kB │ gzip: 3.91 kB
14
- ℹ [CJS] 1 files, total: 16.47 kB
15
- ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
16
- ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
17
- ℹ [CJS] 2 files, total: 4.25 kB
18
- ✔ Build complete in 6525ms
19
- ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
20
- ℹ [ESM] dist/index.mjs.map 61.77 kB │ gzip: 9.88 kB
21
- ℹ [ESM] dist/index.d.mts.map  0.88 kB │ gzip: 0.47 kB
22
- ℹ [ESM] dist/index.d.mts  3.37 kB │ gzip: 1.05 kB
23
- ℹ [ESM] 4 files, total: 81.81 kB
24
- ✔ Build complete in 6536ms
1
+
2
+ > @uploadista/flow-videos-av-node@0.1.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
3
+ > tsc --noEmit && tsdown
4
+
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
+ ℹ config file: /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ target: es2022
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ [CJS] dist/index.cjs 16.47 kB │ gzip: 3.91 kB
12
+ ℹ [CJS] 1 files, total: 16.47 kB
13
+ ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
14
+ ℹ [ESM] dist/index.mjs.map 61.77 kB │ gzip: 9.88 kB
15
+ ℹ [ESM] dist/index.d.mts.map  0.88 kB │ gzip: 0.47 kB
16
+ ℹ [ESM] dist/index.d.mts  3.37 kB │ gzip: 1.05 kB
17
+ ℹ [ESM] 4 files, total: 81.81 kB
18
+ ✔ Build complete in 31928ms
19
+ ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
20
+ ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
21
+ ℹ [CJS] 2 files, total: 4.25 kB
22
+ ✔ Build complete in 31954ms
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.1.0-beta.5",
4
+ "version": "0.1.0",
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.3",
18
- "@uploadista/observability": "0.1.0-beta.5",
19
- "@uploadista/core": "0.1.0-beta.5"
18
+ "@uploadista/core": "0.1.0",
19
+ "@uploadista/observability": "0.1.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -29,7 +29,7 @@
29
29
  "tsdown": "0.19.0",
30
30
  "vitest": "4.0.17",
31
31
  "zod": "4.3.5",
32
- "@uploadista/typescript-config": "0.1.0-beta.5"
32
+ "@uploadista/typescript-config": "0.1.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @uploadista/flow-videos-av-node@0.1.0-beta.2 check /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
4
- > biome check --write ./src
5
-
6
- Checked 7 files in 184ms. No fixes applied.
@@ -1,50 +0,0 @@
1
-
2
- 
3
- > @uploadista/flow-videos-av-node@0.1.0-beta.2 test /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v4.0.17 /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/av-node
8
-
9
- [?2026h
10
-  Test Files 0 passed (1)
11
-  Tests 0 passed (0)
12
-  Start at 16:43:56
13
-  Duration 915ms
14
- [?2026l[?2026h
15
-  ❯ tests/video-plugin.test.ts [queued]
16
-
17
-  Test Files 0 passed (1)
18
-  Tests 0 passed (0)
19
-  Start at 16:43:56
20
-  Duration 1.22s
21
- [?2026l[?2026h
22
-  ❯ tests/video-plugin.test.ts 0/11
23
-
24
-  Test Files 0 passed (1)
25
-  Tests 0 passed (11)
26
-  Start at 16:43:56
27
-  Duration 1.52s
28
- [?2026l ↓ tests/video-plugin.test.ts (11 tests | 11 skipped)
29
- ↓ AV-Node Video Plugin (11)
30
- ↓ Video processing (5)
31
- ↓ should transcode video to different format
32
- ↓ should resize video dimensions
33
- ↓ should adjust video bitrate
34
- ↓ should extract audio from video
35
- ↓ should generate video thumbnails
36
- ↓ Video metadata (3)
37
- ↓ should read video duration
38
- ↓ should read video codec information
39
- ↓ should read video resolution
40
- ↓ Error handling (3)
41
- ↓ should handle unsupported formats
42
- ↓ should handle corrupted video files
43
- ↓ should timeout on very large files
44
-
45
-  Test Files  1 skipped (1)
46
-  Tests  11 todo (11)
47
-  Start at  16:43:56
48
-  Duration  1.57s (transform 209ms, setup 0ms, import 325ms, tests 0ms, environment 0ms)
49
-
50
- [?25h