@uploadista/flow-documents-unpdf 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-unpdf@0.1.2 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/unpdf
2
+ > @uploadista/flow-documents-unpdf@0.1.3-beta.3 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/unpdf
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
9
  ℹ dist/index.mjs 2.41 kB │ gzip: 0.83 kB
10
10
  ℹ dist/index.mjs.map 4.58 kB │ gzip: 1.38 kB
11
- ℹ dist/index.d.mts.map 0.18 kB │ gzip: 0.15 kB
11
+ ℹ dist/index.d.mts.map 0.19 kB │ gzip: 0.15 kB
12
12
  ℹ dist/index.d.mts 0.39 kB │ gzip: 0.21 kB
13
- ℹ 4 files, total: 7.56 kB
14
- ✔ Build complete in 13299ms
13
+ ℹ 4 files, total: 7.57 kB
14
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
15
+
16
+ ✔ Build complete in 14257ms
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/document-plugin.ts"],"sourcesContent":[],"mappings":";;;;cAMa,qBAAmB,KAAA,CAAA,MAAA;cAyFnB,yBAAuB,KAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/document-plugin.ts"],"mappings":";;;;cAMa,mBAAA,EAAmB,KAAA,CAAA,KAAA,CAAA,cAAA;AAAA,cAyFnB,uBAAA,EAAuB,KAAA,CAAA,KAAA,CAAA,cAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-unpdf",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3-beta.3",
5
5
  "description": "unpdf plugin for Uploadista document text extraction",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "unpdf": "^1.4.0",
18
- "@uploadista/core": "0.1.2",
19
- "@uploadista/observability": "0.1.2"
18
+ "@uploadista/core": "0.1.3-beta.3",
19
+ "@uploadista/observability": "0.1.3-beta.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0"
@@ -24,11 +24,11 @@
24
24
  "devDependencies": {
25
25
  "@effect/vitest": "0.27.0",
26
26
  "@types/node": "24.10.9",
27
- "effect": "3.19.14",
27
+ "effect": "3.19.15",
28
28
  "pdf-lib": "^1.17.1",
29
- "tsdown": "0.19.0",
30
- "vitest": "4.0.17",
31
- "@uploadista/typescript-config": "0.1.2"
29
+ "tsdown": "0.20.1",
30
+ "vitest": "4.0.18",
31
+ "@uploadista/typescript-config": "0.1.3-beta.3"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsc --noEmit && tsdown",