@uploadista/flow-documents-nodes 0.0.20-beta.1 → 0.0.20-beta.3

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,9 +1,9 @@
1
1
 
2
2
  
3
- > @uploadista/flow-documents-nodes@0.0.19 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/nodes
3
+ > @uploadista/flow-documents-nodes@0.0.20-beta.2 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/nodes
4
4
  > tsdown
5
5
 
6
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
6
+ ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
7
7
  ℹ config file: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/nodes/tsdown.config.ts
8
8
  ℹ entry: src/index.ts, src/types/index.ts
9
9
  ℹ tsconfig: tsconfig.json
@@ -13,13 +13,6 @@
13
13
  ℹ [CJS] dist/types/index.cjs  0.25 kB │ gzip: 0.15 kB
14
14
  ℹ [CJS] dist/types-Cz0s5Dxw.cjs  1.09 kB │ gzip: 0.36 kB
15
15
  ℹ [CJS] 3 files, total: 12.99 kB
16
- ℹ [CJS] dist/index.d.cts.map  6.99 kB │ gzip: 1.30 kB
17
- ℹ [CJS] dist/index-CN8GG19X.d.cts.map  1.02 kB │ gzip: 0.46 kB
18
- ℹ [CJS] dist/index.d.cts 36.29 kB │ gzip: 1.98 kB
19
- ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.24 kB
20
- ℹ [CJS] dist/index-CN8GG19X.d.cts  2.33 kB │ gzip: 0.64 kB
21
- ℹ [CJS] 5 files, total: 47.26 kB
22
- ✔ Build complete in 9892ms
23
16
  ℹ [ESM] dist/index.mjs 10.28 kB │ gzip: 2.87 kB
24
17
  ℹ [ESM] dist/types/index.mjs  0.25 kB │ gzip: 0.17 kB
25
18
  ℹ [ESM] dist/index.mjs.map 38.24 kB │ gzip: 6.63 kB
@@ -31,4 +24,11 @@
31
24
  ℹ [ESM] dist/types/index.d.mts  0.63 kB │ gzip: 0.24 kB
32
25
  ℹ [ESM] dist/index-DXwYQF9t.d.mts  2.33 kB │ gzip: 0.64 kB
33
26
  ℹ [ESM] 10 files, total: 99.30 kB
34
- ✔ Build complete in 9894ms
27
+ ✔ Build complete in 6574ms
28
+ ℹ [CJS] dist/index.d.cts.map  6.99 kB │ gzip: 1.30 kB
29
+ ℹ [CJS] dist/index-CN8GG19X.d.cts.map  1.02 kB │ gzip: 0.46 kB
30
+ ℹ [CJS] dist/index.d.cts 36.29 kB │ gzip: 1.98 kB
31
+ ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.24 kB
32
+ ℹ [CJS] dist/index-CN8GG19X.d.cts  2.33 kB │ gzip: 0.64 kB
33
+ ℹ [CJS] 5 files, total: 47.26 kB
34
+ ✔ Build complete in 6614ms
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.1",
4
+ "version": "0.0.20-beta.3",
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.1"
23
+ "@uploadista/core": "0.0.20-beta.3"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "effect": "^3.0.0",
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@effect/vitest": "0.27.0",
31
- "@types/node": "24.10.1",
32
- "effect": "3.19.8",
33
- "tsdown": "0.17.0",
31
+ "@types/node": "24.10.2",
32
+ "effect": "3.19.10",
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.1"
36
+ "@uploadista/typescript-config": "0.0.20-beta.3"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsdown",