@uploadista/flow-videos-av-node 0.1.3-beta.10 → 0.1.3-beta.11

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.1.3-beta.10 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
2
+ > @uploadista/flow-videos-av-node@0.1.3-beta.11 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
@@ -10,8 +10,17 @@
10
10
  ℹ Build start
11
11
  ℹ [CJS] dist/index.cjs 16.47 kB │ gzip: 3.91 kB
12
12
  ℹ [CJS] 1 files, total: 16.47 kB
13
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
13
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
14
+ - tsdown:external (56%)
15
+ - tsdown:report (44%)
16
+ See https://rolldown.rs/options/checks#plugintimings for more details.
17
+
18
+ ℹ [CJS] dist/index.d.cts.map 0.71 kB │ gzip: 0.35 kB
19
+ ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
20
+ ℹ [CJS] 2 files, total: 4.08 kB
21
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
22
 
23
+ ✔ Build complete in 14603ms
15
24
  ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
16
25
  ℹ [ESM] dist/index.mjs.map 61.77 kB │ gzip: 9.88 kB
17
26
  ℹ [ESM] dist/index.d.mts.map  0.71 kB │ gzip: 0.35 kB
@@ -19,13 +28,4 @@
19
28
  ℹ [ESM] 4 files, total: 81.64 kB
20
29
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
21
30
 
22
- ✔ Build complete in 14425ms
23
- ℹ [CJS] dist/index.d.cts.map 0.71 kB │ gzip: 0.35 kB
24
- ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
25
- ℹ [CJS] 2 files, total: 4.08 kB
26
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
27
- - rolldown-plugin-dts:generate (73%)
28
- - rolldown-plugin-dts:resolver (23%)
29
- See https://rolldown.rs/options/checks#plugintimings for more details.
30
-
31
- ✔ Build complete in 14544ms
31
+ ✔ Build complete in 14640ms
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.3-beta.10",
4
+ "version": "0.1.3-beta.11",
5
5
  "description": "FFmpeg video processing plugin for Uploadista Flow with av-node",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,9 +14,9 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "node-av": "5.0.4",
18
- "@uploadista/core": "0.1.3-beta.10",
19
- "@uploadista/observability": "0.1.3-beta.10"
17
+ "node-av": "5.1.1",
18
+ "@uploadista/core": "0.1.3-beta.11",
19
+ "@uploadista/observability": "0.1.3-beta.11"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -29,7 +29,7 @@
29
29
  "tsdown": "0.20.1",
30
30
  "vitest": "4.0.18",
31
31
  "zod": "4.3.6",
32
- "@uploadista/typescript-config": "0.1.3-beta.10"
32
+ "@uploadista/typescript-config": "0.1.3-beta.11"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",