Skip to content

Commit fc38286

Browse files
committed
fix(cli): Upgrade pkg targets to node20 to support sharp
- Upgraded pkg targets in packages/cli/package.json from node18 to node20 to be compatible with sharp ^0.34.4. - Bumped version to 1.0.4.
1 parent afcd8de commit fc38286

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@munlicode/munliwall-root",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Desktop and CLI wallpaper tool",
55
"workspaces": [
66
"packages/*"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"build": "npx esbuild src/cli.ts --bundle --platform=node --format=cjs --outfile=dist/cli.js --external:sharp --external:wallpaper --external:electron",
1717
"dev": "tsc --watch",
18-
"dist": "pnpm run build && pkg package.json --targets node18-linux-x64,node18-macos-x64,node18-win-x64 --out-dir dist"
18+
"dist": "pnpm run build && pkg package.json --targets node20-linux-x64,node20-macos-x64,node20-win-x64 --out-dir dist"
1919
},
2020
"engines": {
2121
"node": ">=18"

packages/desktop-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@munlicode/munliwall-desktop",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A simple yet powerful tool designed to transform your workspace with ease. Wallpaper lets you effortlessly manage your desktop backgrounds — download stunning wallpapers, upload your own creations, or update your setup automatically.",
55
"author": "Nurzhan Murakhan <nurzhanmuratkhan@gmail.com>",
66
"homepage": "https://github.com/munlicode/munliwall",

0 commit comments

Comments
 (0)