@uploadista/flow-security-clamscan 0.0.20-beta.2 → 0.0.20-beta.4

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,23 +1,22 @@
1
-
2
- 
3
- > @uploadista/flow-security-clamscan@0.0.20-beta.1 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan
4
- > tsdown
5
-
6
- ℹ tsdown v0.17.1 powered by rolldown v1.0.0-beta.53
7
- ℹ config file: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 7 files
12
- ℹ [CJS] dist/index.cjs 2.89 kB │ gzip: 1.22 kB
13
- ℹ [CJS] 1 files, total: 2.89 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
17
- ✔ Build complete in 5166ms
18
- ℹ [ESM] dist/index.mjs 2.27 kB │ gzip: 0.98 kB
19
- ℹ [ESM] dist/index.mjs.map 9.40 kB │ gzip: 2.93 kB
20
- ℹ [ESM] dist/index.d.mts.map 0.25 kB │ gzip: 0.17 kB
21
- ℹ [ESM] dist/index.d.mts 1.65 kB │ gzip: 0.73 kB
22
- ℹ [ESM] 4 files, total: 13.57 kB
23
- ✔ Build complete in 5185ms
1
+
2
+ > @uploadista/flow-security-clamscan@0.0.20-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan
3
+ > tsdown
4
+
5
+ ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
6
+ ℹ config file: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/clamscan/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 7 files
11
+ ℹ [CJS] dist/index.cjs 2.89 kB │ gzip: 1.22 kB
12
+ ℹ [CJS] 1 files, total: 2.89 kB
13
+ ℹ [CJS] dist/index.d.cts.map 0.25 kB │ gzip: 0.17 kB
14
+ ℹ [CJS] dist/index.d.cts 1.65 kB │ gzip: 0.73 kB
15
+ ℹ [CJS] 2 files, total: 1.90 kB
16
+ ℹ [ESM] dist/index.mjs 2.27 kB │ gzip: 0.98 kB
17
+ ℹ [ESM] dist/index.mjs.map 9.40 kB │ gzip: 2.93 kB
18
+ ℹ [ESM] dist/index.d.mts.map 0.25 kB │ gzip: 0.17 kB
19
+ ℹ [ESM] dist/index.d.mts 1.65 kB │ gzip: 0.73 kB
20
+ ℹ [ESM] 4 files, total: 13.57 kB
21
+ ✔ Build complete in 7239ms
22
+ ✔ Build complete in 7239ms
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.20-beta.2",
4
+ "version": "0.0.20-beta.4",
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.0.20-beta.2",
19
- "@uploadista/observability": "0.0.20-beta.2"
18
+ "@uploadista/core": "0.0.20-beta.4",
19
+ "@uploadista/observability": "0.0.20-beta.4"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "effect": "^3.0.0",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@effect/vitest": "0.27.0",
27
- "@types/node": "24.10.1",
28
- "effect": "3.19.9",
29
- "tsdown": "0.17.1",
27
+ "@types/node": "24.10.2",
28
+ "effect": "3.19.10",
29
+ "tsdown": "0.17.2",
30
30
  "vitest": "4.0.15",
31
31
  "zod": "4.1.13",
32
- "@uploadista/typescript-config": "0.0.20-beta.2"
32
+ "@uploadista/typescript-config": "0.0.20-beta.4"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown",