@uploadista/flow-documents-plugin 0.1.0-beta.5 → 0.1.0

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,16 +1,14 @@
1
-
2
- 
3
- > @uploadista/flow-documents-plugin@0.1.0-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/plugin
4
- > tsc --noEmit && tsdown
5
-
6
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
7
- ℹ entry: src/index.ts
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 4 files
11
- ℹ dist/index.mjs 0.99 kB │ gzip: 0.44 kB
12
- ℹ dist/index.mjs.map 1.78 kB │ gzip: 0.69 kB
13
- ℹ dist/index.d.mts.map 0.16 kB │ gzip: 0.14 kB
14
- ℹ dist/index.d.mts 0.47 kB │ gzip: 0.30 kB
15
- ℹ 4 files, total: 3.40 kB
16
- ✔ Build complete in 5229ms
1
+
2
+ > @uploadista/flow-documents-plugin@0.1.0 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/documents/plugin
3
+ > tsc --noEmit && tsdown
4
+
5
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
+ ℹ entry: src/index.ts
7
+ ℹ tsconfig: tsconfig.json
8
+ ℹ Build start
9
+ ℹ dist/index.mjs 0.99 kB │ gzip: 0.44 kB
10
+ ℹ 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
+ ℹ dist/index.d.mts 0.47 kB │ gzip: 0.30 kB
13
+ ℹ 4 files, total: 3.40 kB
14
+ ✔ Build complete in 13395ms
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.0-beta.5",
4
+ "version": "0.1.0",
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.0-beta.5",
18
- "@uploadista/flow-documents-pdflib": "0.1.0-beta.5",
19
- "@uploadista/flow-documents-unpdf": "0.1.0-beta.5"
17
+ "@uploadista/core": "0.1.0",
18
+ "@uploadista/flow-documents-pdflib": "0.1.0",
19
+ "@uploadista/flow-documents-unpdf": "0.1.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0"
@@ -25,7 +25,7 @@
25
25
  "@types/node": "24.10.8",
26
26
  "effect": "3.19.14",
27
27
  "tsdown": "0.19.0",
28
- "@uploadista/typescript-config": "0.1.0-beta.5"
28
+ "@uploadista/typescript-config": "0.1.0"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsc --noEmit && tsdown",
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @uploadista/flow-documents-plugin@0.1.0-beta.2 check /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/plugin
4
- > biome check --write ./src
5
-
6
- Checked 2 files in 44ms. No fixes applied.