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

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.7 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
2
+ > @uploadista/flow-videos-av-node@0.1.3 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
@@ -12,6 +12,15 @@
12
12
  ℹ [CJS] 1 files, total: 16.47 kB
13
13
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
14
 
15
+ ℹ [CJS] dist/index.d.cts.map 0.71 kB │ gzip: 0.35 kB
16
+ ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
17
+ ℹ [CJS] 2 files, total: 4.08 kB
18
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
19
+ - rolldown-plugin-dts:generate (72%)
20
+ - rolldown-plugin-dts:resolver (24%)
21
+ See https://rolldown.rs/options/checks#plugintimings for more details.
22
+
23
+ ✔ Build complete in 14555ms
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 13427ms
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
- ✔ Build complete in 13435ms
28
- - rolldown-plugin-dts:generate (73%)
29
- - rolldown-plugin-dts:resolver (23%)
30
- See https://rolldown.rs/options/checks#plugintimings for more details.
31
-
31
+ ✔ Build complete in 14571ms
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.7",
4
+ "version": "0.1.3",
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.3",
18
- "@uploadista/core": "0.1.3-beta.7",
19
- "@uploadista/observability": "0.1.3-beta.7"
17
+ "node-av": "5.1.1",
18
+ "@uploadista/core": "0.1.3",
19
+ "@uploadista/observability": "0.1.3"
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.7"
32
+ "@uploadista/typescript-config": "0.1.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",