@uploadista/flow-videos-av-node 0.2.0 → 1.0.0-beta.2

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.2.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
2
+ > @uploadista/flow-videos-av-node@1.0.0-beta.2 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.3 powered by rolldown v1.0.0-rc.3
@@ -14,18 +14,18 @@
14
14
 
15
15
  ℹ [CJS] dist/index.d.cts.map 0.71 kB │ gzip: 0.35 kB
16
16
  ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
17
- ℹ [CJS] 2 files, total: 4.08 kB
18
17
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
19
- - rolldown-plugin-dts:generate (78%)
20
- - rolldown-plugin-dts:resolver (21%)
18
+ - rolldown-plugin-dts:generate (79%)
19
+ - rolldown-plugin-dts:resolver (20%)
21
20
  See https://rolldown.rs/options/checks#plugintimings for more details.
21
+ ℹ [CJS] 2 files, total: 4.08 kB
22
22
 
23
- ✔ Build complete in 15120ms
23
+ ✔ Build complete in 14605ms
24
24
  ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
25
25
  ℹ [ESM] dist/index.mjs.map 61.77 kB │ gzip: 9.88 kB
26
26
  ℹ [ESM] dist/index.d.mts.map  0.71 kB │ gzip: 0.35 kB
27
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
27
28
  ℹ [ESM] dist/index.d.mts  3.37 kB │ gzip: 1.05 kB
28
29
  ℹ [ESM] 4 files, total: 81.64 kB
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.
30
+ ✔ Build complete in 14619ms
30
31
 
31
- ✔ Build complete in 15131ms
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.2.0",
4
+ "version": "1.0.0-beta.2",
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.2.2",
18
- "@uploadista/core": "0.2.0",
19
- "@uploadista/observability": "0.2.0"
18
+ "@uploadista/core": "1.0.0-beta.2",
19
+ "@uploadista/observability": "1.0.0-beta.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -25,11 +25,11 @@
25
25
  "devDependencies": {
26
26
  "@effect/vitest": "0.27.0",
27
27
  "@types/node": "24.10.9",
28
- "effect": "3.19.17",
28
+ "effect": "3.19.19",
29
29
  "tsdown": "0.20.3",
30
30
  "vitest": "4.0.18",
31
31
  "zod": "4.3.6",
32
- "@uploadista/typescript-config": "0.2.0"
32
+ "@uploadista/typescript-config": "1.0.0-beta.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",