@uploadista/flow-documents-plugin 0.1.3-beta.9 → 0.1.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,5 +1,5 @@
1
1
 
2
- > @uploadista/flow-documents-plugin@0.1.3-beta.9 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/plugin
2
+ > @uploadista/flow-documents-plugin@0.1.3 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/plugin
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
@@ -13,4 +13,4 @@
13
13
  ℹ 4 files, total: 3.40 kB
14
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
15
 
16
- ✔ Build complete in 9354ms
16
+ ✔ Build complete in 6224ms
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.3-beta.9",
4
+ "version": "0.1.3",
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.1.3-beta.9",
18
- "@uploadista/flow-documents-pdflib": "0.1.3-beta.9",
19
- "@uploadista/flow-documents-unpdf": "0.1.3-beta.9"
17
+ "@uploadista/core": "0.1.3",
18
+ "@uploadista/flow-documents-pdflib": "0.1.3",
19
+ "@uploadista/flow-documents-unpdf": "0.1.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0"
@@ -25,7 +25,7 @@
25
25
  "@types/node": "24.10.9",
26
26
  "effect": "3.19.15",
27
27
  "tsdown": "0.20.1",
28
- "@uploadista/typescript-config": "0.1.3-beta.9"
28
+ "@uploadista/typescript-config": "0.1.3"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsc --noEmit && tsdown",