@uploadista/flow-documents-nodes 0.1.3 → 0.1.4-beta.1

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.1.3 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
2
+ > @uploadista/flow-documents-nodes@0.1.4-beta.1 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
@@ -11,20 +11,11 @@
11
11
  ℹ [CJS] dist/types/index.cjs  0.25 kB │ gzip: 0.15 kB
12
12
  ℹ [CJS] dist/types-Cz0s5Dxw.cjs  1.09 kB │ gzip: 0.36 kB
13
13
  ℹ [CJS] 3 files, total: 12.99 kB
14
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
15
-
16
- ℹ [CJS] dist/index.d.cts.map  2.30 kB │ gzip: 0.41 kB
17
- ℹ [CJS] dist/index-CC_AxLer.d.cts.map  0.86 kB │ gzip: 0.34 kB
18
- ℹ [CJS] dist/index.d.cts 36.62 kB │ gzip: 2.00 kB
19
- ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.23 kB
20
- ℹ [CJS] dist/index-CC_AxLer.d.cts  2.33 kB │ gzip: 0.64 kB
21
- ℹ [CJS] 5 files, total: 42.74 kB
22
14
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
23
- - rolldown-plugin-dts:resolver (73%)
24
- - rolldown-plugin-dts:generate (24%)
15
+ - tsdown:external (58%)
16
+ - tsdown:report (42%)
25
17
  See https://rolldown.rs/options/checks#plugintimings for more details.
26
18
 
27
- ✔ Build complete in 17615ms
28
19
  ℹ [ESM] dist/index.mjs 10.28 kB │ gzip: 2.87 kB
29
20
  ℹ [ESM] dist/types/index.mjs  0.25 kB │ gzip: 0.17 kB
30
21
  ℹ [ESM] dist/index.mjs.map 38.38 kB │ gzip: 6.57 kB
@@ -36,9 +27,15 @@ See https://rolldown.rs/options/checks#plugintimings for more details.
36
27
  ℹ [ESM] dist/types/index.d.mts  0.63 kB │ gzip: 0.24 kB
37
28
  ℹ [ESM] dist/index-BUVU_SCU.d.mts  2.33 kB │ gzip: 0.64 kB
38
29
  ℹ [ESM] 10 files, total: 94.90 kB
39
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
40
- - rolldown-plugin-dts:generate (72%)
41
- - rolldown-plugin-dts:resolver (22%)
42
- See https://rolldown.rs/options/checks#plugintimings for more details.
30
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
31
+
32
+ ✔ Build complete in 17287ms
33
+ ℹ [CJS] dist/index.d.cts.map  2.30 kB │ gzip: 0.41 kB
34
+ ℹ [CJS] dist/index-CC_AxLer.d.cts.map  0.86 kB │ gzip: 0.34 kB
35
+ ℹ [CJS] dist/index.d.cts 36.62 kB │ gzip: 2.00 kB
36
+ ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.23 kB
37
+ ℹ [CJS] dist/index-CC_AxLer.d.cts  2.33 kB │ gzip: 0.64 kB
38
+ ℹ [CJS] 5 files, total: 42.74 kB
39
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:resolver`. See https://rolldown.rs/options/checks#plugintimings for more details.
43
40
 
44
- ✔ Build complete in 17644ms
41
+ ✔ Build complete in 17303ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-nodes",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4-beta.1",
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.1.3"
23
+ "@uploadista/core": "0.1.4-beta.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "effect": "^3.0.0",
@@ -33,7 +33,7 @@
33
33
  "tsdown": "0.20.1",
34
34
  "vitest": "4.0.18",
35
35
  "zod": "4.3.6",
36
- "@uploadista/typescript-config": "0.1.3"
36
+ "@uploadista/typescript-config": "0.1.4-beta.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsc --noEmit && tsdown",