@uploadista/flow-documents-pdflib 0.0.20-beta.3 → 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,24 +1,23 @@
1
-
2
- 
3
- > @uploadista/flow-documents-pdflib@0.0.20-beta.2 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/pdflib
4
- > tsdown
5
-
6
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
7
- ℹ entry: src/index.ts
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 4 files
11
- ℹ dist/index.mjs  8.68 kB │ gzip: 1.99 kB
12
- ℹ dist/index.mjs.map 17.07 kB │ gzip: 3.74 kB
13
- ℹ dist/index.d.mts.map  0.33 kB │ gzip: 0.23 kB
14
- ℹ dist/index.d.mts  0.83 kB │ gzip: 0.37 kB
15
- ℹ 4 files, total: 26.91 kB
16
- [UNRESOLVED_IMPORT] Warning: Could not resolve '@uploadista/observability' in src/document-plugin.ts
17
- ╭─[ src/document-plugin.ts:7:35 ]
18
- │
19
- 7 │ import { withOperationSpan } from "@uploadista/observability";
20
-  │ ─────────────┬─────────────
21
-  │ ╰─────────────── Module not found, treating it as an external dependency
22
- ───╯
23
-
24
- ✔ Build complete in 4555ms
1
+
2
+ > @uploadista/flow-documents-pdflib@0.0.20-beta.4 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/documents/pdflib
3
+ > tsdown
4
+
5
+ ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
6
+ ℹ entry: src/index.ts
7
+ ℹ tsconfig: tsconfig.json
8
+ ℹ Build start
9
+ ℹ Cleaning 4 files
10
+ ℹ dist/index.mjs  8.68 kB │ gzip: 1.99 kB
11
+ ℹ dist/index.mjs.map 17.07 kB │ gzip: 3.74 kB
12
+ ℹ dist/index.d.mts.map  0.33 kB │ gzip: 0.23 kB
13
+ ℹ dist/index.d.mts  0.83 kB │ gzip: 0.37 kB
14
+ ℹ 4 files, total: 26.91 kB
15
+ [UNRESOLVED_IMPORT] Warning: Could not resolve '@uploadista/observability' in src/document-plugin.ts
16
+ ╭─[ src/document-plugin.ts:7:35 ]
17
+ │
18
+ 7 │ import { withOperationSpan } from "@uploadista/observability";
19
+  │ ─────────────┬─────────────
20
+  │ ╰─────────────── Module not found, treating it as an external dependency
21
+ ───╯
22
+
23
+ ✔ Build complete in 3132ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-documents-pdflib",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.3",
4
+ "version": "0.0.20-beta.5",
5
5
  "description": "pdf-lib plugin for Uploadista document processing",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "pdf-lib": "^1.17.1",
18
- "@uploadista/core": "0.0.20-beta.3"
18
+ "@uploadista/core": "0.0.20-beta.5"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "effect": "^3.0.0"
@@ -26,7 +26,7 @@
26
26
  "effect": "3.19.10",
27
27
  "tsdown": "0.17.2",
28
28
  "vitest": "4.0.15",
29
- "@uploadista/typescript-config": "0.0.20-beta.3"
29
+ "@uploadista/typescript-config": "0.0.20-beta.5"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsdown",