Skip to content

Commit 7513b27

Browse files
emwpleoortizz
andauthored
chore: update sharp version (#7517)
* chore: update sharp version * chore: update changelog * Update CHANGELOG.md Co-authored-by: Leonardo Ortiz <leo@monogram.io> * Update src/frameworks/constants.ts Co-authored-by: Leonardo Ortiz <leo@monogram.io> --------- Co-authored-by: Leonardo Ortiz <leo@monogram.io>
1 parent a22054a commit 7513b27

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Fixes secret params resolution in functions emulator. (#7443)
2-
- Fixed bug where `esbuild` execution was throwing an error saying "Command line too long" on Windows (#7250, #6193).
2+
- Fixed bug where `esbuild` execution was throwing an error saying "Command line too long" on Windows (#7250, #6193). (#7395)
33
- Automatically detect app platform during `init dataconnect:sdk`.
4+
- Support `sharp` ^0.33.x for web frameworks. (#7517)

src/frameworks/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const FIREBASE_FRAMEWORKS_VERSION =
3232
DEFAULT_FIREBASE_FRAMEWORKS_VERSION;
3333
export const FIREBASE_FUNCTIONS_VERSION = "^4.5.0";
3434
export const FIREBASE_ADMIN_VERSION = "^11.11.1";
35-
export const SHARP_VERSION = "^0.32.1";
35+
export const SHARP_VERSION = "^0.32 || ^0.33";
3636
export const NODE_VERSION = parseInt(process.versions.node, 10);
3737
export const VALID_ENGINES = { node: [16, 18, 20] };
3838

0 commit comments

Comments
 (0)