@uploadista/flow-security-clamscan 0.1.1 → 0.1.2

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-security-clamscan@0.1.1 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/security/clamscan
2
+ > @uploadista/flow-security-clamscan@0.1.2 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/security/clamscan
3
3
  > tsc --noEmit && tsdown
4
4
 
5
5
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
@@ -14,8 +14,8 @@
14
14
  ℹ [ESM] dist/index.d.mts.map 0.25 kB │ gzip: 0.17 kB
15
15
  ℹ [ESM] dist/index.d.mts 1.68 kB │ gzip: 0.73 kB
16
16
  ℹ [ESM] 4 files, total: 13.59 kB
17
- ✔ Build complete in 26698ms
18
17
  ℹ [CJS] dist/index.d.cts.map 0.25 kB │ gzip: 0.17 kB
19
18
  ℹ [CJS] dist/index.d.cts 1.68 kB │ gzip: 0.73 kB
20
19
  ℹ [CJS] 2 files, total: 1.92 kB
21
- ✔ Build complete in 26747ms
20
+ ✔ Build complete in 13395ms
21
+ ✔ Build complete in 13396ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-security-clamscan",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "ClamAV virus scanning plugin for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "clamscan": "^2.3.3",
18
- "@uploadista/core": "0.1.1",
19
- "@uploadista/observability": "0.1.1"
18
+ "@uploadista/core": "0.1.2",
19
+ "@uploadista/observability": "0.1.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -29,7 +29,7 @@
29
29
  "tsdown": "0.19.0",
30
30
  "vitest": "4.0.17",
31
31
  "zod": "4.3.5",
32
- "@uploadista/typescript-config": "0.1.1"
32
+ "@uploadista/typescript-config": "0.1.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",