@uploadista/flow-documents-replicate 0.0.20-beta.7 → 0.0.20-beta.9

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,24 +1,15 @@
1
1
 
2
2
  
3
- > @uploadista/flow-documents-replicate@0.0.20-beta.7 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/replicate
4
- > tsdown
3
+ > @uploadista/flow-documents-replicate@0.0.20-beta.8 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/replicate
4
+ > tsc --noEmit && tsdown
5
5
 
6
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
6
+ ℹ tsdown v0.18.0 powered by rolldown v1.0.0-beta.53
7
7
  ℹ entry: src/index.ts
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
10
- ℹ Cleaning 4 files
11
10
  ℹ dist/index.mjs  5.49 kB │ gzip: 1.83 kB
12
11
  ℹ dist/index.mjs.map 11.02 kB │ gzip: 3.42 kB
13
12
  ℹ dist/index.d.mts.map  0.55 kB │ gzip: 0.32 kB
14
13
  ℹ dist/index.d.mts  1.72 kB │ gzip: 0.62 kB
15
14
  ℹ 4 files, total: 18.79 kB
16
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@uploadista/observability' in src/document-ai-plugin.ts
17
- ╭─[ src/document-ai-plugin.ts:8:35 ]
18
- │
19
- 8 │ import { withOperationSpan } from "@uploadista/observability";
20
-  │ ─────────────┬─────────────
21
-  │ ╰─────────────── Module not found, treating it as an external dependency
22
- ───╯
23
-
24
- ✔ Build complete in 6658ms
15
+ ✔ Build complete in 4552ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-replicate",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.7",
4
+ "version": "0.0.20-beta.9",
5
5
  "description": "Replicate OCR plugin for Uploadista document processing",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,19 +15,20 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "replicate": "1.4.0",
18
- "@uploadista/core": "0.0.20-beta.7"
18
+ "@uploadista/core": "0.0.20-beta.9",
19
+ "@uploadista/observability": "0.0.20-beta.9"
19
20
  },
20
21
  "peerDependencies": {
21
22
  "effect": "^3.0.0"
22
23
  },
23
24
  "devDependencies": {
24
- "@types/node": "24.10.3",
25
- "effect": "3.19.11",
26
- "tsdown": "0.17.2",
27
- "@uploadista/typescript-config": "0.0.20-beta.7"
25
+ "@types/node": "24.10.4",
26
+ "effect": "3.19.12",
27
+ "tsdown": "0.18.0",
28
+ "@uploadista/typescript-config": "0.0.20-beta.9"
28
29
  },
29
30
  "scripts": {
30
- "build": "tsdown",
31
+ "build": "tsc --noEmit && tsdown",
31
32
  "format": "biome format --write ./src",
32
33
  "lint": "biome lint --write ./src",
33
34
  "check": "biome check --write ./src"