@uploadista/flow-documents-unpdf 0.0.20-beta.1 → 0.0.20-beta.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,9 +1,9 @@
1
1
 
2
2
  
3
- > @uploadista/flow-documents-unpdf@0.0.19 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
3
+ > @uploadista/flow-documents-unpdf@0.0.20-beta.1 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
4
4
  > tsdown
5
5
 
6
- ℹ tsdown v0.17.0 powered by rolldown v1.0.0-beta.53
6
+ ℹ tsdown v0.17.1 powered by rolldown v1.0.0-beta.53
7
7
  ℹ entry: src/index.ts
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -21,4 +21,4 @@
21
21
   │ ╰─────────────── Module not found, treating it as an external dependency
22
22
  ───╯
23
23
 
24
- ✔ Build complete in 4936ms
24
+ ✔ Build complete in 4685ms
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.20-beta.1",
4
+ "version": "0.0.20-beta.2",
5
5
  "description": "unpdf plugin for Uploadista document text extraction",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "unpdf": "^1.4.0",
18
- "@uploadista/core": "0.0.20-beta.1"
18
+ "@uploadista/core": "0.0.20-beta.2"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "effect": "^3.0.0"
@@ -23,11 +23,11 @@
23
23
  "devDependencies": {
24
24
  "@effect/vitest": "0.27.0",
25
25
  "@types/node": "24.10.1",
26
- "effect": "3.19.8",
26
+ "effect": "3.19.9",
27
27
  "pdf-lib": "^1.17.1",
28
- "tsdown": "0.17.0",
28
+ "tsdown": "0.17.1",
29
29
  "vitest": "4.0.15",
30
- "@uploadista/typescript-config": "0.0.20-beta.1"
30
+ "@uploadista/typescript-config": "0.0.20-beta.2"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsdown",