@uploadista/flow-videos-av-node 0.1.0 → 0.1.1-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.1.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/av-node
2
+ > @uploadista/flow-videos-av-node@0.1.1-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.19.0 powered by rolldown v1.0.0-beta.59
@@ -10,13 +10,13 @@
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
+ ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
14
+ ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
15
+ ℹ [CJS] 2 files, total: 4.25 kB
16
+ ✔ Build complete in 33378ms
13
17
  ℹ [ESM] dist/index.mjs 15.79 kB │ gzip: 4.01 kB
14
18
  ℹ [ESM] dist/index.mjs.map 61.77 kB │ gzip: 9.88 kB
15
19
  ℹ [ESM] dist/index.d.mts.map  0.88 kB │ gzip: 0.47 kB
16
20
  ℹ [ESM] dist/index.d.mts  3.37 kB │ gzip: 1.05 kB
17
21
  ℹ [ESM] 4 files, total: 81.81 kB
18
- ✔ Build complete in 31928ms
19
- ℹ [CJS] dist/index.d.cts.map 0.88 kB │ gzip: 0.47 kB
20
- ℹ [CJS] dist/index.d.cts 3.37 kB │ gzip: 1.05 kB
21
- ℹ [CJS] 2 files, total: 4.25 kB
22
- ✔ Build complete in 31954ms
22
+ ✔ Build complete in 33403ms
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.0",
4
+ "version": "0.1.1-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.0.3",
18
- "@uploadista/core": "0.1.0",
19
- "@uploadista/observability": "0.1.0"
18
+ "@uploadista/observability": "0.1.1-beta.2",
19
+ "@uploadista/core": "0.1.1-beta.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@effect/vitest": "0.27.0",
27
- "@types/node": "24.10.8",
27
+ "@types/node": "24.10.9",
28
28
  "effect": "3.19.14",
29
29
  "tsdown": "0.19.0",
30
30
  "vitest": "4.0.17",
31
31
  "zod": "4.3.5",
32
- "@uploadista/typescript-config": "0.1.0"
32
+ "@uploadista/typescript-config": "0.1.1-beta.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",