@uploadista/flow-videos-nodes 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-nodes@0.1.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/nodes
2
+ > @uploadista/flow-videos-nodes@0.1.1-beta.2 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/videos/nodes
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
@@ -14,8 +14,8 @@
14
14
  ℹ [ESM] dist/index.d.mts.map  2.51 kB │ gzip: 0.78 kB
15
15
  ℹ [ESM] dist/index.d.mts 13.70 kB │ gzip: 2.07 kB
16
16
  ℹ [ESM] 4 files, total: 47.51 kB
17
- ✔ Build complete in 28446ms
17
+ ✔ Build complete in 27350ms
18
18
  ℹ [CJS] dist/index.d.cts.map  2.51 kB │ gzip: 0.78 kB
19
19
  ℹ [CJS] dist/index.d.cts 13.70 kB │ gzip: 2.07 kB
20
20
  ℹ [CJS] 2 files, total: 16.21 kB
21
- ✔ Build complete in 28468ms
21
+ ✔ Build complete in 27387ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-videos-nodes",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1-beta.2",
5
5
  "description": "Video processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@uploadista/core": "0.1.0"
17
+ "@uploadista/core": "0.1.1-beta.2"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "effect": "^3.0.0",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@effect/vitest": "0.27.0",
25
- "@types/node": "24.10.8",
25
+ "@types/node": "24.10.9",
26
26
  "effect": "3.19.14",
27
27
  "tsdown": "0.19.0",
28
28
  "vitest": "4.0.17",
29
29
  "zod": "4.3.5",
30
- "@uploadista/typescript-config": "0.1.0"
30
+ "@uploadista/typescript-config": "0.1.1-beta.2"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsc --noEmit && tsdown",