@uploadista/flow-videos-av-node 1.0.0-beta.4 → 1.0.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.
@@ -12,14 +12,17 @@ $ tsc --noEmit && tsdown
12
12
  ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
13
13
  ℹ [ESM] dist/index.mjs.map 62.02 kB │ gzip: 9.91 kB
14
14
  ℹ [ESM] dist/index.d.mts.map  0.75 kB │ gzip: 0.39 kB
15
+ [PLUGIN_TIMINGS] Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/reference/InputOptions.checks#plugintimings for more details.
15
16
  ℹ [ESM] dist/index.d.mts  3.37 kB │ gzip: 1.05 kB
16
17
  ℹ [ESM] 4 files, total: 81.94 kB
17
- ✔ Build complete in 16236ms
18
- [PLUGIN_TIMINGS] Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/reference/InputOptions.checks#plugintimings for more details.
19
-
20
18
  ℹ [CJS] dist/index.d.cts.map 0.75 kB │ gzip: 0.39 kB
19
+
21
20
  ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
22
21
  ℹ [CJS] 2 files, total: 4.12 kB
23
- ✔ Build complete in 16248ms
24
- [PLUGIN_TIMINGS] Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/reference/InputOptions.checks#plugintimings for more details.
22
+ [PLUGIN_TIMINGS] Your build spent significant time in plugins. Here is a breakdown:
23
+ - rolldown-plugin-dts:generate (65%)
24
+ - tsdown:deps (31%)
25
+ See https://rolldown.rs/reference/InputOptions.checks#plugintimings for more details.
25
26
 
27
+ ✔ Build complete in 15776ms
28
+ ✔ Build complete in 15778ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-videos-av-node",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.4",
4
+ "version": "1.0.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": "6.1.0",
18
- "@uploadista/core": "1.0.0-beta.4",
19
- "@uploadista/observability": "1.0.0-beta.4"
18
+ "@uploadista/core": "1.0.0",
19
+ "@uploadista/observability": "1.0.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -27,9 +27,9 @@
27
27
  "@types/node": "24.10.9",
28
28
  "effect": "3.21.4",
29
29
  "tsdown": "0.22.3",
30
- "vitest": "4.0.18",
30
+ "vitest": "4.1.10",
31
31
  "zod": "4.4.3",
32
- "@uploadista/typescript-config": "1.0.0-beta.4"
32
+ "@uploadista/typescript-config": "1.0.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",