@uploadista/flow-security-clamscan 0.0.18-beta.8 → 0.0.18-beta.9

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @uploadista/flow-security-clamscan@0.0.18-beta.7 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan
3
+ > @uploadista/flow-security-clamscan@0.0.18-beta.8 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan
4
4
  > tsdown
5
5
 
6
6
  ℹ tsdown v0.16.8 powered by rolldown v1.0.0-beta.52
@@ -11,12 +11,12 @@
11
11
  ℹ Cleaning 7 files
12
12
  ℹ [CJS] dist/index.cjs 2.84 kB │ gzip: 1.17 kB
13
13
  ℹ [CJS] 1 files, total: 2.84 kB
14
+ ℹ [CJS] dist/index.d.cts.map 0.25 kB │ gzip: 0.17 kB
15
+ ℹ [CJS] dist/index.d.cts 1.65 kB │ gzip: 0.73 kB
16
+ ℹ [CJS] 2 files, total: 1.90 kB
14
17
  ℹ [ESM] dist/index.mjs 2.25 kB │ gzip: 0.92 kB
15
18
  ℹ [ESM] dist/index.mjs.map 9.32 kB │ gzip: 2.88 kB
16
19
  ℹ [ESM] dist/index.d.mts.map 0.25 kB │ gzip: 0.17 kB
17
20
  ℹ [ESM] dist/index.d.mts 1.65 kB │ gzip: 0.73 kB
18
21
  ℹ [ESM] 4 files, total: 13.46 kB
19
- ℹ [CJS] dist/index.d.cts.map 0.25 kB │ gzip: 0.17 kB
20
- ℹ [CJS] dist/index.d.cts 1.65 kB │ gzip: 0.73 kB
21
- ℹ [CJS] 2 files, total: 1.90 kB
22
- ✔ Build complete in 5735ms
22
+ ✔ Build complete in 6223ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-security-clamscan",
3
3
  "type": "module",
4
- "version": "0.0.18-beta.8",
4
+ "version": "0.0.18-beta.9",
5
5
  "description": "ClamAV virus scanning plugin for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "clamscan": "^2.3.3",
18
- "@uploadista/core": "0.0.18-beta.8"
18
+ "@uploadista/core": "0.0.18-beta.9"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "effect": "^3.0.0",
@@ -28,7 +28,7 @@
28
28
  "tsdown": "0.16.8",
29
29
  "vitest": "4.0.14",
30
30
  "zod": "4.1.13",
31
- "@uploadista/typescript-config": "0.0.18-beta.8"
31
+ "@uploadista/typescript-config": "0.0.18-beta.9"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsdown",