@uploadista/flow-documents-plugin 0.1.2 → 0.1.3-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,14 +1,16 @@
1
1
 
2
- > @uploadista/flow-documents-plugin@0.1.2 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/plugin
2
+ > @uploadista/flow-documents-plugin@0.1.3-beta.3 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/plugin
3
3
  > tsc --noEmit && tsdown
4
4
 
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
6
6
  ℹ entry: src/index.ts
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
9
10
  ℹ dist/index.mjs 0.99 kB │ gzip: 0.44 kB
10
11
  ℹ dist/index.mjs.map 1.78 kB │ gzip: 0.69 kB
11
- ℹ dist/index.d.mts.map 0.16 kB │ gzip: 0.14 kB
12
+
13
+ ℹ dist/index.d.mts.map 0.15 kB │ gzip: 0.14 kB
12
14
  ℹ dist/index.d.mts 0.47 kB │ gzip: 0.30 kB
13
15
  ℹ 4 files, total: 3.40 kB
14
- ✔ Build complete in 6424ms
16
+ ✔ Build complete in 8008ms
package/dist/index.d.mts CHANGED
@@ -2,7 +2,6 @@ import { DocumentPlugin } from "@uploadista/core/flow";
2
2
  import { Layer } from "effect";
3
3
 
4
4
  //#region src/document-plugin.d.ts
5
-
6
5
  /**
7
6
  * Combined DocumentPlugin that uses:
8
7
  * - unpdf for text extraction
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/document-plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;AAYA;;;;;cAAa,sBAAc,KAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/document-plugin.ts"],"mappings":";;;;;;AAYA;;;;;cAAa,cAAA,QAAc,KAAA,CAAA,KAAA,CAAA,cAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-plugin",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3-beta.3",
5
5
  "description": "Combined pdf-lib + unpdf DocumentPlugin for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,18 +14,18 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@uploadista/core": "0.1.2",
18
- "@uploadista/flow-documents-pdflib": "0.1.2",
19
- "@uploadista/flow-documents-unpdf": "0.1.2"
17
+ "@uploadista/core": "0.1.3-beta.3",
18
+ "@uploadista/flow-documents-pdflib": "0.1.3-beta.3",
19
+ "@uploadista/flow-documents-unpdf": "0.1.3-beta.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "24.10.9",
26
- "effect": "3.19.14",
27
- "tsdown": "0.19.0",
28
- "@uploadista/typescript-config": "0.1.2"
26
+ "effect": "3.19.15",
27
+ "tsdown": "0.20.1",
28
+ "@uploadista/typescript-config": "0.1.3-beta.3"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsc --noEmit && tsdown",