@uploadista/flow-documents-unpdf 0.0.20-beta.6 → 0.0.20-beta.8

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,23 +1,16 @@
1
-
2
- > @uploadista/flow-documents-unpdf@0.0.20-beta.5 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
3
- > tsdown
4
-
5
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
6
- ℹ entry: src/index.ts
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ Cleaning 4 files
10
- ℹ dist/index.mjs 2.41 kB │ gzip: 0.83 kB
11
- ℹ dist/index.mjs.map 4.58 kB │ gzip: 1.38 kB
12
- ℹ dist/index.d.mts.map 0.18 kB │ gzip: 0.15 kB
13
- ℹ dist/index.d.mts 0.39 kB │ gzip: 0.21 kB
14
- ℹ 4 files, total: 7.56 kB
15
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@uploadista/observability' in src/document-plugin.ts
16
- ╭─[ src/document-plugin.ts:3:35 ]
17
- │
18
- 3 │ import { withOperationSpan } from "@uploadista/observability";
19
-  │ ─────────────┬─────────────
20
-  │ ╰─────────────── Module not found, treating it as an external dependency
21
- ───╯
22
-
23
- ✔ Build complete in 4809ms
1
+
2
+ 
3
+ > @uploadista/flow-documents-unpdf@0.0.20-beta.7 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/unpdf
4
+ > tsc --noEmit && tsdown
5
+
6
+ ℹ tsdown v0.18.0 powered by rolldown v1.0.0-beta.53
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 4 files
11
+ ℹ dist/index.mjs 2.41 kB │ gzip: 0.83 kB
12
+ ℹ dist/index.mjs.map 4.58 kB │ gzip: 1.38 kB
13
+ ℹ dist/index.d.mts.map 0.18 kB │ gzip: 0.15 kB
14
+ ℹ dist/index.d.mts 0.39 kB │ gzip: 0.21 kB
15
+ ℹ 4 files, total: 7.56 kB
16
+ ✔ Build complete in 5530ms
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.6",
4
+ "version": "0.0.20-beta.8",
5
5
  "description": "unpdf plugin for Uploadista document text extraction",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,22 +15,23 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "unpdf": "^1.4.0",
18
- "@uploadista/core": "0.0.20-beta.6"
18
+ "@uploadista/observability": "0.0.20-beta.8",
19
+ "@uploadista/core": "0.0.20-beta.8"
19
20
  },
20
21
  "peerDependencies": {
21
22
  "effect": "^3.0.0"
22
23
  },
23
24
  "devDependencies": {
24
25
  "@effect/vitest": "0.27.0",
25
- "@types/node": "24.10.2",
26
- "effect": "3.19.10",
26
+ "@types/node": "24.10.4",
27
+ "effect": "3.19.12",
27
28
  "pdf-lib": "^1.17.1",
28
- "tsdown": "0.17.2",
29
+ "tsdown": "0.18.0",
29
30
  "vitest": "4.0.15",
30
- "@uploadista/typescript-config": "0.0.20-beta.6"
31
+ "@uploadista/typescript-config": "0.0.20-beta.8"
31
32
  },
32
33
  "scripts": {
33
- "build": "tsdown",
34
+ "build": "tsc --noEmit && tsdown",
34
35
  "format": "biome format --write ./src",
35
36
  "lint": "biome lint --write ./src",
36
37
  "check": "biome check --write ./src",