@uploadista/flow-documents-nodes 0.0.20-beta.5 → 0.0.20-beta.6

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-documents-nodes@0.0.20-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/nodes
2
+ > @uploadista/flow-documents-nodes@0.0.20-beta.5 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/nodes
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
@@ -12,13 +12,6 @@
12
12
  ℹ [CJS] dist/types/index.cjs  0.25 kB │ gzip: 0.15 kB
13
13
  ℹ [CJS] dist/types-Cz0s5Dxw.cjs  1.09 kB │ gzip: 0.36 kB
14
14
  ℹ [CJS] 3 files, total: 12.99 kB
15
- ℹ [CJS] dist/index.d.cts.map  6.99 kB │ gzip: 1.30 kB
16
- ℹ [CJS] dist/index-DN0piYEv.d.cts.map  1.02 kB │ gzip: 0.46 kB
17
- ℹ [CJS] dist/index.d.cts 36.29 kB │ gzip: 1.98 kB
18
- ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.23 kB
19
- ℹ [CJS] dist/index-DN0piYEv.d.cts  2.33 kB │ gzip: 0.64 kB
20
- ℹ [CJS] 5 files, total: 47.26 kB
21
- ✔ Build complete in 7622ms
22
15
  ℹ [ESM] dist/index.mjs 10.28 kB │ gzip: 2.87 kB
23
16
  ℹ [ESM] dist/types/index.mjs  0.25 kB │ gzip: 0.17 kB
24
17
  ℹ [ESM] dist/index.mjs.map 38.24 kB │ gzip: 6.63 kB
@@ -30,4 +23,11 @@
30
23
  ℹ [ESM] dist/types/index.d.mts  0.63 kB │ gzip: 0.24 kB
31
24
  ℹ [ESM] dist/index-aD9vy0kH.d.mts  2.33 kB │ gzip: 0.64 kB
32
25
  ℹ [ESM] 10 files, total: 99.30 kB
33
- ✔ Build complete in 7623ms
26
+ ℹ [CJS] dist/index.d.cts.map  6.99 kB │ gzip: 1.30 kB
27
+ ℹ [CJS] dist/index-DN0piYEv.d.cts.map  1.02 kB │ gzip: 0.46 kB
28
+ ℹ [CJS] dist/index.d.cts 36.29 kB │ gzip: 1.98 kB
29
+ ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.23 kB
30
+ ℹ [CJS] dist/index-DN0piYEv.d.cts  2.33 kB │ gzip: 0.64 kB
31
+ ℹ [CJS] 5 files, total: 47.26 kB
32
+ ✔ Build complete in 5913ms
33
+ ✔ Build complete in 5913ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-nodes",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.5",
4
+ "version": "0.0.20-beta.6",
5
5
  "description": "Document processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@uploadista/core": "0.0.20-beta.5"
23
+ "@uploadista/core": "0.0.20-beta.6"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "effect": "^3.0.0",
@@ -33,7 +33,7 @@
33
33
  "tsdown": "0.17.2",
34
34
  "vitest": "4.0.15",
35
35
  "zod": "4.1.13",
36
- "@uploadista/typescript-config": "0.0.20-beta.5"
36
+ "@uploadista/typescript-config": "0.0.20-beta.6"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsdown",