@uploadista/flow-security-clamscan 0.1.1 → 0.1.3-beta.10

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,21 +1,27 @@
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.3-beta.10 build /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/security/clamscan
3
3
  > tsc --noEmit && tsdown
4
4
 
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
6
6
  ℹ config file: /home/runner/work/uploadista-sdk/uploadista-sdk/packages/flow/security/clamscan/tsdown.config.ts
7
7
  ℹ entry: src/index.ts
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
10
10
  ℹ [CJS] dist/index.cjs 2.89 kB │ gzip: 1.22 kB
11
11
  ℹ [CJS] 1 files, total: 2.89 kB
12
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:external`. See https://rolldown.rs/options/checks#plugintimings for more details.
13
+
12
14
  ℹ [ESM] dist/index.mjs 2.27 kB │ gzip: 0.97 kB
13
15
  ℹ [ESM] dist/index.mjs.map 9.40 kB │ gzip: 2.93 kB
14
- ℹ [ESM] dist/index.d.mts.map 0.25 kB │ gzip: 0.17 kB
16
+ ℹ [ESM] dist/index.d.mts.map 0.32 kB │ gzip: 0.22 kB
15
17
  ℹ [ESM] dist/index.d.mts 1.68 kB │ gzip: 0.73 kB
16
- ℹ [ESM] 4 files, total: 13.59 kB
17
- ✔ Build complete in 26698ms
18
- ℹ [CJS] dist/index.d.cts.map 0.25 kB │ gzip: 0.17 kB
18
+ ℹ [ESM] 4 files, total: 13.66 kB
19
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
20
+
21
+ ✔ Build complete in 12428ms
22
+ ℹ [CJS] dist/index.d.cts.map 0.32 kB │ gzip: 0.22 kB
19
23
  ℹ [CJS] dist/index.d.cts 1.68 kB │ gzip: 0.73 kB
20
- ℹ [CJS] 2 files, total: 1.92 kB
21
- ✔ Build complete in 26747ms
24
+ ℹ [CJS] 2 files, total: 1.99 kB
25
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
26
+
27
+ ✔ Build complete in 12469ms
package/dist/index.d.cts CHANGED
@@ -2,7 +2,6 @@ import { ScanMetadata, ScanResult, VirusScanPlugin } from "@uploadista/core/flow
2
2
  import { Layer } from "effect";
3
3
 
4
4
  //#region src/clamscan-plugin.d.ts
5
-
6
5
  /**
7
6
  * Configuration options for the ClamAV Virus Scan plugin
8
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/clamscan-plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;AAcA;AAqNgB,UArNC,qBAAA,CAqNc;EACrB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBADM,eAAA,UACN,wBACP,KAAA,CAAM,MAAM"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/clamscan-plugin.ts"],"mappings":";;;;;;AAcA;UAAiB,qBAAA;;;;;;EAMf,UAAA;EAuBA;;;;EAjBA,gBAAA;EAyM6B;;;EApM7B,cAAA;EAsMC;;;;EAhMD,cAAA;EAgMC;;;;EA1LD,eAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;;;;;;;;;;;;iBAkLc,eAAA,CACd,MAAA,GAAQ,qBAAA,GACP,KAAA,CAAM,KAAA,CAAM,eAAA"}
package/dist/index.d.mts CHANGED
@@ -2,7 +2,6 @@ import { ScanMetadata, ScanResult, VirusScanPlugin } from "@uploadista/core/flow
2
2
  import { Layer } from "effect";
3
3
 
4
4
  //#region src/clamscan-plugin.d.ts
5
-
6
5
  /**
7
6
  * Configuration options for the ClamAV Virus Scan plugin
8
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/clamscan-plugin.ts"],"sourcesContent":[],"mappings":";;;;;;;AAcA;AAqNgB,UArNC,qBAAA,CAqNc;EACrB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBADM,eAAA,UACN,wBACP,KAAA,CAAM,MAAM"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/clamscan-plugin.ts"],"mappings":";;;;;;AAcA;UAAiB,qBAAA;;;;;;EAMf,UAAA;EAuBA;;;;EAjBA,gBAAA;EAyM6B;;;EApM7B,cAAA;EAsMC;;;;EAhMD,cAAA;EAgMC;;;;EA1LD,eAAA;;;;;EAMA,UAAA;AAAA;;;;;;;;;;;;;;;;;;;iBAkLc,eAAA,CACd,MAAA,GAAQ,qBAAA,GACP,KAAA,CAAM,KAAA,CAAM,eAAA"}
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.3-beta.10",
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.3-beta.10",
19
+ "@uploadista/observability": "0.1.3-beta.10"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -25,11 +25,11 @@
25
25
  "devDependencies": {
26
26
  "@effect/vitest": "0.27.0",
27
27
  "@types/node": "24.10.9",
28
- "effect": "3.19.14",
29
- "tsdown": "0.19.0",
30
- "vitest": "4.0.17",
31
- "zod": "4.3.5",
32
- "@uploadista/typescript-config": "0.1.1"
28
+ "effect": "3.19.15",
29
+ "tsdown": "0.20.1",
30
+ "vitest": "4.0.18",
31
+ "zod": "4.3.6",
32
+ "@uploadista/typescript-config": "0.1.3-beta.10"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsc --noEmit && tsdown",