@uploadista/flow-security-nodes 0.0.20-beta.3 → 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-nodes@0.0.20-beta.2 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/nodes
4
- > tsdown
5
-
6
- ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
7
- ℹ config file: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/nodes/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 7 files
12
- ℹ [CJS] dist/index.cjs 1.23 kB │ gzip: 0.69 kB
13
- ℹ [CJS] 1 files, total: 1.23 kB
14
- ℹ [ESM] dist/index.mjs 1.26 kB │ gzip: 0.73 kB
15
- ℹ [ESM] dist/index.mjs.map 5.67 kB │ gzip: 2.19 kB
16
- ℹ [ESM] dist/index.d.mts.map 0.54 kB │ gzip: 0.29 kB
17
- ℹ [ESM] dist/index.d.mts 3.29 kB │ gzip: 1.20 kB
18
- ℹ [ESM] 4 files, total: 10.76 kB
19
- ✔ Build complete in 4088ms
20
- ℹ [CJS] dist/index.d.cts.map 0.54 kB │ gzip: 0.29 kB
21
- ℹ [CJS] dist/index.d.cts 3.29 kB │ gzip: 1.20 kB
22
- ℹ [CJS] 2 files, total: 3.83 kB
23
- ✔ Build complete in 4092ms
1
+
2
+ > @uploadista/flow-security-nodes@0.0.20-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/security/nodes
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/nodes/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 7 files
11
+ ℹ [CJS] dist/index.cjs 1.23 kB │ gzip: 0.69 kB
12
+ ℹ [CJS] 1 files, total: 1.23 kB
13
+ ℹ [CJS] dist/index.d.cts.map 0.54 kB │ gzip: 0.29 kB
14
+ ℹ [CJS] dist/index.d.cts 3.29 kB │ gzip: 1.20 kB
15
+ ℹ [CJS] 2 files, total: 3.83 kB
16
+ ℹ [ESM] dist/index.mjs 1.26 kB │ gzip: 0.73 kB
17
+ ℹ [ESM] dist/index.mjs.map 5.67 kB │ gzip: 2.19 kB
18
+ ℹ [ESM] dist/index.d.mts.map 0.54 kB │ gzip: 0.29 kB
19
+ ℹ [ESM] dist/index.d.mts 3.29 kB │ gzip: 1.20 kB
20
+ ℹ [ESM] 4 files, total: 10.76 kB
21
+ ✔ Build complete in 10584ms
22
+ ✔ Build complete in 10585ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-security-nodes",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.3",
4
+ "version": "0.0.20-beta.4",
5
5
  "description": "Security processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@uploadista/core": "0.0.20-beta.3"
17
+ "@uploadista/core": "0.0.20-beta.4"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "effect": "^3.0.0",
@@ -27,7 +27,7 @@
27
27
  "tsdown": "0.17.2",
28
28
  "vitest": "4.0.15",
29
29
  "zod": "4.1.13",
30
- "@uploadista/typescript-config": "0.0.20-beta.3"
30
+ "@uploadista/typescript-config": "0.0.20-beta.4"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsdown",