@uploadista/flow-documents-replicate 0.0.18-beta.2 → 0.0.18-beta.3

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,15 +1,16 @@
1
-
2
- > @uploadista/flow-documents-replicate@0.0.18-beta.1 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/replicate
3
- > tsdown
4
-
5
- ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
6
- ℹ entry: src/index.ts
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ Cleaning 4 files
10
- ℹ dist/index.mjs  5.24 kB │ gzip: 1.75 kB
11
- ℹ dist/index.mjs.map 10.59 kB │ gzip: 3.31 kB
12
- ℹ dist/index.d.mts.map  0.55 kB │ gzip: 0.32 kB
13
- ℹ dist/index.d.mts  1.72 kB │ gzip: 0.62 kB
14
- ℹ 4 files, total: 18.11 kB
15
- ✔ Build complete in 3781ms
1
+
2
+ 
3
+ > @uploadista/flow-documents-replicate@0.0.18-beta.2 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/replicate
4
+ > tsdown
5
+
6
+ ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 4 files
11
+ ℹ dist/index.mjs  5.24 kB │ gzip: 1.75 kB
12
+ ℹ dist/index.mjs.map 10.59 kB │ gzip: 3.31 kB
13
+ ℹ dist/index.d.mts.map  0.55 kB │ gzip: 0.32 kB
14
+ ℹ dist/index.d.mts  1.72 kB │ gzip: 0.62 kB
15
+ ℹ 4 files, total: 18.11 kB
16
+ ✔ Build complete in 2380ms
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.18-beta.2",
4
+ "version": "0.0.18-beta.3",
5
5
  "description": "Replicate OCR plugin for Uploadista document processing",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "replicate": "1.4.0",
18
- "@uploadista/core": "0.0.18-beta.2"
18
+ "@uploadista/core": "0.0.18-beta.3"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "effect": "^3.0.0"
@@ -24,7 +24,7 @@
24
24
  "@types/node": "24.10.1",
25
25
  "effect": "3.19.6",
26
26
  "tsdown": "0.16.6",
27
- "@uploadista/typescript-config": "0.0.18-beta.2"
27
+ "@uploadista/typescript-config": "0.0.18-beta.3"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "tsdown",