@uploadista/flow-documents-unpdf 0.0.17 → 0.0.18-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,6 +1,6 @@
1
1
 
2
2
  
3
- > @uploadista/flow-documents-unpdf@0.0.17-beta.9 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
3
+ > @uploadista/flow-documents-unpdf@0.0.17 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
4
4
  > tsdown
5
5
 
6
6
  ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
@@ -13,4 +13,4 @@
13
13
  ℹ dist/index.d.mts.map 0.18 kB │ gzip: 0.15 kB
14
14
  ℹ dist/index.d.mts 0.39 kB │ gzip: 0.21 kB
15
15
  ℹ 4 files, total: 7.12 kB
16
- ✔ Build complete in 1368ms
16
+ ✔ Build complete in 4471ms
@@ -0,0 +1,5 @@
1
+
2
+ > @uploadista/flow-documents-unpdf@0.0.17 test /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
3
+ > vitest run
4
+
5
+  ELIFECYCLE  Test failed. See above for more details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-unpdf",
3
3
  "type": "module",
4
- "version": "0.0.17",
4
+ "version": "0.0.18-beta.1",
5
5
  "description": "unpdf plugin for Uploadista document text extraction",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,17 +14,20 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "effect": "3.19.6",
18
17
  "unpdf": "^1.4.0",
19
- "@uploadista/core": "0.0.17"
18
+ "@uploadista/core": "0.0.18-beta.1"
19
+ },
20
+ "peerDependencies": {
21
+ "effect": "^3.0.0"
20
22
  },
21
23
  "devDependencies": {
22
24
  "@effect/vitest": "0.27.0",
23
25
  "@types/node": "24.10.1",
26
+ "effect": "3.19.6",
24
27
  "pdf-lib": "^1.17.1",
25
28
  "tsdown": "0.16.6",
26
29
  "vitest": "4.0.13",
27
- "@uploadista/typescript-config": "0.0.17"
30
+ "@uploadista/typescript-config": "0.0.18-beta.1"
28
31
  },
29
32
  "scripts": {
30
33
  "build": "tsdown",