Skip to content

Commit f5ff6c5

Browse files
authored
Merge pull request #1860 from session-foundation/fix-hoisting-needed-for-sharp
Fix hoisting needed for sharp
2 parents 40c6870 + 731f6c2 commit f5ff6c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "session-desktop",
55
"productName": "Session",
66
"description": "Private messaging from your desktop",
7-
"version": "1.17.11",
7+
"version": "1.17.12",
88
"license": "GPL-3.0",
99
"author": {
1010
"name": "Session Foundation",

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ onlyBuiltDependencies:
66
- libsession_util_nodejs
77
- protobufjs
88
- sharp
9+
publicHoistPattern:
10+
- '@img/*'

0 commit comments

Comments
 (0)