@uploadista/flow-documents-nodes 0.1.1 → 0.1.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-documents-nodes@0.1.1 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
2
+ > @uploadista/flow-documents-nodes@0.1.2 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/nodes
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
@@ -22,11 +22,11 @@
22
22
  ℹ [ESM] dist/types/index.d.mts  0.63 kB │ gzip: 0.24 kB
23
23
  ℹ [ESM] dist/index-DXwYQF9t.d.mts  2.33 kB │ gzip: 0.64 kB
24
24
  ℹ [ESM] 10 files, total: 100.24 kB
25
- ✔ Build complete in 34636ms
25
+ ✔ Build complete in 17231ms
26
26
  ℹ [CJS] dist/index.d.cts.map  7.42 kB │ gzip: 1.39 kB
27
27
  ℹ [CJS] dist/index-CN8GG19X.d.cts.map  1.02 kB │ gzip: 0.46 kB
28
28
  ℹ [CJS] dist/index.d.cts 36.62 kB │ gzip: 2.01 kB
29
29
  ℹ [CJS] dist/types/index.d.cts  0.63 kB │ gzip: 0.24 kB
30
30
  ℹ [CJS] dist/index-CN8GG19X.d.cts  2.33 kB │ gzip: 0.64 kB
31
31
  ℹ [CJS] 5 files, total: 48.02 kB
32
- ✔ Build complete in 34684ms
32
+ ✔ Build complete in 17241ms
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.1",
4
+ "version": "0.1.2",
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.1"
23
+ "@uploadista/core": "0.1.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "effect": "^3.0.0",
@@ -33,7 +33,7 @@
33
33
  "tsdown": "0.19.0",
34
34
  "vitest": "4.0.17",
35
35
  "zod": "4.3.5",
36
- "@uploadista/typescript-config": "0.1.1"
36
+ "@uploadista/typescript-config": "0.1.2"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsc --noEmit && tsdown",