@uploadista/flow-images-sharp 0.0.20-beta.9 → 0.0.20

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,11 +17,13 @@ Perfect for Node.js and Fastify/Express servers.
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- npm install @uploadista/flow-images-sharp sharp
20
+ npm install @uploadista/flow-images-sharp
21
21
  # or
22
- pnpm add @uploadista/flow-images-sharp sharp
22
+ pnpm add @uploadista/flow-images-sharp
23
23
  ```
24
24
 
25
+ Note: Sharp is bundled as a dependency, no separate installation required.
26
+
25
27
  ### Prerequisites
26
28
 
27
29
  - Node.js 18+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-images-sharp",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.9",
4
+ "version": "0.0.20",
5
5
  "description": "Sharp image processing service for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -16,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "sharp": "0.34.5",
18
18
  "tinycolor2": "1.6.0",
19
- "@uploadista/core": "0.0.20-beta.9",
20
- "@uploadista/observability": "0.0.20-beta.9"
19
+ "@uploadista/core": "0.0.20",
20
+ "@uploadista/observability": "0.0.20"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "effect": "^3.0.0",
@@ -31,7 +31,7 @@
31
31
  "tsdown": "0.18.0",
32
32
  "vitest": "4.0.15",
33
33
  "zod": "4.2.0",
34
- "@uploadista/typescript-config": "0.0.20-beta.9"
34
+ "@uploadista/typescript-config": "0.0.20"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc --noEmit && tsdown",