@uploadista/flow-documents-nodes 0.2.0 → 1.0.0-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,5 +1,5 @@
1
1
 
2
- > @uploadista/flow-documents-nodes@0.2.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
2
+ > @uploadista/flow-documents-nodes@1.0.0-beta.3 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
@@ -13,15 +13,6 @@
13
13
  ℹ [CJS] 3 files, total: 13.17 kB
14
14
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
15
15
 
16
- ℹ [CJS] dist/index.d.cts.map  2.30 kB │ gzip: 0.41 kB
17
- ℹ [CJS] dist/split-pdf-node-lXy-nLE3.d.cts.map  0.87 kB │ gzip: 0.35 kB
18
- ℹ [CJS] dist/index.d.cts 36.62 kB │ gzip: 2.01 kB
19
- ℹ [CJS] dist/types/index.d.cts  0.67 kB │ gzip: 0.26 kB
20
- ℹ [CJS] dist/split-pdf-node-lXy-nLE3.d.cts  2.34 kB │ gzip: 0.64 kB
21
- ℹ [CJS] 5 files, total: 42.80 kB
22
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:resolver`. See https://rolldown.rs/options/checks#plugintimings for more details.
23
-
24
- ✔ Build complete in 17212ms
25
16
  ℹ [ESM] dist/index.mjs 10.32 kB │ gzip: 2.88 kB
26
17
  ℹ [ESM] dist/types/index.mjs  0.26 kB │ gzip: 0.17 kB
27
18
  ℹ [ESM] dist/index.mjs.map 38.38 kB │ gzip: 6.57 kB
@@ -33,9 +24,18 @@
33
24
  ℹ [ESM] dist/types/index.d.mts  0.67 kB │ gzip: 0.26 kB
34
25
  ℹ [ESM] dist/split-pdf-node-BX6rgXm6.d.mts  2.34 kB │ gzip: 0.64 kB
35
26
  ℹ [ESM] 10 files, total: 95.04 kB
27
+ ℹ [CJS] dist/index.d.cts.map  2.30 kB │ gzip: 0.41 kB
28
+ ℹ [CJS] dist/split-pdf-node-lXy-nLE3.d.cts.map  0.87 kB │ gzip: 0.35 kB
29
+ ℹ [CJS] dist/index.d.cts 36.62 kB │ gzip: 2.01 kB
30
+ ℹ [CJS] dist/types/index.d.cts  0.67 kB │ gzip: 0.26 kB
31
+ ℹ [CJS] dist/split-pdf-node-lXy-nLE3.d.cts  2.34 kB │ gzip: 0.64 kB
32
+ ℹ [CJS] 5 files, total: 42.80 kB
33
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
34
+
36
35
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
37
- - rolldown-plugin-dts:generate (76%)
38
- - rolldown-plugin-dts:fake-js (18%)
36
+ - rolldown-plugin-dts:generate (50%)
37
+ - rolldown-plugin-dts:resolver (48%)
39
38
  See https://rolldown.rs/options/checks#plugintimings for more details.
40
39
 
41
- ✔ Build complete in 17228ms
40
+ ✔ Build complete in 17667ms
41
+ ✔ Build complete in 17667ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-nodes",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "1.0.0-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.2.0"
23
+ "@uploadista/core": "1.0.0-beta.3"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "effect": "^3.0.0",
@@ -29,11 +29,11 @@
29
29
  "devDependencies": {
30
30
  "@effect/vitest": "0.27.0",
31
31
  "@types/node": "24.10.9",
32
- "effect": "3.19.17",
32
+ "effect": "3.19.19",
33
33
  "tsdown": "0.20.3",
34
34
  "vitest": "4.0.18",
35
35
  "zod": "4.3.6",
36
- "@uploadista/typescript-config": "0.2.0"
36
+ "@uploadista/typescript-config": "1.0.0-beta.3"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsc --noEmit && tsdown",