@uploadista/flow-videos-nodes 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,23 +1,21 @@
1
-
2
- 
3
- > @uploadista/flow-videos-nodes@0.1.0-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
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/nodes/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 7 files
12
- ℹ [CJS] dist/index.cjs 5.29 kB │ gzip: 1.60 kB
13
- ℹ [CJS] 1 files, total: 5.29 kB
14
- ℹ [ESM] dist/index.mjs  4.91 kB │ gzip: 1.62 kB
15
- ℹ [ESM] dist/index.mjs.map 26.39 kB │ gzip: 5.07 kB
16
- ℹ [ESM] dist/index.d.mts.map  2.51 kB │ gzip: 0.78 kB
17
- ℹ [ESM] dist/index.d.mts 13.70 kB │ gzip: 2.07 kB
18
- ℹ [ESM] 4 files, total: 47.51 kB
19
- ✔ Build complete in 5066ms
20
- ℹ [CJS] dist/index.d.cts.map  2.51 kB │ gzip: 0.78 kB
21
- ℹ [CJS] dist/index.d.cts 13.70 kB │ gzip: 2.07 kB
22
- ℹ [CJS] 2 files, total: 16.21 kB
23
- ✔ Build complete in 5067ms
1
+
2
+ > @uploadista/flow-videos-nodes@0.1.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/nodes
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/nodes/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ [CJS] dist/index.cjs 5.29 kB │ gzip: 1.60 kB
11
+ ℹ [CJS] 1 files, total: 5.29 kB
12
+ ℹ [ESM] dist/index.mjs  4.91 kB │ gzip: 1.62 kB
13
+ ℹ [ESM] dist/index.mjs.map 26.39 kB │ gzip: 5.07 kB
14
+ ℹ [ESM] dist/index.d.mts.map  2.51 kB │ gzip: 0.78 kB
15
+ ℹ [ESM] dist/index.d.mts 13.70 kB │ gzip: 2.07 kB
16
+ ℹ [ESM] 4 files, total: 47.51 kB
17
+ ✔ Build complete in 28446ms
18
+ ℹ [CJS] dist/index.d.cts.map  2.51 kB │ gzip: 0.78 kB
19
+ ℹ [CJS] dist/index.d.cts 13.70 kB │ gzip: 2.07 kB
20
+ ℹ [CJS] 2 files, total: 16.21 kB
21
+ ✔ Build complete in 28468ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-videos-nodes",
3
3
  "type": "module",
4
- "version": "0.1.0-beta.5",
4
+ "version": "0.1.0",
5
5
  "description": "Video processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@uploadista/core": "0.1.0-beta.5"
17
+ "@uploadista/core": "0.1.0"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "effect": "^3.0.0",
@@ -27,7 +27,7 @@
27
27
  "tsdown": "0.19.0",
28
28
  "vitest": "4.0.17",
29
29
  "zod": "4.3.5",
30
- "@uploadista/typescript-config": "0.1.0-beta.5"
30
+ "@uploadista/typescript-config": "0.1.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsc --noEmit && tsdown",
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @uploadista/flow-videos-nodes@0.1.0-beta.2 check /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
4
- > biome check --write ./src
5
-
6
- Checked 6 files in 251ms. No fixes applied.
@@ -1,150 +0,0 @@
1
-
2
- 
3
- > @uploadista/flow-videos-nodes@0.1.0-beta.2 test /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v4.0.17 /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
8
-
9
- [?2026h
10
-  Test Files 0 passed (1)
11
-  Tests 0 passed (0)
12
-  Start at 16:51:02
13
-  Duration 924ms
14
- [?2026l[?2026h
15
-  ❯ tests/video-nodes.test.ts [queued]
16
-
17
-  Test Files 0 passed (1)
18
-  Tests 0 passed (0)
19
-  Start at 16:51:02
20
-  Duration 1.33s
21
- [?2026l[?2026h
22
-  ❯ tests/video-nodes.test.ts [queued]
23
-
24
-  Test Files 0 passed (1)
25
-  Tests 0 passed (0)
26
-  Start at 16:51:02
27
-  Duration 1.93s
28
- [?2026l[?2026h
29
-  ❯ tests/video-nodes.test.ts [queued]
30
-
31
-  Test Files 0 passed (1)
32
-  Tests 0 passed (0)
33
-  Start at 16:51:02
34
-  Duration 2.90s
35
- [?2026l[?2026h
36
-  ❯ tests/video-nodes.test.ts [queued]
37
-
38
-  Test Files 0 passed (1)
39
-  Tests 0 passed (0)
40
-  Start at 16:51:02
41
-  Duration 3.91s
42
- [?2026l[?2026h
43
-  ❯ tests/video-nodes.test.ts [queued]
44
-
45
-  Test Files 0 passed (1)
46
-  Tests 0 passed (0)
47
-  Start at 16:51:02
48
-  Duration 4.93s
49
- [?2026l[?2026h
50
-  ❯ tests/video-nodes.test.ts [queued]
51
-
52
-  Test Files 0 passed (1)
53
-  Tests 0 passed (0)
54
-  Start at 16:51:02
55
-  Duration 5.95s
56
- [?2026l[?2026h
57
-  ❯ tests/video-nodes.test.ts 0/17
58
-
59
-  Test Files 0 passed (1)
60
-  Tests 0 passed (17)
61
-  Start at 16:51:02
62
-  Duration 6.36s
63
- [?2026l[?2026h
64
-  ❯ tests/video-nodes.test.ts 0/17
65
-
66
-  Test Files 0 passed (1)
67
-  Tests 0 passed (17)
68
-  Start at 16:51:02
69
-  Duration 6.96s
70
- [?2026l[?2026h
71
-  ❯ tests/video-nodes.test.ts 2/17
72
-
73
-  Test Files 0 passed (1)
74
-  Tests 2 passed (17)
75
-  Start at 16:51:02
76
-  Duration 7.17s
77
- [?2026l[?2026h
78
-  ❯ tests/video-nodes.test.ts 5/17
79
-
80
-  Test Files 0 passed (1)
81
-  Tests 5 passed (17)
82
-  Start at 16:51:02
83
-  Duration 7.57s
84
- [?2026l[?2026h
85
-  ❯ tests/video-nodes.test.ts 6/17
86
-
87
-  Test Files 0 passed (1)
88
-  Tests 6 passed (17)
89
-  Start at 16:51:02
90
-  Duration 7.67s
91
- [?2026l[?2026h
92
-  ❯ tests/video-nodes.test.ts 7/17
93
-
94
-  Test Files 0 passed (1)
95
-  Tests 7 passed (17)
96
-  Start at 16:51:02
97
-  Duration 7.77s
98
- [?2026l[?2026h
99
-  ❯ tests/video-nodes.test.ts 10/17
100
-
101
-  Test Files 0 passed (1)
102
-  Tests 10 passed (17)
103
-  Start at 16:51:02
104
-  Duration 7.97s
105
- [?2026l[?2026h
106
-  ❯ tests/video-nodes.test.ts 11/17
107
-
108
-  Test Files 0 passed (1)
109
-  Tests 11 passed (17)
110
-  Start at 16:51:02
111
-  Duration 8.07s
112
- [?2026l[?2026h
113
-  ❯ tests/video-nodes.test.ts 16/17
114
-
115
-  Test Files 0 passed (1)
116
-  Tests 16 passed (17)
117
-  Start at 16:51:02
118
-  Duration 8.17s
119
- [?2026l ✓ tests/video-nodes.test.ts (17 tests) 1830ms
120
- ✓ Video Flow Nodes (17)
121
- ✓ DescribeVideoNode (2)
122
- ✓ should execute without errors  561ms
123
- ✓ should pass through original video bytes 85ms
124
- ✓ TranscodeVideoNode (3)
125
- ✓ should transcode video to WebM 8ms
126
- ✓ should transcode video to MOV 71ms
127
- ✓ should transcode video to AVI  396ms
128
- ✓ ResizeVideoNode (3)
129
- ✓ should resize video to 720p 139ms
130
- ✓ should resize video to 1080p 5ms
131
- ✓ should resize video with only width specified 4ms
132
- ✓ ThumbnailNode (3)
133
- ✓ should extract frame as JPEG thumbnail 99ms
134
- ✓ should extract frame as PNG thumbnail 156ms
135
- ✓ should default to JPEG format 31ms
136
- ✓ TrimVideoNode (3)
137
- ✓ should trim video with endTime 12ms
138
- ✓ should trim video with duration 9ms
139
- ✓ should trim from start to end of video 42ms
140
- ✓ Video transformation chains (3)
141
- ✓ should chain transcode and resize operations 43ms
142
- ✓ should chain trim and thumbnail operations 146ms
143
- ✓ should handle describe followed by transcode 11ms
144
-
145
-  Test Files  1 passed (1)
146
-  Tests  17 passed (17)
147
-  Start at  16:51:02
148
-  Duration  8.35s (transform 1.20s, setup 0ms, import 5.09s, tests 1.83s, environment 0ms)
149
-
150
- [?25h