@uploadista/flow-documents-plugin 0.0.20-beta.4 → 0.0.20-beta.5

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,5 +1,5 @@
1
1
 
2
- > @uploadista/flow-documents-plugin@0.0.20-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/plugin
2
+ > @uploadista/flow-documents-plugin@0.0.20-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/plugin
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
@@ -12,4 +12,4 @@
12
12
  ℹ dist/index.d.mts.map 0.19 kB │ gzip: 0.16 kB
13
13
  ℹ dist/index.d.mts 0.56 kB │ gzip: 0.31 kB
14
14
  ℹ 4 files, total: 3.60 kB
15
- ✔ Build complete in 3791ms
15
+ ✔ Build complete in 3748ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-plugin",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.4",
4
+ "version": "0.0.20-beta.5",
5
5
  "description": "Combined pdf-lib + unpdf DocumentPlugin for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,9 +14,9 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@uploadista/core": "0.0.20-beta.4",
18
- "@uploadista/flow-documents-unpdf": "0.0.20-beta.4",
19
- "@uploadista/flow-documents-pdflib": "0.0.20-beta.4"
17
+ "@uploadista/core": "0.0.20-beta.5",
18
+ "@uploadista/flow-documents-pdflib": "0.0.20-beta.5",
19
+ "@uploadista/flow-documents-unpdf": "0.0.20-beta.5"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0"
@@ -25,7 +25,7 @@
25
25
  "@types/node": "24.10.2",
26
26
  "effect": "3.19.10",
27
27
  "tsdown": "0.17.2",
28
- "@uploadista/typescript-config": "0.0.20-beta.4"
28
+ "@uploadista/typescript-config": "0.0.20-beta.5"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsdown",